Anarchy Online 18.5

Questions about Wine on macOS.
Locked
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Anarchy Online 18.5

Post by ischou »

The latest version of Anarchy Online (18.5) that was released today crashes in all versions of Wine that I've tested (1.2.3, 1.4.0, 1.5.3) on Mac OS X 10.6.8 with XQuartz 2.7.2

I'm able to start the launcher, which launches the new character selection screen. I'm able to log-in using the new character selection screen and select a character. When I select a character and press the "play" button, the game goes to the Anarchy Online logo screen but then suddenly crashes right after that.

I set WINEDEBUG=all but I don't see any messages that are particularly noteworthy. Here's a sampling of some of the output after I select a character from the log on screen:

Code: Select all

fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:win:EnumDisplayDevicesW ((null),0,0x33e89c,0x00000000), stub!
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33daec,0x00000000), stub!
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33d8bc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33e5ac,0x00000000), stub!
fixme:d3d_surface:wined3d_surface_blt Can't handle WINEDDBLT_ASYNC flag.
fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x141cf8, flags 0x1, event 0x0 stub!
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:iphlpapi:NotifyAddrChange (Handle 0x73df470, overlapped 0x304d010): stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
(...lots of that last message repeated...)
fixme:gdi:GdiInitializeLanguagePack stub
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x304d010): stub
Any help from kindly wine devs would be most appreciated.

Thanks,
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

You meant WINEDEBUG=+all, but that's crazy verbose, don't try it.

Please do 'winetricks nocrashdialog' and grab a full log by
redirecting output to a file when launching
( http://wiki.winehq.org/FAQ#get_log )
and file a bug with that log attached.
Locked