http://bugs.winehq.org/show_bug.cgi?id=8351
--- Comment #8 from Saulius K. saulius2@gmail.com 2008-06-13 02:15:57 --- ntoskrnl.exe.KeInitializeInterrupt was implemented ~1y ago (fbbd91544f2ad...) and crash is gone, but I still do not see any driver being loaded in the log.
Anyways, the app crashes further:
0009:trace:loaddll:load_native_dll Loaded L"D:\program files\EGOSOFT\X2 - The Threat\X2.EXE" at 0x400000: native 0009:err:module:import_dll Loading library IJL10.DLL (which is needed by L"D:\program files\EGOSOFT\X2 - The Threat\X2.EXE") failed (error c0000020). ... 0009:trace:loaddll:load_native_dll Loaded L"D:\program files\EGOSOFT\X2 - The Threat\PROTECT.DLL" at 0x63d0000: native 0009:err:module:LdrInitializeThunk Main exe initialization for L"D:\program files\EGOSOFT\X2 - The Threat\X2.EXE" failed, status c0000135
So the bugreport is still valid. Google finds IJL10.dll being Intel JPEG Library. And if c0000020 refers to 32 (0x20), then this means ERROR_SHARING_VIOLATION. Probably +relay,+snoop would reveal some reason about IJL10.dll failing to load.