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

Author Topic: Runtime error on startup after swiching to 2.1  (Read 871 times)

0 Members and 1 Guest are viewing this topic.

NickoftheSouth

  • Newbie
  • *
  • Posts: 1
  • http://i.imgur.com/JaopN.gif
    • View Profile
    • Littlemonkey
Runtime error on startup after swiching to 2.1
« on: July 30, 2013, 06:12:09 am »
I've been developing this project for the last year, mostly using the 2.0 RC of SFML.

I thought it would be a good idea to update to the latest version of the library after the recent release of 2.1, to get all the latest bug fixes and what not.

But my project won't run, crashing on startup with the following message (when run in debug mode):

"During startup program exited with code 0xc0000135."

I thought this may be due to my gcc (minGW) install being out of date, so i updated the toolchain to gcc 4.7.2, but still no luck.

Anyone haver any idea what could be causing this?



I'm running windows 7 on AMD 3 GHz processor with Radeon HD 5450 integrated graphics.
I use Netbeans (7.3) and as I've mentioned MinGW with gcc/g++ 4.7.2

I'm using the 'GCC 4.7 MinGW (DW2) - 32 bits' version of SFML that I downloaded from here:
http://www.sfml-dev.org/download/sfml/2.1/

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Runtime error on startup after swiching to 2.1
« Reply #1 on: July 30, 2013, 10:13:39 am »
Make sure you delete all the previous versions of SFML; both include and binary files. Then rebuild your project completely.

And also check the API changes from RC to 2.1, most notably the default font being removed.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: