Chris-WF
2010-Dec-12 11:18 UTC
[Wine] The Next Big Thing - Bug: xmllite.dll.CreateXmlWriter
The Next Big Thing, is a game from Pendulo Studios, the creatures of the Runaway games. The game itself looks like: Runway3 - A Twist of Fate (http://appdb.winehq.org/objectManager.php?sClass=application&iId=10638) I tested a demo of this game with wine. It works really nice but i can't save. If i try to Save a game, it will crash and this message accrue:> > .... > fixme:d3d_surface:surface_convert_format Cannot find a conversion function from format WINED3DFMT_B8G8R8X8_UNORM to WINED3DFMT_B8G8R8A8_UNORM. > fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filter WINED3DTEXF_LINEAR not supported in software blit. > wine: Call from 0x7b839c40 to unimplemented function xmllite.dll.CreateXmlWriter, aborting > wine: Unimplemented function xmllite.dll.CreateXmlWriter called at address 0x7b839c40 (thread 0009), starting debugger... >To play the demo i installed dx9 with winetricks and tried msxml4, without success. Had xmllite.dll in my system32 directory.. Some suggestions how i can figure out what went wrong? By the way: The game released at the end of January 2011 in Germany and the Demo i played is only available with a Key that shipped with the Runaway Trilogie.
vitamin
2010-Dec-12 17:41 UTC
[Wine] Re: The Next Big Thing - Bug: xmllite.dll.CreateXmlWriter
Chris-WF wrote:> wine: Unimplemented function xmllite.dll.CreateXmlWriter called at address 0x7b839c40 (thread 0009), starting debugger...That's Wine's dll and indeed it doesn't have CreateXmlWriter implemented. File a bug in bugzilla. In the main time you can get it from MS: http://support.microsoft.com/kb/915865 (first link in google).