News:

Zatikon is back and free to play! https://www.chroniclogic.com/zatikon.htm

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ebel

#1
Gish Support / Can't save game & some sound problems
January 03, 2005, 11:26:37 PM
It must have just been slackware, which I recently changed over to from Fedora Core 2. FC2 must have set the default DISPLAY variable to :0, ie the current screen. Slack must just not set it. I know now.

I have a bit of an idea on a workaround to be able to place the save files in the users home directory without having to copy the whole thing across using a lot of symlinks. Give us a bit to whack something together.
#2
Gish Support / Can't save game & some sound problems
January 03, 2005, 01:20:55 AM
I installed gish in /usr/games/gish, with permissions 755 (owner: root.root), so as my normal login I did not have write priviliges to that folder. I tried copying it to my home folder and giving my self write privilges to it. It is able to save progress and settings now. However this is bad. Does this mean everyone would have to have a copy (160 MB!) in their own folder? Giving everyone write access to the game sounds silly. The way things normally work in Linux/Unix is that the programme is installed somewhere and everyone has read (but not write) priviliges to that folder. The users settings and saved files are kept in their home folder. That makes it easy to move your own settings from one computer to the next. Is there not some way of doing that? That would make a lot of sense... I'll see what I can do.

I have discovered why I got a segmentation fault when I ran it as root. I had logged in as my normal account, and opened a terminal and su'ed to root. When I set the shell environmental variable DISPLAY to :0, I can play it fine.  Normally it's empty. The problem was that the game didn't know where to display the graphics.
#3
Gish Support / Can't save game & some sound problems
January 02, 2005, 02:43:49 PM
I'm using the Linux version of Gish v1.3. The game does not save my progress. Every time I start playing there is no record of when I played earlier, so I have to start from the start every time.

I have also had a bit of trouble with sound and music. The demo music and sound worked fine. When I first used the full version it segfaulted (SDL Parachute Deployed apparently). So I started it with the -nomusic and -nosound option. GIsh loaded up fine. I did that as root.

As my normal login, I was able to start Gish fine but with no sound initially. I could turn on sound and music in the options menu, but I would have to do that everytime. It wouldn't remember it.

I also have trouble running the game as root. All of the following commands cause  "Fatal signal: Segmentation Fault (SDL Parachute Deployed)":
./gish
./gish -nosound
./gish -nomusic
./gish -nomusic -nosound
./gish -music -nosound
./gish -music -sound
./gish -music
./gish -sound

How can these problems be solved.