Page 1 of 1

[solved] Could not initialize SDL

Posted: 10 Oct 2009, 15:51
by Dark Simon
Hi.
I have a big problem with spring in ubuntu 9.04 (Jaunty)
When i start the spring engine, i've this problem:
xmessage
Could not initialize SDL

How do i fix?
Thanks so much :)

Re: Could not initialize SDL

Posted: 10 Oct 2009, 16:15
by hoijui
try:

Code: Select all

sudo apt-get install libsdl1.2debian
though i am pretty sure this will not help.

The error means, that one of the subsystems of SDL was not initialized properly, but sprign does currently not log the exact reason of the error, so... maybe someone else has an idea what it woudl be, i do now.
(Will implement logging the error for future spring versions)

Re: Could not initialize SDL

Posted: 10 Oct 2009, 16:50
by Dark Simon
the answer of terminal is:
libsdl1.2debian is update at latest version
I thought previously to update this pakage but I have't results.
Thanks anyhow :mrgreen:

Re: Could not initialize SDL

Posted: 10 Oct 2009, 18:58
by Dark Simon
I solved this problem, with install of SDL library from package .tar.gz : (./configure - make - make install)
http://www.libsdl.org/download-1.2.php