Monkey Island 3 install

Johan Gill johane at lysator.liu.se
Mon Sep 17 15:19:18 CDT 2001


After some testing, I've found that the installation of Curse of Monkey
Island works fine if winver=win98 is specified. What made the win95
install break was this:

--- /opt/cvs-commit/wine/misc/version.c 2001/07/02 19:59:49     1.43
+++ /opt/cvs-commit/wine/misc/version.c 2001/07/27 23:57:38     1.44
@@ -75,7 +75,7 @@
     },
     /* WIN95 */
     {
-        0x07005F03,
+        0x07000304,
         0xC0000004,
        {
             sizeof(OSVERSIONINFOA), 4, 0, 0x40003B6,

If that is a correct fix, the real problem is to be found somewhere else.

/Johan Gill, johane at lysator.liu.se






More information about the wine-devel mailing list