http://bugs.winehq.org/show_bug.cgi?id=4504
Summary: calling something from python os.path crashes wine Product: Wine Version: 0.9.6. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: zwin@users.sourceforge.net
$ wine c:\Python23\python.exe Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import os.path os.path.exists("foo")
wine: Unhandled page fault on read access to 0x00000001 at address 0x1e05a16f (thread 0009), starting debugger... err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 116") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger Wine failed with return code 5
I've setup wine according the instructions to install IE6. I've installed into wine only IE6 and python 2.3.5.