User Tools

Site Tools


projects:liflg:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:liflg:faq [2009/02/08 15:12] – created rettichschnidiprojects:liflg:faq [2011/01/06 11:23] (current) kratz00
Line 1: Line 1:
-**frequently asked questions**+== General == 
 +====Besides the installer, what else do i need to install my game?====
  
-**How to use the installer?**+Most of our installers will ask you for the cd or the dvd of the game. So you will need the original discs the game came on.
  
-Type following commands in a shell:+====If the installer still does not find the cd?====
  
-//sh installer.run//+Make sure your kernel has "Joliet extensions" enabled.
  
-or+("File systems" -> CD-ROM/DVD Filesystems -> "ISO 9660 CDROM file system support" -> "Microsoft Joliet CDROM extensions")
  
-//chmod u+x installer.run+====The installer does not recognize the cd at all and i tried all solutions below====
  
-./installer.run//+Make sure you are using the recommended version of the game for the installer.
  
  
-**How to use the installer on 64 bits CPUs?**+===Loki-Installers specific (*.run files)===
  
-You will need the linux32 tool(ftp://ftp.x86-64.org/pub/linux/tools/linux32/).+====How to use the installer?====
  
 Type following commands in a shell: Type following commands in a shell:
  
-//linux32 sh installer.run//+  sh installer.run
  
 or or
  
-//chmod u+x installer.run+  chmod u+x installer.run 
 +  ./installer.run
  
-linux32 ./installer.run//+====How to use the installer on 64 bits CPUs/Distributions?====
  
 +Some older installers do not have native x86_64 support,
 +you will need the //linux32// tool(ftp://ftp.x86-64.org/pub/linux/tools/linux32/).
  
-**Besides the installer, what else do i need to install my game?**+Type following commands in a shell:
  
-Most of our installers, will ask you for the cd or the dvd of the game. So you will need the original discs the game came on.+  linux32 sh installer.run
  
 +or
  
-**The installer does not find the cd.**+  chmod u+x installer.run  
 +  linux32 ./installer.run  
 + 
 +Of course you also need all the 32 bit compatibility libraries  (look out for something named ia32). 
 + 
 +====The installer does not find the cd.====
  
 First try to export the CD-ROM environment variable: (Especially for auto/supermount users e.g. Mandrake). First try to export the CD-ROM environment variable: (Especially for auto/supermount users e.g. Mandrake).
  
-//export SETUP_CDROM=/path/to/your/mounted/cdrom//+  export SETUP_CDROM=/path/to/your/mounted/cdrom
  
-FreeBSD users: //setenv SETUP_CDROM /path/to/your/mounted/cdrom//+FreeBSD users:
  
 +  setenv SETUP_CDROM /path/to/your/mounted/cdrom
  
-**If the installer still does not find the cdmake sure your kernel has "Joliet extensions" enabled.**+====After the installer extracted the filesit can not find some of them?====
  
-("Filesystems" -> "ISO 9660 CDROM file system support" -> "Microsoft Joliet CDROM extensions"+By default, the installer extracts to the /tmp directory. If you have limited space in /tmp, change the path to some place where you have enough free space.
  
-**The installer does not recognize the cd at all and i tried all solutions above.**+  export TMPDIR=/where/you/have/lots/of/freespace 
  
-Make sure you are using the recommended version of the game for the installer.+FreeBSD users:
  
 +  setenv TMPDIR /where/you/have/lots/of/free/space
  
-**After the installer extracted the files, it can not find some of them?** 
  
-By default, the installer extracts to the /tmp directory. If you have limited space in /tmp, change the path to some place where you have enough free space.+====I'm trying to start a game which I have installed using one of your installers and I get the error message "Syntax error: Bad substitution".====
  
-//export TMPDIR=/where/you/have/lots/of/freespace//+You are not using bash as your default shell. This is especially the case for Ubuntu users.
  
-FreeBSD users: //setenv TMPDIR /where/you/have/lots/of/freespace//+Open the relevant script and change the first line from "#!/bin/sh" to "#!/bin/bash".
  
 +=====MojoSetup-Installers specific (*.mojo.run files)=====
  
-**I'm trying to start a game which I have installed using one of your installers and I get the error message "Syntax error: Bad substitution".**+====How to use the installer?====
  
-You are not using bash as your default shell. This is especially the case for Ubuntu users.+Type following commands in a shell:
  
-Open the relevant script and change the first line from "#!/bin/sh" to "#!/bin/bash".+  chmod u+x installer.mojo.run 
 +  ./installer.mojo.run 
 + 
 +====The installer does not find the cd.==== 
 + 
 +First try to export the CD-ROM environment variable: 
  
- +  export MOJOSETUP_MEDIA0=/path/to/your/mounted/cdrom/
projects/liflg/faq.1234102351.txt.gz · Last modified: 2009/02/08 15:12 by rettichschnidi