LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-15-2019, 08:09 PM   #1
Slakerlife
Member
 
Registered: May 2016
Location: somewhere in the world!
Distribution: slackware
Posts: 66

Rep: Reputation: Disabled
Unable to load supertuxkart game anymore


Hello

Up to yesterday my grandpa was able to play SuperTuxKart with no problems for months, but not anymore, no updates have been installed as the computer never connects to the internet. I could like to fix the issue without requiring to connect to the internet or from reloading the game so Im hoping someone can help me. I'm running Ubuntu 18.04.2 LTS 64bit.
 
Old 07-15-2019, 08:16 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
Try starting it from the command line and note any error messages that it throws. Post them here, being sure to surround any terminal output with "code" tags which become available when you click the "Go Advanced" button beneath the compose post window.
 
Old 07-15-2019, 08:33 PM   #3
Slakerlife
Member
 
Registered: May 2016
Location: somewhere in the world!
Distribution: slackware
Posts: 66

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
Try starting it from the command line and note any error messages that it throws. Post them here, being sure to surround any terminal output with "code" tags which become available when you click the "Go Advanced" button beneath the compose post window.
Thanks for the quick reply

Code:
dell@Latitude:~$ supertuxkart
ln: failed to create symbolic link '/home/dell/snap/supertuxkart/63/openh264/libopenh264.so.3': File exists
ln: failed to create symbolic link '/home/dell/snap/supertuxkart/63/openh264/libopenh264.so.4': File exists
/snap/supertuxkart/63/usr/bin/supertuxkart: error while loading shared libraries: libopenh264.so.4: cannot open shared object file: No such file or directory
 
Old 07-15-2019, 09:05 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
This is curious.

If I read it right, it's telling you that the files exist, but it cannot load one of them. The next thing I'd do is look for those files to verify the error messages and check their permissions to make sure they haven't gotten hinky; it's a long shot, but at this point I can't think of anything else.

As an aside, I have no experience with snaps. I know what they are, but they interest me not in the least at this stage.
 
Old 07-15-2019, 09:50 PM   #5
Slakerlife
Member
 
Registered: May 2016
Location: somewhere in the world!
Distribution: slackware
Posts: 66

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by frankbell View Post
This is curious.

If I read it right, it's telling you that the files exist, but it cannot load one of them. The next thing I'd do is look for those files to verify the error messages and check their permissions to make sure they haven't gotten hinky; it's a long shot, but at this point I can't think of anything else.
Code:
dell@Latitude:~/snap/supertuxkart/63/openh262$ ls -a -l
total of 8
drwxrwxr-x 2 dell dell 4096 Jul 13 06:01 . 
drwxr-xr-x 5 dell dell 4096 Jul 13 06:01 ..
lrwxrwxrwx 1 dell dell   14 Jul 13 06:01 libopenh264.so.3 -> libopenh264.so
lrwxrwxrwx 1 dell dell   14 Jul 13 06:01 libopenh264.so.4 -> libopenh264.so
Do not know if the permissions are right.

I could not find the libopenh264.so.4 file in /snap/supertuxkart/63/usr/bin/supertuxkart

Last edited by Slakerlife; 07-15-2019 at 09:56 PM.
 
Old 07-15-2019, 10:06 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
The permissions look okay. They pretty much allow anyone to do anything, so they are preventing access to the libraries.

The missing file is definitely an issue. Again, not knowing anything about snaps, all I can come up with is to try removing the snap and reinstalling it. Or, in my opinion preferably, removing the snap and seeing whether you can reinstall the program from the standard repos. Supertuxkart has been around a long time and should be in the repos.

I wish I could come up with something else; maybe someone more knowledgeable than I will join this thread.

Good luck.
 
Old 08-20-2019, 09:01 PM   #7
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Maybe this site will be of help: https://stackoverflow.com/questions/...-no-s#21173918
 
Old 08-21-2019, 12:21 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
That's Ubuntu's idiotic software center prioritizing snaps
Try removing the snap (the version that is currently installed) and install the version from the ubuntu repos.
Code:
apt update
apt upgrade
apt install supertuxkart
There's no reason to not use the apt version for a game like supertuxkart; it's been stable and playable for years.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: SuperTuxKart Racing Game Now Available on Android, New Release Adds Many Changes LXer Syndicated Linux News 0 11-19-2017 10:25 PM
[Game Development] Game Engine / Game specifically for Linux removed029 Linux - Games 7 04-24-2017 02:39 PM
LXer: Download Free SuperTuxKart .8 Racing Game for Linux LXer Syndicated Linux News 0 01-03-2013 02:30 AM
Help: Supertuxkart startup error opensuse 10.3 Infasoft Linux - Newbie 0 09-08-2008 09:33 PM
Supertuxkart: OpenGL problem NanakiXIII Linux - Games 6 05-30-2008 10:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration