http://bugs.winehq.org/show_bug.cgi?id=24422
Summary: Victoria 2 demo crashes on startup without native d3dx9_36 Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3dx9 AssignedTo: wine-bugs@winehq.org ReportedBy: scott@open-vote.org CC: wine-bugs@winehq.org
Created an attachment (id=30790) --> (http://bugs.winehq.org/attachment.cgi?id=30790) Terminal output for victoria 2 demo
winetricks d3dx9_36 allows the game to start normally (if you also work around bug 24217).
Otherwise the game crashes at start with several warnings and errors, most notably:
fixme:d3dx:D3DXGetImageInfoFromFileInMemory (0x16d0000, 1398256, 0x32f238): partially implemented err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
http://bugs.winehq.org/show_bug.cgi?id=24422
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |scott@open-vote.org
http://bugs.winehq.org/show_bug.cgi?id=24422
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|scott@open-vote.org, | |wine-bugs@winehq.org |
http://bugs.winehq.org/show_bug.cgi?id=24422
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr 2010-09-16 07:10:43 CDT --- Please, use the right mime-type for your attachment.
http://bugs.winehq.org/show_bug.cgi?id=24422
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2010-09-16 08:44:25 CDT --- What kind of image file is it trying to load?
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #3 from Austin English austinenglish@gmail.com 2010-09-16 10:25:29 CDT --- This reminds me of bug 24419.
http://bugs.winehq.org/show_bug.cgi?id=24422
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30790|application/octet-stream |text/plain mime type| |
--- Comment #4 from Scott Ritchie scott@open-vote.org 2010-09-16 18:48:29 CDT --- (From update of attachment 30790) Fixed mimetype
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #5 from Scott Ritchie scott@open-vote.org 2010-09-16 19:57:49 CDT --- Created an attachment (id=30812) --> (http://bugs.winehq.org/attachment.cgi?id=30812) trace+d3dx
I've attached a +d3dx trace
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #6 from Vincent Povirk madewokherd@gmail.com 2010-09-16 21:50:33 CDT --- As always, warn+wincodecs will help identify the type of file.
http://bugs.winehq.org/show_bug.cgi?id=24422
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org
--- Comment #7 from Scott Ritchie scott@open-vote.org 2010-09-17 00:58:14 CDT --- warn+wincodecs reveals:
fixme:d3dx:D3DXGetImageInfoFromFileInMemory (0x16d0000, 1398256, 0x32f238): partially implemented err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded warn:wincodecs:ImagingFactory_CreateDecoderFromStream failed to load from a stream warn:wincodecs:ImagingFactory_CreateDecoderFromStream first 4 bytes of stream=44 44 53 20 fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #8 from Scott Ritchie scott@open-vote.org 2010-09-17 01:00:14 CDT --- Sorry, small addendum: about 10 of the above, but in the log are also messages where first 4 bytes of stream=0 0 2 0 and 0 0 a 0
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #9 from Austin English austinenglish@gmail.com 2010-11-01 02:50:00 CDT --- Also affects Fallout New Vegas. fixme:d3dx:D3DXGetImageInfoFromFileInMemory (0x205fe18, 43832, 0x32eed4): partially implemented fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2011-01-10 16:30:53 CST --- 44 44 53 20 is DDS. The others are probably TGA, which should load now.
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #11 from joaopa jeremielapuree@yahoo.fr 2011-01-11 04:08:32 CST --- TGA pictures don't load yet (see Bug 24913)
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #12 from joaopa jeremielapuree@yahoo.fr 2011-04-25 18:47:40 CDT --- duplicate of bug 23356
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #13 from Józef Kucia joseph.kucia@gmail.com 2012-05-19 12:45:32 CDT --- Created attachment 40231 --> http://bugs.winehq.org/attachment.cgi?id=40231 Victoria 2 - terminal output
Victoria 2 demo still crashes, but it doesn't complain about DDS file format anymore.
Now it needs D3DX effects: fixme:d3dx:D3DXCreateEffectEx (0x197c08, 0x33af30, 9785, (nil), 0x33d67c, (nil), 0, (nil), 0x33d6c4, 0x33d6c8): semi-stub fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
http://bugs.winehq.org/show_bug.cgi?id=24422
--- Comment #14 from Rico kgbricola@web.de 2012-08-10 03:52:33 CDT --- Is this bug fixed? The missing effect compiler (for ascii effects) is bug 24931 .
http://bugs.winehq.org/show_bug.cgi?id=24422
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #15 from GyB gyebro69@gmail.com 2012-08-10 12:50:55 CDT --- I tested Victoria 2 with Wine 1.5.10, and the terminal output is basically the same as the one in comment #13. The game complains about missing effects before crashing (d3dx9_36=builtin), no mention of 'Invalid or unsupported image file' in the log. I think the originally reported problem could be considered fixed, and the current problem is likely bug #24931.
http://bugs.winehq.org/show_bug.cgi?id=24422
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #16 from Rico kgbricola@web.de 2012-08-28 07:12:25 CDT --- Marking fixed, DDS is supported now.
http://bugs.winehq.org/show_bug.cgi?id=24422
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org 2012-08-31 12:56:35 CDT --- Closing bugs fixed in 1.5.12.