http://bugs.winehq.org/show_bug.cgi?id=10516 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #3 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.