http://bugs.winehq.org/show_bug.cgi?id=10516
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2007-11-20 16:41:56 --- Hello,
forget that kernel driver, there is too much work needed (simple stubbing out unimplemented functions won't work).
Either run this application in Win9X mode or do the following:
Disable kernel service facilities using wineconfig -> libraries. Add/set "ntoskrnl.exe" and "winedevice.exe" to "disable".
That prevents the application from loading the utility kernel driver and should let the application start.
It seems there is some noticeable startup delay while loading some 16 bit DOS module "loadmem$.exe" - hence winevdm. It seems to read out BIOS information. It's happily eats up your CPU cycles while running (see top).. If you want to get rid of it (and the delay), delete EVEREST.MEM in your everest folder :-)
Regards