http://bugs.winehq.org/show_bug.cgi?id=16681 Warren Dumortier <nwarrenfl(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nwarrenfl(a)gmail.com --- Comment #5 from Warren Dumortier <nwarrenfl(a)gmail.com> 2009-02-21 10:46:53 --- If i understand correctly, it crashes because ExInitializeResourceLite is not implemented. After patching ntoskrnl.exe with a stub implemenation, it crashes due to another error: wine: Unimplemented function ntoskrnl.exe.MmQuerySystemSize called at address 0x7ee198b0 (thread 0014), starting debugger... It seems some things will have to be stubbed to make it work... If someone can confirm this and maybe make a stub implemenation of those functions, it would be a nice begin. -- 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.