http://bugs.winehq.org/show_bug.cgi?id=11754 --- Comment #19 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2008-12-28 17:15:34 --- (In reply to comment #17)
(In reply to comment #16)
the crash can be avoided by removing/renaming the fake dlls kernel32 and user32.
Setting them to disabled in winecfg or through WINEDLLOVERIDES is probably easier.
Please correct me if i'm wrong, but this will not work, because WINEDLLOVERIDES is working only for LoadLibrary* API but not for CreateFile* API. The fake dlls are in ~/.wine/dosdevices/c\:/windows/system32. They are created when you start wine the first time on an empty .wine directory. @Lars: cd ~/.wine/dosdevices/c\:/windows/system32 mv kernel32.dll kernel32.dll.fake mv user32.dll user32.dll.fake -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.