Page 1 of 1

Can't start game from outside lobby

Posted: 06 Jun 2011, 19:15
by Pithikos
I run on Ubuntu 64x and I have the following problem. When I run "spring" it loads normally. I choose a mod and a map and when I click on "test game" an error pops up and the engine closes:

Code: Select all

Couldn't load archive 'map helper v1' for 'DeltaSiegeDry'.
This happens for any mod and any map I might choose :|

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 21:32
by knorke
upload complete infolog.txt just in case (attach to post)

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 22:45
by Pithikos
knorke wrote:upload complete infolog.txt just in case (attach to post)
It looks like it has the same message that I get..

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 23:01
by abma
it looks like spring doesn't know the path of base-content.

from infolog.txt

"Using read-write data directory: /home/manos/.spring/
Scanning: /home/manos/.spring/maps
Scanning: /home/manos/.spring/mods"

but there should be a line like

Scanning:/usr/share/games/spring/base

you've installed an old version of spring, did you follow this instructions?
http://springrts.com/wiki/SetupGuide

(current version of spring is 0.82.7.1)

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 23:10
by Pithikos
abma wrote:it looks like spring doesn't know the path of base-content.

from infolog.txt

"Using read-write data directory: /home/manos/.spring/
Scanning: /home/manos/.spring/maps
Scanning: /home/manos/.spring/mods"

but there should be a line like

Scanning:/usr/share/games/spring/base

you've installed an old version of spring, did you follow this instructions?
http://springrts.com/wiki/SetupGuide

(current version of spring is 0.82.7.1)
Running "spring --version" shows that I have version 0.82.6.1
On Synaptic though it shows 0.82.7.1. I tryied to reinstall from there and I still get 0.82.6.1 :?

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 23:25
by Pithikos
I tryied complete removal from Synaptic and it detects only the springlobby there. Then I remembered that I had compiled from source the tarball that was on the site. Seems that tarball was not updated afterall. The question now is how can I uninstall the spring as I don't have the source files for 82.6.1 to make an uninstall and plus I can't wait that long. Would it work by just erasing some files?

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 23:29
by abma
if you installed from tarball its usally in /usr/local

move them away:

mv /usr/local /var/tmp

and if something failed, move them back... (or rm if you are sure that it's safe)

Re: Can't start game from outside lobby

Posted: 06 Jun 2011, 23:33
by Pithikos
abma wrote:if you installed from tarball its usally in /usr/local

move them away:

mv /usr/local /var/tmp

and if something failed, move them back... (or rm if you are sure that it's safe)
Ok thanks. Seems I just had to remove the spring binary from /usr/local/bin
Now it works beautifully 8)

Re: Can't start game from outside lobby

Posted: 07 Jun 2011, 09:35
by hoijui
yeah.. moving all of /usr/local would probably not be good (as its standard for self-compiled installs). i would recommend to remvoe all spring stuff under /usr/local though, there is still unitsync, basefiles, AIs, ... all of these can cause conflicts (in theory).