http://bugs.winehq.org/show_bug.cgi?id=16681
Warren Dumortier nwarrenfl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nwarrenfl@gmail.com
--- Comment #5 from Warren Dumortier nwarrenfl@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.