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.
springweblobby error code 32512
Moderator: Moderators
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: error code 32512
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
more specific: does /home/user/.spring/weblobby/engine/100.0/spring exist and is it executable?Silentwings wrote:Have you checked that a Spring executable actually exists in that location?
in terminal, just type:
Code: Select all
ls -l /home/user/.spring/weblobby/engine/100.0/spring
-
- Posts: 5
- Joined: 15 Sep 2015, 20:25
Re: error code 32512
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.
-
- Posts: 5
- Joined: 15 Sep 2015, 20:25
Re: springweblobby error code 32512
Installing the library fixed the problem, thanks everyone.
Re: springweblobby error code 32512
"the"? sdl2? details possible would help others...what did you do to fix this?Noobdog170 wrote:Installing the library fixed the problem, thanks everyone.