http://bugs.winehq.org/show_bug.cgi?id=20048
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-12-22 14:10:25 CST --- Hello Saulius,
-- quote --- I've got v4.01 here: http://www.downdownz.com/download/view-software-9456.html
The link called 电信下载. -- quote ---
the initial bug report talked about "To reproduce this downlaod and run SIV 4.01, press [PCI Bus] and then select a device" so v4.01 seems to be correct.
-- quote --- But my wine (not very recent, v1.3.10) exhibits different bug (it's unable to start SIVDRIVER svc / SIVNT4.SYS). -- quote ---
$ wine --version wine-1.3.35-117-g27e3e1a
--- snip --- 0027:trace:loaddll:load_native_dll Loaded L"C:\windows\system32\Drivers\SIVNT4.sys" at 0x540000: native 0027:fixme:ntoskrnl:HalGetBusData (4 0 0 0x111564 4) stub! 0027:trace:seh:raise_exception code=c0000096 flags=0 addr=0x5427c7 ip=005427c7 tid=0027 0027:trace:seh:raise_exception eax=00000020 ebx=001113a8 ecx=0000002e edx=0053002e esi=001113a8 edi=001113c0 0027:trace:seh:raise_exception ebp=0053e5d4 esp=0053e5b8 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 0027:trace:seh:call_vectored_handlers calling handler at 0x683f63f6 code=c0000096 flags=0 0027:trace:seh:call_vectored_handlers handler at 0x683f63f6 returned 0 0027:trace:seh:call_stack_handlers calling handler at 0x7bc919e1 code=c0000096 flags=0 wine: Unhandled privileged instruction at address 0x5427c7 (thread 0027), starting debugger... ... <restarting driver over and over again> --- snip ---
The reason is direct i/o port access in driver entry using "out dx,al" -> not the problem that is reported here.
Regards