[svn & B34] t-engine keeps s?amming couldn't open stream
Moderator: Moderator
[svn & B34] t-engine keeps s?amming couldn't open stream
Both in latest svn and B34, when I run t-engine it keeps spamming the "Error: Couldn't open stream" error message, rendering my output almost useless.
Re: [svn & B34] t-engine keeps s?amming couldn't open stream
Solved. Thats was a SDL problem in fact. Updated to a newer revision and my output is usable again.
To compile with lastest SDL I had to change the calls to SDL_CreateThread in some files (music, particles and profile), as now you must name the thread.
To compile with lastest SDL I had to change the calls to SDL_CreateThread in some files (music, particles and profile), as now you must name the thread.
Re: [svn & B34] t-engine keeps s?amming couldn't open stream
Aha, nice Laerte. Maybe DarkGod will now upgrade the SDL that is distributed with prebuilt binaries. I've been using an updated version of SDL and haven't encountered anything weird.
http://forums.te4.org/viewtopic.php?f=4 ... 10&start=7
Yup. For those wondering, yufra listed the necessary modifications here:Laerte wrote:To compile with lastest SDL I had to change the calls to SDL_CreateThread in some files (music, particles and profile), as now you must name the thread.
http://forums.te4.org/viewtopic.php?f=4 ... 10&start=7
Re: [svn & B34] t-engine keeps s?amming couldn't open stream
One of the reasons I made this thread over here: http://forums.te4.org/viewtopic.php?f=3 ... 16#p122316tiger_eye wrote:Aha, nice Laerte. Maybe DarkGod will now upgrade the SDL that is distributed with prebuilt binaries. I've been using an updated version of SDL and haven't encountered anything weird.
*sorry was in a rush, the thread is about automated builds, in which case most users wouldn't need to worry about upgrading specific libraries and such unless they want a customized build