Page 1 of 1

springweblobby error code 32512

Posted: 17 Sep 2015, 22:34
by Noobdog170
My brother is trying to run spring in Ubuntu, but when he clicks the button to start the game nothing happens. If you run the game in terminal he gets the error

[INFO] Running command (spring):
/home/user/.spring/weblobby/engine/100.0/spring --write-dir /home/user/.spring /home/user/.spring/weblobby/script.spring
[WARNING] Process spring finished with error code 32512
[INFO] Command finished: spring

After looking about on Google the error 32512 means the code 127 which in turn means "command not found". Are there any libraries needed to run spring that do not come with Ubuntu or is there a different reason. Any help is greatly appreciated.

Re: error code 32512

Posted: 17 Sep 2015, 23:19
by Silentwings
Have you checked that a Spring executable actually exists in that location? Also, if it does, is there an infolog.txt next to it?

Re: error code 32512

Posted: 18 Sep 2015, 14:52
by abma
Silentwings wrote:Have you checked that a Spring executable actually exists in that location?
more specific: does /home/user/.spring/weblobby/engine/100.0/spring exist and is it executable?

in terminal, just type:

Code: Select all

ls -l /home/user/.spring/weblobby/engine/100.0/spring
(adjusted the thread title)

Re: error code 32512

Posted: 18 Sep 2015, 16:42
by Noobdog170
There is a executable in that location, but no infolog.tx. But if you run the Spring executable through terminal it complains of a missing library, so I will install it and tell you if it works.

Re: springweblobby error code 32512

Posted: 19 Sep 2015, 11:00
by Noobdog170
Installing the library fixed the problem, thanks everyone.

Re: springweblobby error code 32512

Posted: 19 Sep 2015, 11:58
by abma
Noobdog170 wrote:Installing the library fixed the problem, thanks everyone.
"the"? sdl2? details possible would help others...what did you do to fix this?