I then mounted the iso :
Code: Select all
$ su
# mkdir -p /mnt/disk
# mount -o loop /home/snowpie/game.iso /mnt/disk
I checked that I had a E: drive pointing to /mnt/disk, mounted as a CD-ROM.
Then the installation :
Code: Select all
WINEARCH=win32 WINEPREFIX=~/game wine /mnt/disk/setup.exe
But trouble began when I tried to launch the game. I had the disc mounted, still well configured in winecfg, but none of the game I tried which needed a CD to play worked. Every time, I had a message showing up, stating that I needed to insert the CD. As I tried installing some games via PlayOnLinux, it even failed recognize disc before installation, I guess because I couldn't point to /mnt/disk.
The log for Age of Mythology :
Code: Select all
WINEARCH=win32 WINEPREFIX=~/games/ageofmythology/ wine ~/games/ageofmythology/drive_c/Program\ Files/Microsoft\ Games/Age\ of\ Mythology/aom.exe
0019:err:ntdll:RtlpWaitForCriticalSection section 0x7bcebba0 "../../../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0019, blocked by 001a, retrying (60 sec)
0018:err:ntdll:RtlpWaitForCriticalSection section 0x7bcebba0 "../../../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0018, blocked by 001a, retrying (60 sec)
000f:err:service:process_send_command receiving command result timed out
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 1053
002d:err:ntdll:RtlpWaitForCriticalSection section 0x7bcebba0 "../../../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 002d, blocked by 002c, retrying (60 sec)
002a:fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 0000041d
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 41018 (device=4 access=0 func=406 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
Code: Select all
WINEARCH=win32 WINEPREFIX=~/game/ageofmythology/ wine ~/game/thesettlers/drive_c/Program\ Files/Ubisoft/Blue\ Byte/THE\ SETTLERS\ -\ L\'Héritage\ des\ Rois/bin/settlershok.exe
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 41018 (device=4 access=0 func=406 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 24804 (device=2 access=1 func=201 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
Thank you in advance for all the help you may bring.
