Page 1 of 1

[svn & B34] t-engine keeps s?amming couldn't open stream

Posted: Wed Nov 09, 2011 1:59 am
by Laerte
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

Posted: Fri Nov 18, 2011 8:31 pm
by Laerte
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.

Re: [svn & B34] t-engine keeps s?amming couldn't open stream

Posted: Fri Nov 18, 2011 8:48 pm
by tiger_eye
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.
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.
Yup. For those wondering, yufra listed the necessary modifications here:

http://forums.te4.org/viewtopic.php?f=4 ... 10&start=7

Re: [svn & B34] t-engine keeps s?amming couldn't open stream

Posted: Fri Nov 18, 2011 9:20 pm
by Rectifier
tiger_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.
One of the reasons I made this thread over here: http://forums.te4.org/viewtopic.php?f=3 ... 16#p122316

*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