http://bugs.winehq.org/show_bug.cgi?id=25169
Summary: Anarchy Online crashes when pushing settings button Product: Wine Version: 1.3.7 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: malicorne@chez.com
Created an attachment (id=31929) --> (http://bugs.winehq.org/attachment.cgi?id=31929) wine output
Anarchy Online crashes when I try to reach graphic setting dialogue on logger (before login and starting game). It goes zombie afterward.
This is new to wine 1.3.7.
Linux x64 (Ubuntu 10.04), wine 1.3.7 and Nvidia drv v260.19.12.
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #1 from malic malicorne@chez.com 2010-11-15 07:56:28 CST --- Updated nvidia drv to 260.19.21 and I can set up graphic configuration, login and select character to play.
Unfortunately when I start up, game crashes.
Tried with Wine 1.2.1 from stock Ubuntu 10.04 and I have the same symptoms.
$ wine Anarchy.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0) fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled fixme:win:EnumDisplayDevicesW ((null),0,0x32b460,0x00000000), stub! franck@maciste:~/Jeux/AO$ fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0) fixme:msvcrt:_set_error_mode dummy implementation (old mode: 0, new mode: 1) fixme:win:EnumDisplayDevicesW ((null),0,0x33ed6c,0x00000000), stub! fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled fixme:win:EnumDisplayDevicesW ((null),0,0x33e01c,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33ea64,0x00000000), stub! fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag right now. err:seh:setup_exception_record stack overflow 952 bytes in thread 0021 eip 7bc36e9f esp 00240f78 stack 0x240000-0x241000-0x340000
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #2 from malic malicorne@chez.com 2010-11-17 08:55:42 CST --- Created an attachment (id=31995) --> (http://bugs.winehq.org/attachment.cgi?id=31995) wine output
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #3 from malic malicorne@chez.com 2010-11-17 08:58:05 CST --- Created an attachment (id=31996) --> (http://bugs.winehq.org/attachment.cgi?id=31996) AO bug report
After 18.4.0 update, I have the AO bug report window when it crashes after character selection.
So there we are : - wine output from crash (previous comment : 31955) - Anarchy Bug report
http://bugs.winehq.org/show_bug.cgi?id=25169
Luke Bratch l_bratch@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |l_bratch@yahoo.co.uk
--- Comment #4 from Luke Bratch l_bratch@yahoo.co.uk 2010-11-17 10:54:19 CST --- I can confirm this bug. Similar terminal output to malic.
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #5 from Luke Bratch l_bratch@yahoo.co.uk 2010-11-17 10:58:33 CST --- I forgot to say - this only happened after the latest AO patch. I am still using the same version of wine (wine-1.3.6-69-g645a65f) that worked fine before the latest patch.
The patch notes (http://forums.anarchy-online.com/showthread.php?t=583943) do list "Anarchy Online no longer supports versions of Windows earlier than Windows XP". Perhaps whatever this refers to is what has broken the game in Wine.
http://bugs.winehq.org/show_bug.cgi?id=25169
ao_main@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ao_main@gmx.net
--- Comment #6 from ao_main@gmx.net 2010-11-17 16:56:48 CST --- (In reply to comment #5)
I forgot to say - this only happened after the latest AO patch. I am still using the same version of wine (wine-1.3.6-69-g645a65f) that worked fine before the latest patch.
The patch notes (http://forums.anarchy-online.com/showthread.php?t=583943) do list "Anarchy Online no longer supports versions of Windows earlier than Windows XP". Perhaps whatever this refers to is what has broken the game in Wine.
http://bugs.winehq.org/show_bug.cgi?id=25169
ao_main@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from ao_main@gmx.net 2010-11-18 11:56:27 CST --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=25169
Janne Hakonen joyer83@live.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joyer83@live.fi
--- Comment #8 from Janne Hakonen joyer83@live.fi 2010-12-24 05:43:00 CST --- (In reply to comment #1)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0)
franck@maciste:~/Jeux/AO$ fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0)
I had same error messages, try fixing those first.
Get winetricks: $ wget http://www.kegel.com/wine/winetricks
Install Visual C++ Redistributable Package 2005 (8.0.50608.0): $ sh winetricks vcrun2005
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #9 from Luke Bratch l_bratch@yahoo.co.uk 2011-01-05 15:54:27 CST --- Seems to be fixed in Git:
commit e5d1a0c72d41d630cd32b1b67c79149e76699dc5 Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 4 17:42:00 2011 +0100
wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #10 from malic malicorne@chez.com 2011-01-18 04:05:49 CST --- Created an attachment (id=32885) --> (http://bugs.winehq.org/attachment.cgi?id=32885) wine crash output when selecting setting button in launcher
I'm still crashing with a clean install of ubuntu 10.10 and wine from git (with native dx9, vcrun2005 and ie6) Applying the 2 patches.
AO install is a Win7 working copy.
Each time I try to press the setting button in the launcher, wine crashes (see output)
The interesting bits are : err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter
http://bugs.winehq.org/show_bug.cgi?id=25169
--- Comment #11 from Janne Hakonen joyer83@live.fi 2011-01-18 05:49:12 CST ---
The interesting bits are : err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter
Especially that "couldn't initialize OpenGL..." part. Have you tried if your OpenGL works?
http://bugs.winehq.org/show_bug.cgi?id=25169
malic malicorne@chez.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #12 from malic malicorne@chez.com 2011-01-18 06:45:36 CST --- You're right, I got owned by Ubuntu tricky tricks to override Nvidia's installer.
All x64 GL software were working fine.
Can be closed from my point of view.
http://bugs.winehq.org/show_bug.cgi?id=25169
malic malicorne@chez.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED
--- Comment #13 from malic malicorne@chez.com 2011-01-18 06:46:52 CST --- Initial problem was fixed in commit e5d1a0c72d41d630cd32b1b67c79149e76699dc5
http://bugs.winehq.org/show_bug.cgi?id=25169
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2011-01-21 13:43:55 CST --- Closing bugs fixed in 1.3.12.