Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://packages.ubuntu.com/eoan/amd64/libtinfo6/download
If you cannot upgrade your system (20.04 LTS is available), then you might need to install it manually.
And if that doesn't work, you might want to try "symlinking" libtinfo5 to report as version 6 -- this is an unsupported method of course and might bring up other issues, but it's worth a try:
sudo ln -s /usr/lib/x86_64-linux-gnu/libtinfo.so.5 /usr/lib/x86_64-linux-gnu/libtinfo.so.6
libtinfo6 (6.1+20181013-2+deb10u2) is what's included in Buster
I can get it to work via Proton in software mode, but performance is not fantastic. Likewise for dosbox. Hopefully some kind of solution can be found, I like the game. :)
Steam is not very helpful with error reporting, could you please run the launcher under a terminal window and share the output? The same way Murray did on the OP. It might also be worth bypassing the launcher and running ./taxi and ./taxigl as the launcher has some extra dependencies. In case that works, I can create an alternative launch option inside Steam itself.
Thanks for your quick replies!
@Murray thanks, I'm currently using Proton-5.9-GE-2-MF and it does work 'fine', though performance does decrease significantly if I increase the resolution. Regardless, it's playable.
@Cocounut Pizza indeed, sorry for that, bit of an assumption on my part. Different dependency, this is what I get:
./taxigl: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./taxigl)
./taxi: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./taxi)
https://packages.debian.org/buster/libc6 is the Debian package that contains libm.so.6, from what I can tell it's again a version issue:
libc6 (2.28-10) vs 2.29 which seems to be required.
,g$$$$$$$$$$$$$$$P. OS: Debian 10 buster
,g$$P"" """Y$$.". Kernel: x86_64 Linux 4.19.0-9-amd64
,$$P' `$$$. Uptime: 6d 17h 13m
',$$P ,ggs. `$$b: Packages: 2304
`d$$' ,$P"' . $$$ Shell: bash 5.0.3
$$P d$' , $$P Resolution: 3840x1080
$$: $$. - ,d$$' DE: XFCE
$$\; Y$b._ _,d$P' WM: Xfwm4
Y$$. `.`"Y$$$$P"' WM Theme: Default
`$$b "-.__ GTK Theme: Adwaita-dark [GTK2]
`Y$$ Icon Theme: Tango
`Y$$. Font: Sans 10
`$$b. CPU: Intel Core i7-3770K @ 8x 3.9GHz [27.8°C]
`Y$$b. GPU: EFI
`"Y$b._ RAM: 4632MiB / 15985MiB
In case this helps.
GPU info: NVIDIA Corporation GeForce RTX 2060 SUPER/PCIe/SSE2
Driver Version: 4.6.0 NVIDIA 440.100
OpenGL Version: 4.6
I did some more digging and managed to get rid of the libtinfo dependency entirely, so I am confident the game should be working out of the box with most Linux distros now. I will leave this thread open in case of new error reports.