|
|
Quick start |
The objective of this website is to provide Continuum players with recommended options for getting Continuum to run smoothly on Linux without having to download, patch, and compile Wine source, in as small
of a package as possible, with as little setup as possible.
Unless you choose to use Option 3 (see below), you will need to use a patched Wine in order to get Continuum to run successfully on Linux. We have yet to hear of any problems running other applications
on Wine patched for use with Continuum, but it is always possible that there exist applications that might not run on Wine patched for use with Continuum. So keep that possibility in mind.
An equivalent way (which some people prefer) to achieve the same end state you would get by going through Option 1 or Option 2 is to patch and compile Wine source yourself using the instructions in the
compile section above, then download the standard Continuum installer, run the downloaded standard Continuum
installer on Wine, and finally run Continuum and play. (Neither Option 1 nor Option 2 require you to patch or compile Wine source yourself.) A potential advantage of patching and compiling Wine source
yourself (besides the satisfaction of knowing you did it yourself) is that the Wine patch will be installed globally for all users. However, as stated in the previous paragraph, having a patched Wine
(especially globally for all users) can also be potentially disadvantageous.
|
|
|
Installation - Option 1 |
This installation option is only test for Ubuntu/Kubuntu. Author: Doc Flabby.
Download and install Wine in the standard way on your system.
Download standard Continuum Windows installer.
Run the installer downloaded above (default options are fine) on Wine.
Before you run Continuum, execute the following commands:
wget http://subspace2.net/kernel32.dll.so -O /tmp/kernel32.dll.so
sudo mv /usr/lib/wine/kernel32.dll.so /usr/lib/wine/kernel32.dll.so.old
sudo cp /tmp/kernel32.dll.so /usr/lib/wine/kernel32.dll.so |
» Alternate way: before you run Continuum, backup the original kernel library and download the new patched version with the following commands:
sudo mv /usr/lib/wine/kernel32.dll.so{,.bak}
sudo wget http://subspace2.net/kernel32.dll.so -O /usr/lib/wine/kernel32.dll.so |
Run Continuum, start playing and having fun!
|
|
|
Installation - Option 2 |
This installation option is only tested for Ubuntu. Author: Guest1017.
Uninstall possible existing version of Wine from your system.
Download deb package of Wine RC1 patched for use with Continuum.
Install wine using the deb package downloaded above.
Download standard Continuum Windows installer.
Run the installer downloaded above (default options are fine) on Wine.
Run Continuum, start playing and having fun!
|
|
|
Installation - Option 3 |
This installation option is not recommened due to reported probles! Author: Bounty Punter
Begin with downloading Continuum-Wine installer.
» Running this requires that you already have Wine installed and configured with Wine configuration files in /.wine The development version does not have this limitation however changing the configuration is going to be difficult until add in the winecfg.
If you don't have Wine installed or configured, you may be able to get it running by extracting the default Wine configuration to your home directory.
If you already have Wine installed and configured you should be able to download Continuum-Wine into your home directory, decompress, and run it with continuum.sh
# decompress it
tar -jxvf ~/Continuum-Wine.0.1.a.i686.tar.bz2
# run it
~/Continuum-Wine/continuum.sh |
Make sure you are running Continuum in the same color depth your Xwindows session is running in. If Continuum is running in 16 bit and your Xwin session is in 24 your frame rate is going to be suffer. From the Continuum menu select View - Options - Graphics (tab) and change to match your display settings. Changing your Xwin color depth to 16 bit seems to be optimal.
Start playing and having fun!
|
|
|