Fun - Xshisen

Booting, installing, newbie
Post Reply
Message
Author
User avatar
stevsurf
Posts: 11
Joined: Sun 14 Mar 2010, 11:55
Location: Winchester, UK

Fun - Xshisen

#1 Post by stevsurf »

I have downloaded my first pet package xshisen-1.51.pet and installed it. I can see Xshisen in the Fun menu, but when I click on it the game does not start.

Please can someone suggest a possible cause.
Thank you

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#2 Post by Béèm »

Could be a missing library.
I suppose the program is called Xshisen (the case of the characters miay be important.)
Open a console/terminal and type Xshisen or xshisen
You might have error messages, giving an indication.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
stevsurf
Posts: 11
Joined: Sun 14 Mar 2010, 11:55
Location: Winchester, UK

#3 Post by stevsurf »

Béèm wrote:Could be a missing library.
I suppose the program is called Xshisen (the case of the characters miay be important.)
Open a console/terminal and type Xshisen or xshisen
You might have error messages, giving an indication.
Yes, the console error message for xshisen is
./xshisen: error while loading shared libraries: libXaw.so.8 cannot openshared object file: No such file or directory
Where can a newbie find/install this file? I've got libXaw.so.7


Thank you

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#4 Post by trapster »

Try linking libXaw.so.7 to libXaw.so.8

Code: Select all

ln -s /usr/X11R7/lib/libXaw.so.7 /usr/X11R7/lib/libXaw.so.8
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#5 Post by Béèm »

I don't know, I have the 6 and the 7
Try the puppysearch link in my sig on the missing library.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

bugman

#6 Post by bugman »

odd, i don't have 8 either [or a link], but xshisen works :?

User avatar
stevsurf
Posts: 11
Joined: Sun 14 Mar 2010, 11:55
Location: Winchester, UK

#7 Post by stevsurf »

trapster wrote:Try linking libXaw.so.7 to libXaw.so.8

Code: Select all

ln -s /usr/X11R7/lib/libXaw.so.7 /usr/X11R7/lib/libXaw.so.8
Many thanks, this was successful and Xshisen now runs :D

Post Reply