[Bug 24963] Okad2: Unhandled page fault at address 0x00007f8a during startup

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 31 00:06:57 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24963

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com

--- Comment #2 from Dan Kegel <dank at kegel.com> 2010-10-31 00:06:56 CDT ---
I tried writing a little test for this behavior:

    /* Test a system cursor with LR_LOADFROMFILE incorrectly specified, as
Okad2 does */
    handle = LoadImageA(NULL, IDC_APPSTARTING, IMAGE_CURSOR, 0, 0,
LR_DEFAULTSIZE|LR_LOADFROMFILE);
    ok(handle != NULL, "LoadImage() from system resource with LR_LOADFROMFILE
failed.\n");

but on Vista, it crashed.  Okad2, on the other hand, runs on Vista.
So I don't know what's going on.  Can you write a small C program
that succeeds on Windows and fails on Wine in the same way as Okad2?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list