Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-02-2010, 07:49 AM
|
#1
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Rep:
|
Can't get Supertux to work.
Hi,
I installed Supertux from here but whenever I want to run it it console mode I get this message an tux wont start.
Code:
korbes@linux-ouow:~> supertux2
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:200 [/home/korbes/.supertux2] is in the search path
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:200 [/usr/bin//] is in the search path
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'controller' finished after 0.2 seconds
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:62 Couldn't load config file: Couldn't open file 'config': No such file or directory, using default settings
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'config' finished after 0 seconds
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'addons' finished after 0.042 seconds
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'tinygettext' finished after 0.001 seconds
[INFO] /usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'commandline' finished after 0 seconds
AL lib: pulseaudio.c:386: Context did not get ready: Connection refused
Can someone help me please cause the kids really love this game.
Thanks in advance.
Last edited by korbes; 02-02-2010 at 07:49 AM.
Reason: subscr
|
|
|
02-02-2010, 08:33 AM
|
#2
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,903
|
How did you install it?
If you use YAST it will install the necessary dependencies.
http://en.opensuse.org/Package_Management/Tools
|
|
|
02-02-2010, 12:53 PM
|
#3
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by craigevil
|
I installed it using yast. oneclick install.
And during installation it installed dependencies too. But still Supertux won't work.
Any Ideas?......
|
|
|
02-02-2010, 01:24 PM
|
#4
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
Quote:
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:200 [/home/korbes/.supertux2] is in the search path
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:200 [/usr/bin//] is in the search path
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'controller' finished after 0.2 seconds
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:62 Couldn't load config file: Couldn't open file 'config': No such file or directory, using default settings
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'config' finished after 0 seconds
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'addons' finished after 0.042 seconds
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'tinygettext' finished after 0.001 seconds
/usr/src/packages/BUILD/supertux-0.3/src/supertux/main.cpp:517 Component 'commandline' finished after 0 seconds
|
These look like paths to source code. It seems you have installed the source code for supertux, and now need to compile the code to get an executable binary file.
|
|
|
02-02-2010, 02:02 PM
|
#5
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012
Rep:
|
bigrigdriver: Yes, they are paths to the source, but no, it doesn't really mean anything. It's just so that I'd know where in the source the message comes from.
It does seem odd that /usr/bin is in the search path rather than /usr/share/games/supertux2.
The main, fatal problem is with OpenAL and PulseAudio not liking each other. I know that OpenAL and PulseAudio have an unpleasant history with each other.. I don't use PulseAudio, so I'm not sure how to fix this.. maybe upgrade both and see what happens?
|
|
|
02-03-2010, 02:53 AM
|
#6
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
Hi,
I updated OpenAL and PulseAudio but stil same problem.
Anyone any Ideas on how to get this supertux to work?
|
|
|
02-03-2010, 11:11 AM
|
#7
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012
Rep:
|
hmm.. I do remember now that if you use "pasuspender", that'll take PulseAudio out of the equation
|
|
|
02-03-2010, 04:14 PM
|
#8
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
The link in post # 1 : http://software.opensuse.org/search
Please choose supertux-0.1.3-46.4.i586.rpm
( or supertux-0.1.3-46.4.x86_64.rpm if you have a 64 bit OS.)
And do not choose the package marked src,
is source code only.
Example supertux-0.1.3-46.4.i586.rpm : Click the package
http://download.opensuse.org/reposit...-46.4.i586.rpm
.. and when it has been downloaded, you can click the file,
Yast2 will then install it.
Works OK in Suse 11.2, sound etc.
.....
The supertux files, you have in /usr/src/ , suggest :
delete them all.
.....
|
|
|
02-05-2010, 04:05 AM
|
#9
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by knudfl
The link in post # 1 : http://software.opensuse.org/search
Please choose supertux-0.1.3-46.4.i586.rpm
( or supertux-0.1.3-46.4.x86_64.rpm if you have a 64 bit OS.)
And do not choose the package marked src,
is source code only.
Example supertux-0.1.3-46.4.i586.rpm : Click the package
http://download.opensuse.org/reposit...-46.4.i586.rpm
.. and when it has been downloaded, you can click the file,
Yast2 will then install it.
Works OK in Suse 11.2, sound etc.
.....
The supertux files, you have in /usr/src/ , suggest :
delete them all.
.....
|
Dear knudfl:
I deleted everything from my system with the name supertux. Also the files in /usr/src
Now I installed "supertux-0.1.3-46.4.x86_64.rpm" from the software page. It installed with yast.
And now I get this error message:
Code:
korbes@linux-ouow:~> supertux
Datadir: /usr/bin/../share/supertux
Warning: No joysticks are available.
Error: Couldn't load musicfile
/usr/bin/../share/supertux/music/SALCON.MOD
Aborted
korbes@linux-ouow:~>
Is there a way to solve this problem.
I checked and the file SALCON.MOD is there!
With the command
Code:
supertux --disable-sound
it works perfect. But I really really want it with sound.
Thanks in advance.
Last edited by korbes; 02-05-2010 at 04:12 AM.
|
|
|
02-05-2010, 06:26 AM
|
#10
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
I never touched the sound settings,
using default worked OK. Nice sound.
.....
|
|
|
All times are GMT -5. The time now is 11:37 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|