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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Laerte
Halfling
Posts: 88
Joined: Sat Sep 11, 2010 12:23 pm

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

#1 Post 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.

Laerte
Halfling
Posts: 88
Joined: Sat Sep 11, 2010 12:23 pm

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

#2 Post 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.

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

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

#3 Post 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

Rectifier
Archmage
Posts: 386
Joined: Mon Aug 29, 2011 8:06 am

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

#4 Post 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

Post Reply