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

Author Topic: SFML-2.0 Immediate Crash  (Read 2064 times)

0 Members and 1 Guest are viewing this topic.

Jalfor

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
SFML-2.0 Immediate Crash
« 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
If a picture tells 1000 words, then a YouTube video clearly tells 1000000 making a YouTube video obviously a larger work than the Lord Of The Rings, or some other massive novel. Thus are the laws of YouTube videos.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Re: SFML-2.0 Immediate Crash
« Reply #1 on: June 25, 2012, 03:29:44 pm »
What does "gcc -v" outputs?

You'll probably need to recompile SFML.
Laurent Gomila - SFML developer

Jalfor

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Re: SFML-2.0 Immediate Crash
« Reply #2 on: June 25, 2012, 03:38:10 pm »
I used the Windows 32 bits - GCC DW2 on the download page.

Also, gcc -v outputs:

If a picture tells 1000 words, then a YouTube video clearly tells 1000000 making a YouTube video obviously a larger work than the Lord Of The Rings, or some other massive novel. Thus are the laws of YouTube videos.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Re: SFML-2.0 Immediate Crash
« Reply #3 on: June 25, 2012, 03:40:41 pm »
You should try to recompile SFML.
Laurent Gomila - SFML developer

Jalfor

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Re: SFML-2.0 Immediate Crash
« Reply #4 on: June 25, 2012, 03:46:21 pm »
I'll give it a go.

Thanks
If a picture tells 1000 words, then a YouTube video clearly tells 1000000 making a YouTube video obviously a larger work than the Lord Of The Rings, or some other massive novel. Thus are the laws of YouTube videos.

 

anything