https://bugs.winehq.org/show_bug.cgi?id=38010
Bug ID: 38010 Summary: VPython 6.11: python2.7.9 crashes when importing visual Product: Wine Version: 1.6.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ndj1959@gmail.com Distribution: ---
Created attachment 50645 --> https://bugs.winehq.org/attachment.cgi?id=50645 this is the backtrace that wine gives you after the crash described in message body
after a clean install of wine on centos 6 i386, then running python2.7.9 under wine, you try and import the main VPython library ("import visual as vs"), you get the Unhandled Page Fault message and the popup that "Wine has experience a serious problem with pythonw.exe", and it's game over. Interestingly (maybe) the terminal no longer echos input, and you have to close it and start again. I've attached the backtrace. The console output, since it's only one line, is pasted below (with all the err: and fixme: outputs as observed)
I realise this doesn't qualify for submission under the "no dll overrides" rule, since there is a dll override in place. VPython requires you to install the windows python27.dll. Even so, I'll file the bug with the VPython developers too, and see what happens.
[ndj-local@SUPPORT-LAP03 Downloads]$ wine ~/.wine/drive_c/Python27/python.exe err:xrandr:xrandr12_init_modes Output has no modes. err:xrandr:xrandr12_init_modes Output has no modes. err:xrandr:xrandr12_init_modes Output has no modes. err:xrandr:xrandr12_init_modes Output has no modes. err:xrandr:xrandr12_init_modes Output has no modes. Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import visual as vs
wine: Unhandled page fault on read access to 0x00000000 at address 0x2eb88e3 (thread 0009), starting debugger... err:xrandr:xrandr12_init_modes Output has no modes. fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} [ndj-local@SUPPORT-LAP03 Downloads]$