http://bugs.winehq.org/show_bug.cgi?id=26598
Summary: Iconoclasts does not start Product: Wine Version: 1.3.16 Platform: x86 URL: http://www.konjak.org/index.php?entry=48 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: andrew.millington@gmail.com
Iconoclasts does not start and spits out a runtime error message box.
--Terminal output--
fixme:win:EnumDisplayDevicesW ((null),0,0x32d694,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x32d63c,0x00000000), stub! fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats fixme:d3dx:ID3DXLineImpl_SetAntialias (0x1e5818)->(1): stub fixme:d3dx:D3DXCreateEffectEx (0x131008, 0x107543c, 1112, (nil), (nil), (nil), 0, (nil), 0x9294930, 0x32dab8): semi-stub fixme:d3dx:skip_dword_unknown Skipping 2 unknown DWORDs: fixme:d3dx:skip_dword_unknown 0x00000003 fixme:d3dx:skip_dword_unknown 0x00000004 err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4dad001
with d3dx9_36.dll it starts.
http://bugs.winehq.org/show_bug.cgi?id=26598
Andrew Millington andrew.millington@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=26598
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org Component|-unknown |directx-d3dx9
http://bugs.winehq.org/show_bug.cgi?id=26598
Andrew Millington andrew.millington@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26606
http://bugs.winehq.org/show_bug.cgi?id=26598
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-07-21 16:40:28 CDT --- confirming, still crashes in current git
http://bugs.winehq.org/show_bug.cgi?id=26598
--- Comment #2 from Rico kgbricola@web.de 2011-11-19 05:05:49 CST --- Created attachment 37528 --> http://bugs.winehq.org/attachment.cgi?id=37528 Set compilation_errors to NULL.
The game uses binary effects. Somehow it expects to get compilation_errors = NULL. I suspect it passes an uninitialized value for compilation_errors to D3DXCreateEffect(). Thus D3DXCreateEffect() probably needs to set compilation_errors to NULL. That needs a test case, maybe for binary effects it should always be NULL, since there is no compilation which could fail?
http://bugs.winehq.org/show_bug.cgi?id=26598
--- Comment #3 from Andrew Millington andrew.millington@gmail.com 2012-10-13 00:08:32 CDT --- Still present in wine-1.5.15
http://bugs.winehq.org/show_bug.cgi?id=26598
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa@gmail.com
--- Comment #4 from Christian Costa titan.costa@gmail.com 2013-06-13 14:55:47 CDT --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=fcb72f399d7df43934012fbb10....
http://bugs.winehq.org/show_bug.cgi?id=26598
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fcb72f399d7df43934012fbb10a | |c339de73a67f1 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2013-06-13 15:16:40 CDT --- (In reply to comment #4)
Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=fcb72f399d7df43934012fbb10....
No longer crashes on start. All you get is a black screen, and a flood of: fixme:d3dx:ID3DXSpriteImpl_Begin Flags unsupported: 0x14 fixme:d3dx:ID3DXFontImpl_DrawTextA iface 0x1021fdf8, sprite 0x1e91d8, string "THE ICONOCLASTS\r\n\r\nPress ENTER to start.\r\n\r\nPress 1-6 to load the corresponding save slot.", count -1, rect (213,298)-(774,573), format 0x11, color 0xffffffff stub!
which is bug 26136
http://bugs.winehq.org/show_bug.cgi?id=26598
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2013-06-14 13:25:05 CDT --- Closing bugs fixed in 1.6-rc2.