Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: elch10 on November 05, 2015, 07:34:21 pm

Title: SDL_LogCritical
Post by: elch10 on November 05, 2015, 07:34:21 pm
Hello everebody! Newly installed Code :: Block. Next it took to download SDL. I downloaded the SDL, "set", then I decided to create a project and move it all the .cpp and .h files that are posted on the Visual Studio (ask why I did it? I have stood visual studio community, he ended the trial period, had to be removed. A download vs express (4-8gb) does not work well as a modem with the speed of traffic and small). Run the project and then abandoned the work program for more information
Problem signature:
  Event Name the problem: APPCRASH
  Application Name: test.exe
  Application Version: 0.0.0.0
  The time stamp applications: 563871d2
  The name of the module with an error: SDL2.dll
  Version module with an error: 2.0.3.0
  The time stamp module error: 53250d74
  Exception code: c0000005
  Offset exceptions: 000b3793
  OS Version: 6.1.7601.2.1.0.768.2
  Language code: 1049
  Additional Information 1: 0a9e
  2 For more information: 0a9e372d3b4ad19135b953a78882e789
  For more information, 3: 0a9e
  For more information, 4: 0a9e372d3b4ad19135b953a78882e789

I start the debugger, and it writes:
Program received signal SIGSEGV, Segmentation fault.
In SDL_LogCritical () (C: \ Windows \ SysWOW64 \ SDL2.dll)

"Installed" on lazyfoo http://lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/codeblocks/index.php
Title: Re: SDL_LogCritical
Post by: MortenMacFly on November 06, 2015, 04:22:13 pm
Its you application that crashes due to SDL, not Code::Blocks. So how could we possibly help you?

Inspect your code once again, make sure the libs are compatible with your compiler, do a re-build... these are generic steps we could recommend but that's basically it. Sorry - we don't have magic balls.