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 - Denethtos

Pages: [1]
1
Audio / Re: sf::Music Segmentation fault
« on: August 10, 2013, 10:39:53 pm »
I'm using Windows 7 Home Premium 64bit
with Code::Blocks 12.11. (standart setup)
I used SFML 2.1 GCC 4.7 TDM (SJLJ) - 32 bits
and for a second test SFML 2.1 GCC 4.7 MinGW (DW2) - 32 bits
Both times as a consol application.
When i link SFML/Audio static it works.

2
Audio / sf::Music Segmentation fault
« on: August 10, 2013, 07:46:04 pm »
Hello everybody,
I need your help to fix a little problem.
My Code is only:
#include <SFML/Audio.hpp>

int main() {
     sf::Music music;
     return 0;
}
 

But this program (or any other program i wrote with sf::Music) returns the value -2147418113 and the code:
8000FFFF

and the debugger says:
Program received signal SIGSEGV, Segmentation fault.
In ole32!CoFileTimeToDosDateTime () (C:\Windows\syswow64\ole32.dll)

Do you know how i could fix that?
(sorry for my english... ^^)

Pages: [1]
anything