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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SirRahbek

Pages: [1]
1
General / Re: sfml-window dll crashes
« on: June 28, 2013, 11:30:59 am »
I fixed the problem. It turned out not to be a problem with SFML, but inside windows itself   :o
Sorry for the inconvenience  :-[

2
General / Re: sfml-window dll crashes
« on: June 27, 2013, 06:20:20 pm »
Do you want the Code::Blocks project, or just the source?
oh, btw. Thank you very much for helping out :)

3
General / Re: sfml-window dll crashes
« on: June 27, 2013, 06:11:09 pm »
I tried using the debug libraries, and they don't work either..  :-\
From what i can see, the program breaks down when i init a window.
I have tried using the C port of SFML, and that works like a charm! even with the same version of GCC  ???

4
General / Re: sfml-window dll crashes
« on: June 27, 2013, 05:46:38 pm »
The application does not even get to open a window, before i get the error "SFMLthing.exe has stopped working"
Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   SFMLthing.exe
  Application Version:   0.0.0.0
  Application Timestamp:   51cc5540
  Fault Module Name:   sfml-window-2.dll
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   51614000
  Exception Code:   c0000005
  Exception Offset:   00002850
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:   1030
  Additional Information 1:   8ca1
  Additional Information 2:   8ca1be26aeafc3f5763183c83a027059
  Additional Information 3:   5f33
  Additional Information 4:   5f33e82ea6e8e5dca10a7bb69e50e14f

5
General / sfml-window dll crashes
« on: June 27, 2013, 05:35:17 pm »
Hey, i have an odd problem with sfml.  ???
Whenever i try to run the example code posted in the code::blocks tutorial, the app crashes due to a fault in the sfml-window-2.dll. I have tried to compile with both the dw2 and the sjlj version, and the same thing happens every time!
I have double (actually quadruple) checked that i link against the right libraries and all that.
I am using windows7 and MinGW 4.7 in Code::Blocks
Please help, sfml looks to good to give up!  ;D

Pages: [1]