SFML community forums
Help => General => Topic started by: mod911 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.
-
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.
-
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.
-
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.
-
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.