SFML community forums
Help => General => Topic started by: Jalfor on June 25, 2012, 03:20:19 pm
-
I've decided to try out SFML 2.0, and I've come across an issue which I have no idea how to fix.
I'm using: Code::Blocks SVN Build. Win7-64. MinGW.
I've followed the tutorial on the tutorial section and I'm pretty sure I've done everything. It compiles, but the moment I execute it under either Debug or Release, it opens up a console, then crashes. Here is the error information that Windows provides if it helps at all:
Problem signature:
Problem Event Name: APPCRASH
Application Name: SFML 2.0 Project.exe
Application Version: 0.0.0.0
Application Timestamp: 4fe8656f
Fault Module Name: SFML 2.0 Project.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4fe8656f
Exception Code: c0000005
Exception Offset: 000b10ff
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 3081
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
-
What does "gcc -v" outputs?
You'll probably need to recompile SFML.
-
I used the Windows 32 bits - GCC DW2 on the download page.
Also, gcc -v outputs:
(http://i.imgur.com/MNTXW.png)
-
You should try to recompile SFML.
-
I'll give it a go.
Thanks