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

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
amin11
Posts: 53
Joined: 2023-03-25 09:04
Has thanked: 7 times
Been thanked: 7 times

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

#1 Post 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
Last edited by amin11 on 2024-06-05 09:03, edited 2 times in total.

strapicarus
Posts: 38
Joined: 2022-07-20 17:55
Has thanked: 4 times
Been thanked: 5 times

Re: [Testing - Trixie] Supertuxkart is not running

#2 Post 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
  

amin11
Posts: 53
Joined: 2023-03-25 09:04
Has thanked: 7 times
Been thanked: 7 times

Re: [Testing - Trixie] Supertuxkart is not running

#3 Post 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

strapicarus
Posts: 38
Joined: 2022-07-20 17:55
Has thanked: 4 times
Been thanked: 5 times

Re: [Testing - Trixie] Supertuxkart is not running

#4 Post 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

amin11
Posts: 53
Joined: 2023-03-25 09:04
Has thanked: 7 times
Been thanked: 7 times

Re: [Testing - Trixie] Supertuxkart is not running

#5 Post 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]

Post Reply