Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML Error  (Read 1281 times)

0 Members and 1 Guest are viewing this topic.

mod911

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
SFML Error
« on: February 05, 2015, 03:56:54 pm »
I have attached the sfml error screenshot ..i have setup all the settings in tutorial but stiil didn't find any solution . please help me to resolve this problem.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10914
    • View Profile
    • development blog
    • Email
AW: SFML Error
« Reply #1 on: February 05, 2015, 07:26:26 pm »
Did you do a forum and Google search first?

In order for us to help you, you should provide the verbose build command (the FAQ explain how to get it) and provide a minimal and complete example.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 878
    • View Profile
Re: SFML Error
« Reply #2 on: February 05, 2015, 08:57:19 pm »
Click on Break, the debugger should then point at the line you're having the issue. Then try to check all variables there, seems like some value is 0 despite it not being supposed to be that.

mod911

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: SFML Error
« Reply #3 on: February 10, 2015, 10:28:43 am »
sfml01.exe': Loaded 'C:\Windows\SysWOW64\combase.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\dinput.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\hid.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\wintrust.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\crypt32.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\msasn1.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\SHCore.dll', Cannot find or open the PDB file
'sfml01.exe': Unloaded 'C:\Windows\SysWOW64\SHCore.dll'
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file
'sfml01.exe': Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll', Cannot find or open the PDB file
First-chance exception at 0x00000000 in sfml01.exe: 0xC0000005: Access violation.
Unhandled exception at 0x00000000 in sfml01.exe: 0xC0000005: Access violation.



When i debug the project as i press Break statement  it stops at "window.draw(shape)" ...

Please help me still i didn't find any solution for it , this is my first project how can i work with SFML for next project.


eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10914
    • View Profile
    • development blog
    • Email
AW: Re: AW: SFML Error
« Reply #4 on: February 10, 2015, 11:42:33 am »
We can only help if you actually do what we tell you to.

In order for us to help you, you should provide the verbose build command (the FAQ explain how to get it) and provide a minimal and complete example.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything