http://bugs.winehq.org/show_bug.cgi?id=25206 --- Comment #55 from Janne Hakonen <joyer83(a)live.fi> 2011-01-19 07:30:38 CST --- (In reply to comment #53)
Created an attachment (id=32901) --> (http://bugs.winehq.org/attachment.cgi?id=32901) [details] Awesomium errors with patched wine
It crashes as expected at "NotifyAddrChange", but wine also crashes (Won't shut down without Ctrl-C) and doesn't write anything to the file.
winedbg hits an error before anything pops up and stops responding, further comments in file
I've never used PlayOnLinux, and don't get me wrong, but I think you should try to find source of the crash with vanilla Wine, that way there is less stuff that can cause problems. So: $ git clone git://source.winehq.org/git/wine.git ~/wine-git $ cd ~/wine-git Then get http://bugs2.winehq.org/attachment.cgi?id=30775 patch and apply it: $ patch -p1 < path/to/patch/file $ ./configure $ make -j4 $ sudo make install Then cd to AO's folder and set WINEPREFIX to point to a fresh location before running it through wine. -- 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.