http://bugs.winehq.org/show_bug.cgi?id=21349
--- Comment #7 from Jackson Cooper jackson+winehq-bugzilla@jacksonc.com 2012-05-21 05:56:59 CDT --- This is a bit of a tricky one. To clarify, I wasn't running a Phonon application in Wine. I was running Python in wine, which was running a Python to Exe script, where the script I was packaging imports Phonon.
I have re-produced the bug with wine 1.4 (the version Ubuntu 12.04 ships). I downloaded some simple Python phonon script off the net and attached it here to be used for testing.
Steps to reproduce bug: - Install wine 1.4 (the one that ships with Ubuntu 12.04 as of 21st May 2012) - Install Python 32-bit 2.7.3 (latest on website as of 21st May 2012) - Install PyWin32 extensions build 217 - Install PyQt4 - Version using Python 2.7, 32-bit version 4.9.1-1 - Download and extract PyInstaller (v1.5.1) - Download the example phonon Python app - Run "wine C:/Python27/python.exe path/to/pyinstaller/Configure.py" - Run "wine C:/Python27/python.exe path/to/pyinstaller/pyinstaller.exe path/to/example-app.py"
Expected Behaviour This should package the application just fine.
Actual behaviour Wine.exe crashes.
I understand the packaging of the script (functionality of the program being executed) may or may not work depending on the current implementation status of wine, however I would assume this is a bug because wine should not crash in any case. Currently it no longer outputs the same error, it ends with "wine: Unhandled page fault on write access to 0x00000000 at address 0x7d345768 (thread 002b), starting debugger...".