http://bugs.winehq.org/show_bug.cgi?id=29064
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |66e98122b6fdccecac888c4c9a1 | |b97f4f1b5e83f Status|NEW |RESOLVED CC| |focht@gmx.net Component|mountmgr.sys |ntoskrnl Resolution| |FIXED
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-12-21 13:54:09 CST --- Hello Austin,
yep commit 66e98122b6fdccecac888c4c9a1b97f4f1b5e83f fixed the regression. Thanks Bernhard.
The driver entry point is executed and ioctls are later processed without crash.
--- snip --- 0029:trace:winedevice:ServiceMain starting service L"PciBus" 0029:trace:winedevice:load_driver loading driver L"C:\Program Files\MadOnion.com\3DMark2001 SE\PciBus.sys" 0029:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\hal.dll" at 0x68230000: builtin 0029:trace:loaddll:load_native_dll Loaded L"C:\Program Files\MadOnion.com\3DMark2001 SE\PciBus.sys" at 0x540000: native 0029:trace:winedevice:load_driver_module L"C:\Program Files\MadOnion.com\3DMark2001 SE\PciBus.sys": relocating from 0x10000 to 0x540000 0029:trace:ntoskrnl:IoCreateDevice (0x681b78e0, 0, L"\Device\PciBus", 34, 0, 1, 0x53e600) 0029:trace:ntoskrnl:ExAllocatePoolWithTag 8 pool 0 -> 0x111260 0029:trace:ntoskrnl:IoCreateSymbolicLink L"\DosDevices\PciBus" -> L"\Device\PciBus" 0029:trace:winedevice:init_driver init done for L"PciBus" obj 0x681b78e0 0029:trace:winedevice:init_driver - DriverInit = 0x5403c4 0029:trace:winedevice:init_driver - DriverStartIo = (nil) 0029:trace:winedevice:init_driver - DriverUnload = 0x54049e 0029:trace:winedevice:init_driver - MajorFunction[0] = 0x54036e 0029:trace:winedevice:init_driver - MajorFunction[1] = (nil) 0029:trace:winedevice:init_driver - MajorFunction[2] = 0x54036e ... 0029:trace:winedevice:init_driver - MajorFunction[14] = 0x54036e ... 0029:trace:winedevice:init_driver - MajorFunction[27] = (nil) ... --- snip ---
$ sha1sum 3dmark2001se.exe 643bacbcc1615bb4f46d3b045b1b8d78371a6b54 3dmark2001se.exe
$ wine --version wine-1.3.35-117-g27e3e1a
Regards