Escape from Monkey Island Installs great mounting the isos. Be sure to do a custom install, with no art files. Run as "winex3 Monkey4.exe -gl" Pool of Radiance: Ruins of Myth Drannor --------------------------------------- winex poops on a couple of points: - you must run setup.exe from the /mnt/cdrom directory - winex doesn't start the install with supermount Here's how I got installed (running it is another matter completely): - enable loop fs in the kernel $ cat /dev/cdrom > por1.iso (do for CD2, too) # mount -o loop /home/steve/por1.iso /mnt/cdrom $ cd /mnt/cdrom $ winex3 setup.exe when it asks for disk 2: # mount -o loop /home/steve/por2.iso /mnt/cdrom That will mount it over the existing /mnt/cdrom :) As far as playing it, you need to have CD2 mounted (as an ISO seems to work, I havent tried it as the actual CD yet). Mine pooped on loading the main game. Startup videos worked fine though. I sent this email to transgaming: Ok -- I can get it partially installed, but it breaks at the end with CD2, I *think* for the same reason I posted in the forum -- it's trying to run the install from a different directory and its throwing it off a bit. I'm not too versed in winex configs, but I thought I remember seeing a way to change which drives are where or something. Anyway ... here's my findings: I copied cd1 and cd2 to por1 and por2.iso ( cat /mnt/cdrom > por1.iso ). Then I mounted the loop file in /mnt/cdrom: mount -o loop /home/steve/por1.iso /mnt/loop I cd to /mnt/cdrom and run winex3 setup.exe Note: If I run winex3 /mnt/cdrom/setup.exe I get an error (it's the same error with the 2nd disc install, so I'll print it out later). Setup runs fine (on all three setup types). When it asks for disc 2 I mount the second ISO *over* the first one: mount -o loop /home/steve/por2.iso /mnt/loop Click okay, and it goes fine. The progress install bar goes all the way to the end, and then dies with this error: steve@boo loop $ winex3 setup.exe wine: Unhandled exception, starting debugger... Using wine_path: /usr/lib/transgaming_winex3//winex/bin/wine 0806e220:08073598: create process 'G:\mnt\loop\setup.exe'/0x400f4ca0 @00000000 ( 0<0>) 0806e220:08073598: create thread I @00000000 GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". (no debugging symbols found)...Using host libthread_db library "/lib/libthread_d b.so.1". 0806e220:08073598: loads DLL ntdll.dll @40051000 (0<0>) 0806e220:08073598: loads DLL kernel32.dll @407fa000 (0<0>) 0806e220:08073598: loads DLL advapi32.dll @407b2000 (0<0>) 0806e220:08073598: loads DLL gdi32.dll @4098e000 (0<0>) 0806e220:08073598: loads DLL user32.dll @4087e000 (0<0>) 0806e220:08073598: loads DLL rpcrt4.dll @40a07000 (0<0>) 0806e220:08073598: loads DLL ole32.dll @4075a000 (0<0>) 0806e220:08073598: loads DLL shlwapi.dll @40a47000 (0<0>) 0806e220:08073598: loads DLL comctl32.dll @40a78000 (0<0>) 0806e220:08073598: loads DLL shell32.dll @406e8000 (0<0>) 0806e220:08073598: loads DLL winmm.dll @40b0a000 (0<0>) 0806e220:08073598: loads DLL lz32.dll @40b5f000 (0<0>) 0806e220:08073598: loads DLL version.dll @40b55000 (0<0>) 0806e220:08073598: loads DLL G:\mnt\loop\dsetup.dll @40aef000 (0<689>) 0806e220:08073598: loads DLL winspool.drv @40bce000 (0<0>) 0806e220:08073598: loads DLL comdlg32.dll @40b74000 (0<0>) 0806e220:08073598: loads DLL x11drv.dll @40c8a000 (0<0>) 0806e220:08073598: loads DLL msacm32.dll @4171e000 (0<0>) 0806e220:08073598: loads DLL wineoss.drv @41703000 (0<0>) 0806e220:08073598: loads DLL msacm.drv @41843000 (0<0>) 0806e220:08073598: loads DLL midimap.drv @4184a000 (0<0>) 0806e220:08073598: loads DLL shfolder.dll @42272000 (0<0>) 0806e220:08073598: exception code=80000003 [New Thread 134690200] 0x402c92bb in ?? () (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... ---Type to continue, or q to quit--- Hope that helps guys -- feel free to contact me if you have any questions on how I did the install. The game itself runs partially -- starts up great, videos are beautiful, etc. but when I start single player game it starts to load and the game (not my system) freezes on the progess bar aroudn 20%. Hope that helps. For the record, Im running Gentoo and winex 3.3.2 with default winex configs. Steve Dibb sdibb@myway.com