http://bugs.winehq.org/show_bug.cgi?id=11038
Summary: spurious messages and calls to unimplemented ntoskrnl.exe functions Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
This just started happening today. Oftentimes when I quit a program like notepad, a message like the following would appear on the terminal a few seconds later:
0x81c6a08:1: Event manual=1 signaled=0 name="" 0x81c9828:2: Thread id=000d unix pid=27619 unix tid=27619 teb=0x7ffd8000 state=1 0x81c9548:1: Security token 0x81c92c8:2: Process id=000c handles=(nil) 0x81c5b28:1: Security token 0x81c58a8:1: Process id=000a handles=(nil) 0x81b2288:1: Security token 0x80a1cf0:1: Process id=0008 handles=(nil)
Other times, I get non-fatal crashes with messages like the following: wine: Call from 0x7b8404c0 to unimplemented function ntoskrnl.exe.KeInitializeTimerEx, aborting wine: Call from 0x7b8404c0 to unimplemented function ntoskrnl.exe.KeInitializeSpinLock, aborting
Also, running wineprefixcreate now says: err:wineboot:ProcessRunKeys RegOpenKey failed on Software\Microsoft\Windows\CurrentVersion (2)
I tracked all this down to the following patch:
commit d55b2de5747da90666065b5ed2fdeb8049282419 Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 4 12:51:04 2008 +0100
kernel32: Launch wineboot on first startup of a wine process.