[Bug 25206] Anarchy Online v18.4, Ingame browser crashes (Awesomium.dll)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 24 18:50:56 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=25206

--- Comment #68 from Janne Hakonen <joyer83 at live.fi> 2011-01-24 18:50:55 CST ---
I also have multiple successful calls to RtlCaptureStackBackTrace before it
crashes, in that case the debugger shows clearly that AwesomiumProcess.exe
crashed inside RtlCaptureStackBackTrace, it's frame is visible at the back
trace.

I have tried multiple times to find some way to get it crash to the same
location as you have, but no luck so far, Awesomium just keeps on working to me
:(

Only thing I can think of is that there is something that you have different
from my wine setup. 

Could you try this:
move Anarchy Online outside of the prefix, e.g. /home/username/Anarchy
$ cd /home/username/Anarchy
run Anarchy.exe with clean prefix:
$ WINEPREFIX=~/.wine-foo123 wine Anarchy.exe
Install Gecko if wine asks you to
Then log in and try to open the ingame store

If the crash still comes then, try to get more debug messages with these
WINEDEBUG setting: 
WINEDEBUG=+seh,+tid,+relay 

the +tid adds thread id to each debug message, that, hopefully could be checked
against the thread id which crashed. Using that it "might" be possible to check
what WINAPI functions were called before stuff broke.

> RtlCaptureStackBackTrace works so far, honestly i dont belive, that returning
> 0; fixes anything at all and i like to have that explained, kinda "pics or it
> didnt happen" ;)
http://www.jhakonen.com/kuvat/wine-ao.jpg :)

-- 
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.



More information about the wine-bugs mailing list