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, [EMAIL PROTECTED]




Reply via email to