Loading...
  OR  Zero-K Name:    Password:   

Ubuntu 16.0 4 problem Connecting to Steam api

12 posts, 1263 views
Post comment
Filter:    Player:  
sort
6 years ago
I had steam running and connected to my online account before following the instructions for the linux install. When I ran mono Chobby.exe the first time, the output was:


Chobby.exe Warning: 0 : PackageDownloader : File don't exist : /home/babi/Zero-K/cache/repositories.json
Chobby.exe Information: 0 : Checking for self-upgrade
Chobby.exe Information: 0 : PackageRefresh complete - packages changed
Chobby.exe Information: 0 : http://zkmenu.repo.springrts.com/packages/81a889fac450f43615830f9b168f79b9.sdp Completed - 68.71k
Chobby.exe Information: 0 : zkmenu:stable download complete - 98.80M
Chobby.exe Information: 0 : http://zk.repo.springrts.com/packages/3a30a1dd4d6ba944ad3906c6602fac22.sdp Completed - 206.01k
Chobby.exe Information: 0 : zk:stable download complete - 259.85M
Chobby.exe Information: 0 : Querying default engine
Chobby.exe Information: 0 : Downloading http://zero-k.info/engine/linux64/103.0.1-764-gae7487f.zip
Chobby.exe Information: 0 : Installing http://zero-k.info/engine/linux64/103.0.1-764-gae7487f.zip
Chobby.exe Information: 0 : Install of 103.0.1-764-gae7487f complete
Chobby.exe Information: 0 : starting download Tutorial - A Day Out r33
Chobby.exe Information: 0 : starting download Glacies 1.3
Chobby.exe Information: 0 : http://zero-k.info/Missions/File/223 Completed - 289.74k
Chobby.exe Information: 0 : glacies_1.3.sd7 Completed - 14.84M
Chobby.exe Information: 0 : starting download User Interface Tutorial r5
Chobby.exe Information: 0 : starting download Icy Run v2
Chobby.exe Information: 0 : http://zero-k.info/Missions/File/226 Completed - 136.95k
Chobby.exe Information: 0 : http://spring1.admin-box.com/downloads/spring/spring-maps/IcyRunv2.sd7 Completed - 1.94M
Chobby.exe Information: 0 : starting download Economy Tutorial r3
Chobby.exe Information: 0 : starting download Aquatic Divide Revised v02
Chobby.exe Information: 0 : http://zero-k.info/Missions/File/227 Completed - 141.08k
Chobby.exe Information: 0 : aquatic_divide_revised_v02.sd7 Completed - 8.37M
Chobby.exe Information: 0 : Reseting configs and deploying AIs
Chobby.exe Information: 0 : Connecting to steam API
Chobby.exe Information: 0 : Starting
Chobby.exe Warning: 0 : Spring exit code is: 127, assuming crash

I get stuck at this point when I try to run mono Chobby.exe a second time. Is there a fix for this in another thread?

Also, apologies if this is not the right forum.
+1 / -0
not really sure what this means:

quote:
Chobby.exe Warning: 0 : PackageDownloader : File don't exist : /home/babi/Zero-K/cache/repositories.json


But it looks like spring (the actual game) crashed.
quote:
Chobby.exe Warning: 0 : Spring exit code is: 127, assuming crash

Post your infolog.txt to pastebin.

It is usally located in "/home/<yourname>/.config/spring" or "~/.config/spring" otherwise you can find the infolog like this:

quote:
find ~ .* -iname infolog.txt
+0 / -0

6 years ago
I have the same issue and infolog.txt is not here
+0 / -0


6 years ago
user@buntu:~$ gslsdfsdf
gslsdfsdf: command not found
user@buntu:~$ echo $?
127
user@buntu:~$
+3 / -0
6 years ago
I don't have a spring folder in my ~/.config/ directory. Do I need to install that separately or does Chobby take care of that?
+0 / -0
ah wait...
what further help does it need nevertheless?
+0 / -0
USrankChikun FRrankSlaab do you have a .spring folder in your home?


Does ~/.config exists?
+0 / -0


6 years ago
How can there be an infolog.txt if Spring doesn't actually run? Why would it be in ~/.config if Chobby tries to keep everything in its folder?

I forgot that 127 is also for failing to find a shared library, not just missing executable. So run
 sudo apt install libsdl2-2.0-0 

if that doesn't help, post the output of
 ldd ~/Zero-K/engine/103.0.1-764-gae7487f/spring 
+2 / -0

6 years ago
I did not know that chobby does not use default paths
+0 / -0
USranknop
6 years ago
I experienced a crash like this on 14.04, libopenal was missing.
+0 / -0


6 years ago
Added libopenal to linux install instructions, thanks.
+1 / -0


6 years ago
I think you may need the whole of `build-dep spring`, really. Plus sdl2 because the package for spring is obsolete.
+0 / -0