Hey everyone, I am kinda new to playonlinux and am still trying to learn how it all works. Here's my system:
Distribution: XUbuntu 8.10, Intrepid Ibex
Wine Version: not exactly sure
Desktop: Xfce
OK, so here was my script to install CODWW:
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
#Create a prefix directory for CODWW
polprefixcreate "$HOME/.PlayOnLinux/wineprefix/CODWW"
# get the $CDROM variable
Ask_For_cdrom
# run the setup file for CODWW
wine $CDROM/setup.exe
# run the setup for DirectX
wine $CDROM/DirectX/DXSETUP.exe
(Note that CODWW requires DirectX and has its own installer for it and it sounds like that particular installer must be used in order for the game to work, but I may be wrong)
So I try to install this from the CD to see if the game will work. Right now I am running the system on VirtualBox with 768 MB of RAM and 128 MB of video memory. I will post the output from this script when it finishes. Anyone know if logs are created for running scripts and if so where?
Edited by rwb7041