steam-overlay icon indicating copy to clipboard operation
steam-overlay copied to clipboard

Ticket to Ride does not work

Open darkbasic opened this issue 11 years ago • 9 comments

Game update: AppID 108200 "Ticket to Ride", ProcID 7157, IP 0.0.0.0:0 117 testing JVM in /usr ... testing JVM in /usr/lib/jvm/icedtea-6 ... testing JVM in /usr/lib/jvm/icedtea-7 ... testing JVM in /etc/java-config-2/current-system-vm ... No suitable Java Virtual Machine could be found on your system. The version of the JVM must be at least 1.5. Please define INSTALL4J_JAVA_HOME to point to a suitable JVM. You can also try to delete the JVM cache file /home/niko/.install4j Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. Game removed: AppID 108200 "Ticket to Ride", ProcID 7157 unlinked 2 orphaned pipes CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals. CAsyncIOManager: 12819 single object sleeps, 0 multi object sleeps CAsyncIOManager: 0 single object alertable sleeps, 2 multi object alertable sleeps

Both STEAM_RUNTIME=1 and STEAM_RUNTIME=0

We need multilib icedtea.

darkbasic avatar Nov 12 '13 14:11 darkbasic

I get errors like

# BridJ: dlopen error = /home/taxi/.local/share/Steam/SteamApps/common/Ticket to Ride/lib/linux-x86/libdowsteam.so: wrong ELF class: ELFCLASS32

but else it seems to work (well, didn't go farer than the loading screen till now).

Are you sure your issue isn't somewhere else?

V10lator avatar Nov 12 '13 14:11 V10lator

It doesn't even start here, what do you suggest checking?

darkbasic avatar Nov 12 '13 17:11 darkbasic

No suitable Java Virtual Machine could be found on your system. The version of the JVM must be at least 1.5.

Do you have Java installed? If yes maybe you need a 32bit version? I would try app-emulation/emul-linux-x86-java

mm1ke avatar Nov 13 '13 19:11 mm1ke

Sorry, didn't know of app-emulation/emul-linux-x86-java.

It still doesn't work, probably because unprivileged users don't have lspci in their path.

Adding license for package 30200 roaming config store loaded successfully - 1125 bytes. migrating temporary roaming config store Installing breakpad exception handler for appid(steam)/version(1384215970_client) sh: lspci: command not found ExecCommandLine: "/home/niko/.local/share/Steam/ubuntu12_32/steam" System startup time: 8,13 seconds Running Steam on gentoo 64-bit STEAM_RUNTIME is disabled by the user Generating new string page texture 68: 128x256, total string texture memory is 573,44 KB Generating new string page texture 69: 128x256, total string texture memory is 131,07 KB Generating new string page texture 70: 256x256, total string texture memory is 835,58 KB Generating new string page texture 71: 64x256, total string texture memory is 901,12 KB ExecCommandLine: "/home/niko/.steam/root/ubuntu12_32/steam steam://open/driverhelperready" ExecSteamURL: "steam://open/driverhelperready" CAPIJobRequestUserStats - Server response failed 2 Installing breakpad exception handler for appid(steam)/version(1384215970_client) Generating new string page texture 84: 128x256, total string texture memory is 1,03 MB Generating new string page texture 85: 256x256, total string texture memory is 1,29 MB Generating new string page texture 86: 512x256, total string texture memory is 1,82 MB Generating new string page texture 87: 24x256, total string texture memory is 1,84 MB Generating new string page texture 88: 8x256, total string texture memory is 1,85 MB Generating new string page texture 89: 32x256, total string texture memory is 1,88 MB Generating new string page texture 90: 128x256, total string texture memory is 2,02 MB Generating new string page texture 92: 2048x256, total string texture memory is 4,11 MB Generating new string page texture 93: 256x256, total string texture memory is 4,37 MB Game update: AppID 108200 "Ticket to Ride", ProcID 1746, IP 0.0.0.0:0

darkbasic avatar Nov 13 '13 20:11 darkbasic

Sorry, didn't know of app-emulation/emul-linux-x86-java.

Doesn't matter :) Just out of curiosity, did you tried it with a native java like virtual/jre? Since gentoo has a few different java packages you could try other version's too.

It still doesn't work, probably because unprivileged users don't have lspci in their path.

I'm curious why it tries to access lspci. I couldn't even find "lspci" in their scripts?

mm1ke avatar Nov 13 '13 20:11 mm1ke

Could you link /usr/sbin/lspci to /usr/local/bin? Then it should find it. I assume Ubuntu places this somewhere else as it's also usable as normal user.

anyc avatar Nov 14 '13 20:11 anyc

It still doesn't work.

LD_DEBUG=libs (~3.5MB): http://bpaste.net/show/149881/ LD_DEBUG=libs | grep -i error: http://bpaste.net/show/149882/

darkbasic avatar Nov 15 '13 10:11 darkbasic

Besides the Java issue, these gl* errors look a little bit unusual. Maybe it's related to your other report.

Which jre do you have installed? In the past I got issues if I didn't use the "official" one from Oracle.

anyc avatar Nov 16 '13 09:11 anyc

Game works here. I've used icedtea-bin-7.2.5.3. What's important here is to enable the "X" use flag. Otherwise i would suggest adding the icedtea[-bin] dependency to the steam-games-meta ebuild behind, for example, a "java" USE-flag. As far a i know java doesn't come with the steam-runtime and has to be installed by the system. Probably every java based game doesn't work on steam? Another one would be starmade, but i doesn't own this, thus cannot test it.

mm1ke avatar Jan 25 '15 19:01 mm1ke