[solved] Could not initialize SDL

[solved] Could not initialize SDL

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
Dark Simon
Posts: 3
Joined: 08 Oct 2009, 18:25

[solved] Could not initialize SDL

Post 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 :)
Last edited by Dark Simon on 10 Oct 2009, 18:59, edited 1 time in total.
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Could not initialize SDL

Post 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)
Dark Simon
Posts: 3
Joined: 08 Oct 2009, 18:25

Re: Could not initialize SDL

Post 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:
Dark Simon
Posts: 3
Joined: 08 Oct 2009, 18:25

Re: Could not initialize SDL

Post 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
Post Reply

Return to “Linux”