Death Taxi 3000
Pumuckel Jun 20, 2020 @ 10:28am
It coudn't start on Linux
It can not start on linux because libtinfo.so.6 library are missing.

~/.steam/steamapps/common/Death Taxi 3000/x64$ ./launcher
./launcher: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory

System is Ubuntu- Mate 18.04.4 LTS (Bionic Beaver) 64-bit
Kernel Linux 5.4.0-38-generic x86_64
AMD64 and i386 Packages installed
Last edited by Pumuckel; Jun 20, 2020 @ 11:16am
Originally posted by Coconut Pizza:
New update is out with a few Linux changes: https://steamcommunity.com/games/1278110/announcements/detail/2718436389064654891

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.
< >
Showing 1-14 of 14 comments
Coconut Pizza  [developer] Jun 20, 2020 @ 4:51pm 
Hi Murray, I am afraid your system is a bit outdated. libtinfo6 is only available on Ubuntu 19.04 onwards, which is already discontinued so you can only find it online earliest from the 19.10 repositories.

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
Last edited by Coconut Pizza; Jun 20, 2020 @ 4:59pm
Pumuckel Jun 21, 2020 @ 3:52am 
Hi Coconut Pizza, thank you for the fast answer. The use of the Symlink is for me no good solution because there a many other library problems they do open so i try it with proton an it run good but not perfect. The only two issues are that isn't playable with dosbox and or the opengl renderer but in software render mode it run fine with proton. Somday i would update my System but maybe i do wait for the Pointrelease of the Ubuntu- Mate 20.04LTS. Thanks for your help. Upgrade the libtinfo5 Package from the 19.10 i would give it a try and tell you if it is a good and easy solution.
Pumuckel Jun 21, 2020 @ 4:19am 
To update just the Package libtinfo6.deb is not a good solution just like that linking to the old lib because the Launcher starts just the DosBox Mode. OpenGL and Softwarerenderer are brocken because they want a newer libc6 (GLIBC_2.29 and libm.so.6 inside) but to play it with Proton is not so bad until i update my System to 20.04LTS. Notwithstanding i would like to thank you for this game. It is a good and funny Game with much potential. Good work!
Coconut Pizza  [developer] Jun 21, 2020 @ 7:58am 
I was afraid that would be the case, libtinfo6 is just the tip of the iceberg in the whole GNU GCC stack and it's not easy to upgrade it manually without borking the entire system. I hope you can still enjoy the game via Wine and DOSBox until you get the chance to update!
delendum Jul 11, 2020 @ 1:38pm 
I've got the same problem on Debian Buster, it has libtinfo6 but an earlier version.
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. :)
Pumuckel Jul 11, 2020 @ 1:49pm 
Hi delendum, i use the proton version "Proton-4.11-GE-1 from the Glorious Eggroll Internet git- page and for me it run fine and smooth and fast but just in software or Dosbox- mode. I hope i can help you with this Information. https://github.com/GloriousEggroll/proton-ge-custom/releases?after=4.15-GE-4
Coconut Pizza  [developer] Jul 12, 2020 @ 7:26am 
Hi @delendum, the game should not crash if you have the same library, doesn't matter if it is an older version. Installer packages could list it as incompatibilities but as far as I know the game should run.

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.
delendum Jul 12, 2020 @ 5:34pm 
Hi both,

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.
delendum Jul 12, 2020 @ 5:47pm 
_,met$$$$$gg. xx@xx
,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

Coconut Pizza  [developer] Jul 12, 2020 @ 7:51pm 
Thank you, that was quite helpful. It turns out there are some compiler options I can use to remove that symbol error with GLIBC, it will just take me a few days to run some tests and I should have an update to support your Debian release!
delendum Jul 12, 2020 @ 8:11pm 
Awesome stuff! I look forward to it. :)
A developer of this app has indicated that this post answers the original topic.
Coconut Pizza  [developer] Jul 20, 2020 @ 12:29pm 
New update is out with a few Linux changes: https://steamcommunity.com/games/1278110/announcements/detail/2718436389064654891

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.
delendum Jul 20, 2020 @ 11:41pm 
Awesome update! It all works perfectly for me now - thanks!
Pumuckel Jul 23, 2020 @ 12:38am 
Thank You verry mutch. It run Out of the Box in My Case to :)
< >
Showing 1-14 of 14 comments
Per page: 1530 50