http://bugs.codeweavers.com/show_bug.cgi?id=219
*** shadow/219 Wed Apr 17 13:19:34 2002 --- shadow/219.tmp.8216 Wed Apr 17 13:54:06 2002 *************** *** 2,8 **** | realMyst and many other programs refuse to run. | +----------------------------------------------------------------------------+ | Bug #: 219 Product: Wine | ! | Status: NEW Version: 20010305 | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-loader | --- 2,8 ---- | realMyst and many other programs refuse to run. | +----------------------------------------------------------------------------+ | Bug #: 219 Product: Wine | ! | Status: NEW Version: 20011108 | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-loader | *************** *** 57,59 **** --- 57,92 ----
------- Additional Comments From apa3a@yahoo.com 2002-04-17 13:19 ------- Edward, do you see the issue with recent Wine builds? + + ------- Additional Comments From eddie@omegaware.com 2002-04-17 13:54 ------- + I just tested it with the Codeweavers-Wine build 20011108. + I get this output + ------- + fixme:win32:DEVICE_Open Unknown/unsupported VxD SICE. Try --winver nt40 or win31 ! + fixme:win32:DEVICE_Open Unknown/unsupported VxD SIWVID. Try --winver nt40 or win31 ! + fixme:win32:DEVICE_Open Unknown/unsupported VxD NTICE. Try --winver nt40 or win31 ! + wine: Unhandled exception, starting debugger... + err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134644056 48") (2) + Read the Wine Developers Guide on how to set up winedbg or another debugger + ------- + under wine version 20011226 (WineX CVS) I get this output + ------- + fixme:win32:DEVICE_Open Unknown/unsupported VxD SICE. Try --winver nt40 or win31 ! + fixme:win32:DEVICE_Open Unknown/unsupported VxD SIWVID. Try --winver nt40 or win31 ! + fixme:win32:DEVICE_Open Unknown/unsupported VxD NTICE. Try --winver nt40 or win31 ! + err:int:INSTR_IDT_Emulate Evil attempt to exploit win9x system security flaws + detected + err:int:INSTR_IDT_Emulate UNIX system security is too strong, can't emulate properly + wine: Unhandled exception, starting debugger... + err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134656512 72") (2) + Read the Wine Developers Guide on how to set up winedbg or another debugger + ------- + + And when I run wine with --winver nt40 or win2k I get the same error messages + with several dozen of this new one (with both versions of wine) + ------- + fixme:win32:DEVICE_Open Unknown/unsupported VxD Secdrv. Try --winver nt40 or win31 ! + ------- + I have one possble thought... which is that maybe it has something to do with + wine having debugging.. as I know I had problems with other games which + complained that I was running within a debugger and refused to run. \ No newline at end of file