Page 1 of 1

[Solved][Testing - Trixie] Supertuxkart is not running

Posted: 2024-06-05 07:37
by amin11
I installed Supertuxkart but it won't run.

Code: Select all

hasan@debian:~$ supertuxkart 
supertuxkart: symbol lookup error: /lib/x86_64-linux-gnu/libshaderc.so.1: undefined symbol: _ZTVN8spvtools5utils5TimerE

Re: [Testing - Trixie] Supertuxkart is not running

Posted: 2024-06-05 07:51
by strapicarus
Hi, have you tried to install libshaderc?

Code: Select all

>apt search libshaderc
libshaderc-dev/unstable 2023.8-1 amd64
  Library API for accessing glslc functionality - static libraries and headers

libshaderc1/unstable 2023.8-1 amd64
  Library API for accessing glslc functionality - shared libraries
>sudo apt install libshaderc1
  

Re: [Testing - Trixie] Supertuxkart is not running

Posted: 2024-06-05 08:04
by amin11

Code: Select all

hasan@debian:~$ sudo apt install libshaderc1 libshaderc-dev 
libshaderc1 is already the newest version (2023.2-1).
libshaderc1 set to manually installed.
libshaderc-dev is already the newest version (2023.2-1).
Summary:
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
Didn't work

It is a bug:

Code: Select all

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070983

Re: [Testing - Trixie] Supertuxkart is not running

Posted: 2024-06-05 08:40
by strapicarus
I just install supertuxkart and it worked, which kernel do you have?
i see you have installed the version

Code: Select all

libshaderc1 is already the newest version (2023.2-1).
, wich is the problematic lib version (2023.2-1), i have instaled the version 2023.8-1 maybe you need and upgrade?
The bug report mention install of libshaderc1 from unstable, in you /etc/apt/sources.list change "sid" to "unstable" then:

Code: Select all

>sudo apt update
>sudo apt install libshaderc1 libshaderc-dev

Re: [Testing - Trixie] Supertuxkart is not running

Posted: 2024-06-05 09:02
by amin11
Ok.
I wait for 2023.8-1 in trixie.
Yes !

Code: Select all

Get:36 https://archive.debian.petiak.ir/debian trixie/main amd64 libshaderc1 amd64 2023.8-1 [2,262 kB]