http://bugs.winehq.org/show_bug.cgi?id=26369
Summary: A.R.E.S. Extinction Agenda hangs during intro Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: quartz AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
http://ares.x10studio.com is a platform scroller written in XNA.
First problem: it's a .net app. Mono 2.10.1 is insufficient: Method '<Module>:<CrtImplementationDetails>.DoDllLanguageSupportValidation ()' in assembly 'C:\windows\assembly\GAC_32\Microsoft.Xna.Framework\3.1.0.0__6d5c3888ef60e27d\Microsoft.Xna.Framework.dll' contains native code that cannot be executed by Mono in modules loaded from byte arrays. The assembly was probably created using C++/CLI. Workaround: winetricks dotnet20
Second problem: it aborts with err:ole:CoGetClassObject class {6bf52a52-394a-11d3-b153-00c04f79faa6} not registered ... System.InvalidOperationException: Song playback failed. even though I have all the ubuntu 10.10 gstreamer codecs loaded. Workaround: winetricks wmp9
Third problem: it hangs with a stream of quartz/gstreamer warnings like
warn:quartz:StdMediaSample2_SetActualDataLength Tried to set length to 49152, while max is 16384 warn:quartz:DSoundRender_GetWritePos Delta too big 40/0, too far ahead warn:quartz:DSoundRender_GetWritePos Advancing 7056 bytes
Workaround: winetricks quartz
You can then play the game.