Super TuxKart: Mario Kart Clone

Play with your Puppy.
Message
Author
fejesg
Posts: 9
Joined: Sat 09 Feb 2008, 07:46

Please help me!

#31 Post by fejesg »

Hello, Everybody!

Please help me. I had got an old Compaq Armada 1750, and I would like to set for my older Son, playing with Supertuxkart and Supertux2.

It is problem that inside notebook there is no HDD, I can use FDD and CDROM (with there I can start Puppy 4.3, it will be good for my Son); I would like to make a "Remastered Puppy CD".

I downloaded Linux programs (Supertuxkart, Supertux2), extracted onto libraries, tryed to run sh executable binaries, but they are not running.

WHY? Please help me!

YS: Gabor

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#32 Post by mikeb »

This particular game would unfortunately not run on a Compaq Armada 1750...you need at least a 800MHz cpu and a 3d graphics card. There are plenty of other games on here though that would probably work just fine

regards

mike

fejesg
Posts: 9
Joined: Sat 09 Feb 2008, 07:46

#33 Post by fejesg »

Hi, Mike!

It is a bad thing, that I can not run Supertuxkart in Armada 1750......

Thank You the reply !!!

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#34 Post by ITAmember »

I made a .pet for supertuxkart 6.2. :D

http://dotpups.de/puppy4/dotpups/Games/ ... 2-i486.pet

I need someone to test it and make sure it works, 8MB of shared video RAM won't exactly run this game. ;)

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

Mario kart clone not start in my puppy

#35 Post by eeepuppy »

I have downloaded and installed the game on my computer.
when i have tried to launch it nothing happend.
i try to launch it in a console screen an i have following error:
"/usr/bin/supertuxkart: line 2: ../share/supertuxkart/bin/supertuxkart: No such file or directory".
may you help me?

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

Mario kart clone not start in my puppy

#36 Post by eeepuppy »

I have downloaded and installed the game on my computer.
when i have tried to launch it nothing happend.
i try to launch it in a console screen an i have following error:
"/usr/bin/supertuxkart: line 2: ../share/supertuxkart/bin/supertuxkart: No such file or directory".
may you help me?

User avatar
battleshooter
Posts: 1378
Joined: Wed 14 May 2008, 05:10
Location: Australia

#37 Post by battleshooter »

Was it ITAmember's pet or the main tar.bz2? He did say it was untested.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=94580]LMMS 1.0.2[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94593]Ardour 3.5.389[/url], [url=http://www.murga-linux.com/puppy/viewtopic.php?t=94629]Kdenlive 0.9.8[/url]

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

#38 Post by eeepuppy »

i made .pet download.

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#39 Post by ITAmember »

Navigate to /usr/share/supertuxkart/, delete run_game.sh, and extract the attached file in that directory. Then post here and tell me if that works. :)
Attachments
run_game.zip
(199 Bytes) Downloaded 668 times

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

#40 Post by eeepuppy »

Sorry : permission denied (!!!!)

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#41 Post by ITAmember »

Navigate to /usr/share/supertuxkart/, right click on run_game.sh, and there should be an option that says something like "Set permissions" or "Change permissions". A dialog similar to the delete dialog should pop up, confirm the permission change, and then run the file. It should work this time. :)

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

#42 Post by eeepuppy »

ITAmember wrote:Navigate to /usr/share/supertuxkart/, right click on run_game.sh, and there should be an option that says something like "Set permissions" or "Change permissions". A dialog similar to the delete dialog should pop up, confirm the permission change, and then run the file. It should work this time. :)
I changed all the permission in the popup menu and each time i had same answer:
"permission denied" :(
nothing is possible! Is Puppy 4.3.1 K 2.6.30.5 non compatible?
something is wrong?(i am an old italian newbie, be patient).
Thanks for your help.

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#43 Post by ITAmember »

Try making /usr/bin/supertuxkart executable. (change permissions) If that still doesn't work try executing /usr/share/supertuxkart/run_game.sh from the command line. If that still doesn't work try running /usr/share/supertuxkart/bin/supertuxkart from the command line.

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

#44 Post by eeepuppy »

Finally missing library!
Where i can download the dependencies?
before i tryed to change pemissions...... but
permission denied.
Attachments
supertuxkart2.jpg
(105.02 KiB) Downloaded 753 times

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#45 Post by ITAmember »

Actually the libraries are there. If you open /usr/share/supertuxkart/bin/supertuxkart you will find them. However, the run_game.sh script defines the location for use, which is why we use it. :) Anyway, the problem is I made a typo in it run_game.sh. Right click on run_game.sh, click "Open as text" and you should see this

Code: Select all

#!/bin/bash
LD_LIBRARY_PATH=/usr/share/supertuxkart/bin: /usr/share/supertuxkart/bin/supertuxkart
Delete the first line. The file should now look like this

Code: Select all

LD_LIBRARY_PATH=/usr/share/supertuxkart/bin: /usr/share/supertuxkart/bin/supertuxkart
Save it.

One final step. It looks like you are still having permission problems with /usr/bin/supertuxkart. Here's two commands you need to run to fix it.

Code: Select all

rm -f /usr/bin/supertuxkart

Code: Select all

ln -s /usr/share/supertuxkart/run_game.sh /usr/bin/supertuxkart

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

#46 Post by eeepuppy »

I have made all the modification that you
have suggested.........but
WHAAAAAAA!!! :(
Supertuxkart don't start yet
Attachments
supertuxkart5.jpg
...final result
(55.29 KiB) Downloaded 815 times
supertuxkart4.jpg
(103.07 KiB) Downloaded 789 times
supertruxkart3.jpg
(115.45 KiB) Downloaded 772 times

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#47 Post by ITAmember »

I'm confused... :cry:

Navigate to /usr/share/supertuxkart/bin, press the ` key on your keyboard, (shortcut for "Terminal here") run

Code: Select all

LD_LIBRARY_PATH=./: ./supertuxkart
and pray.

eeepuppy
Posts: 33
Joined: Wed 29 Oct 2008, 17:17

#48 Post by eeepuppy »

Probably i do something wrong....
but i am a newbie and my keyword is
italian keyword..... look inside and telll me..... :lol:
Attachments
supertuxkart7.png
i have missing library
(194.36 KiB) Downloaded 814 times

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#49 Post by ITAmember »

Why is this so hard? :( Extract the attached file to /usr/share/supertuxkart/bin and make sure to set the permissions on the extracted files.

ITAmember
Posts: 167
Joined: Sun 13 Sep 2009, 18:50
Location: The middle of a cornfield

#50 Post by ITAmember »

ITAmember wrote:Why is this so hard?
When I posted that I didn't realize how rude it sounded. It wasn't meant to insult you, I was expressing my frustration at the game for not working. So I'm sorry if you interpreted it in the wrong way.

Post Reply