http://bugs.winehq.org/show_bug.cgi?id=11814
--- Comment #2 from Phil Jones philip6.jones@live.uwe.ac.uk 2008-03-02 13:15:12 --- These 2 lines are outputted to the console after an item within the menu section is clicked:
fixme:win:LockWindowUpdate ((nil)), partial stub! fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
Assuming from my programming experience, dump_system line is to do with making an error log line. So the line to fix is:
fixme:win:LockWindowUpdate ((nil)), partial stub!
How would one go about patching this? finding it and disabling it? try and make it lock the desktop as the patched ddraw.dll file draws to the desktop?