1
General / 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/
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/