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 :)
[solved] Could not initialize SDL
Moderator: Moderators
-
- Posts: 3
- Joined: 08 Oct 2009, 18:25
[solved] Could not initialize SDL
Last edited by Dark Simon on 10 Oct 2009, 18:59, edited 1 time in total.
Re: Could not initialize SDL
try:
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)
Code: Select all
sudo apt-get install libsdl1.2debian
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)
-
- Posts: 3
- Joined: 08 Oct 2009, 18:25
Re: Could not initialize SDL
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
libsdl1.2debian is update at latest version
I thought previously to update this pakage but I have't results.
Thanks anyhow

-
- Posts: 3
- Joined: 08 Oct 2009, 18:25
Re: Could not initialize SDL
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
http://www.libsdl.org/download-1.2.php