FAQ for Creatures Internet Edition

1 Requirements
1.1 What are the requirements to run the game?
1.2 What platforms will the game run on?
1.3 Can the game be played on all distributions of Linux?

2 Interoperability
2.1 Can Norns be passed from the Linux version of Creatures Internet edition to other platforms?

3 Installation
3.1 When I try to mount /mnt/cdrom or cd /mnt/cdrom I am told `no such file or directory`
3.2 When installing I get a message like: tail: cannot open `+2` for reading:
3.3 Installation fails with a message like: /tmp/.setup12345: No such file or directory
3.4 [downloaded version or demo only] After the setup program has verified the data, it then fails to start the graphical installer, with a message like: Extraction Failed

4 Updates
4.1 Will creatures purchased from the Creatures Mall work on Linux?
4.2 When running lgp_update I get a message like: Searching for installed products... tail: cannot open `+2` for reading:

5 Demo
5.1 Where can I get the demo of this game?
5.2 I have downloaded the demo, but when I double-click on the icon, it does not install, but opens the demo in another application such as a text editor.

6 Starting the Game
6.1 How do I start the game?
6.2 How do I start the game from the commandline?
6.3 When I try and start the game, I get an error about: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

7 Sound
7.1 I get no sound, and messages about (snd_ctl_open_noupdate) Invalid CTL hw:0

8 Contact
8.1 How do I receive technical support?

1 Requirements
1.1 What are the requirements to run the game?
 Linux kernel 2.2
Pentium II class processor
64Mb RAM
4 speed CD-ROM drive
16 bit Sound card, OSS compatible
Video card capable of 800x600 resolution
400MB free hard disk space
Glibc 2.1
Other common software: GTK libraries, Wget or lynx, bzip2

1.2 What platforms will the game run on?
 Creatures Internet Edition will run on Linux on an x86 architecture.

1.3 Can the game be played on all distributions of Linux?
 Creatures Internet Edition has been tested to run on all modern Linux distributions as of Jan 2002. No problems with more recent distributions have been found.

2 Interoperability
2.1 Can Norns be passed from the Linux version of Creatures Internet edition to other platforms?
 Yes, all norns are capable of moving from Windows to Linux or from Linux to Windows.

3 Installation
3.1 When I try to mount /mnt/cdrom or cd /mnt/cdrom I am told `no such file or directory`
 Some distributions have now changed the default location for the CD Rom

Try using /media/cdrom
If that does not work, and you have a CD or DVD burner, try using /media/cdrecorder

More recently some distributions will have the disc name in /media. Try looking in /media for a directory whose name matches the name of the game, and use that.

3.2 When installing I get a message like: tail: cannot open `+2` for reading:
 This is due to changes in some of the unix commandline tools.

On the commandline, simply type the following:

export _POSIX2_VERSION=199209

And then try running the installation again, ensuring you run it from the same commandline as you just typed the above command in.

3.3 Installation fails with a message like: /tmp/.setup12345: No such file or directory
 If you are running a 64 bit system, you need to install the 32 bit compatibility libraries.

3.4 [downloaded version or demo only] After the setup program has verified the data, it then fails to start the graphical installer, with a message like: Extraction Failed
 This is usually because there is not enough room in /tmp which is where the game is extracted to.

To resolve this problem, you should ensure you have enough space in /tmp or use the --target option for the installer, which can be used to give it a new directory to install to. For example

gameinstaller.run --target /path/to/directory

4 Updates
4.1 Will creatures purchased from the Creatures Mall work on Linux?
 Yes, you can be assured that any creature purchased from the Creatures Mall (http://mall.creaturelabs.com) will work properly.

4.2 When running lgp_update I get a message like: Searching for installed products... tail: cannot open `+2` for reading:
 This is due to changes in some of the unix commandline tools.

On the commandline, simply type the following:

export _POSIX2_VERSION=199209

And then try running lgp_update again, ensuring you run it from the same commandline as you just typed the above command in.

5 Demo
5.1 Where can I get the demo of this game?
 The demo for Creatures: Internet Edition is the Creatures Docking Station. This can be downloaded from http://demos.linuxgamepublishing.com/creatures. It is also included on the full CD.

5.2 I have downloaded the demo, but when I double-click on the icon, it does not install, but opens the demo in another application such as a text editor.
 You need to change the permissions of the demo. By default many Linux versions do not allow you to run things you have downloaded.
Usually, this is done in a method that is similar to this (it varies for each linux version).

Simply right-click on the icon, and you will see a manu that includes an option such as `Properties`

Select this option.

You shoudl at this point see a new window with several options. You need to select the option that is about `permissions`.

When you have, you need to set the `execute` or `run` permission to on.

Click OK, or Apply, and then you will be able to double-click on the icon to install the demo.

6 Starting the Game
6.1 How do I start the game?
 To start the game, you may simply select its entry from your command button on your toolbar. It will either be found in the `Games` or the `Other` section.

6.2 How do I start the game from the commandline?
 Simply type:

creatures3

from any terminal window.

6.3 When I try and start the game, I get an error about: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
 This error can be resolved by typing:

export LD_ASSUME_KERNEL=2.2.5

into the commandline before starting the game. Note you must use the same terminal window to start the game as you type this command into.

7 Sound
7.1 I get no sound, and messages about (snd_ctl_open_noupdate) Invalid CTL hw:0
 This is usually because of the new PulseAudio system that makes sound difficult to use on Linux.

To fix this problem, you need to do one of the following (in order of ease)

run the game using pasuspender

pasuspender gamename

run the game using padsp

padsp gamename

Finally if these fail, or give poor results, you need to install the OSS layer for ALSA and ensure it is loaded into the kernel. This will vary for each Linux distribution, and you should consult your Linux distribution documentation for instructions on how to do this.

8 Contact
8.1 How do I receive technical support?
 Send email to support@linuxgamepublishing.com to receive technical support.