http://bugs.winehq.org/show_bug.cgi?id=25799
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Austin English austinenglish@gmail.com 2011-01-17 13:46:11 CST --- Well, I can confirm it doesn't work, but I think your dotnet setup is messed up.
If I install dotnet20, it asks for 30. Install dotnet30, it wants dotnet35. Give it that (which doesn't fully work in wine), it crashes with:
Unhandled Exception: System.Windows.Markup.XamlParseException: Cannot create instance of 'OuterGlowBitmapEffect' defined in assembly 'PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Exception from HRESULT: 0x88980406 Error at object 'System.Windows.Controls.Border' in markup file 'GFWLClient;component/windows/dialogwindow.xaml'. ---> System.Runtime.InteropServices.COMException (0x88980406): Exception from HRESULT: 0x88980406 at MS.Internal.HRESULT.Check(Int32 hr) at System.Windows.Media.Composition.DUCE.Channel.SyncFlush() at System.Windows.Media.MediaContext.CompleteRender() at System.Windows.Media.MediaContext.CreateChannels() at System.Windows.Media.MediaSystem.ConnectChannels(MediaContext mc) at System.Windows.Media.MediaContext..ctor(Dispatcher dispatcher) at System.Windows.Media.MediaContext.From(Dispatcher dispatcher) at System.Windows.Media.Effects.BitmapEffect..ctor() at System.Windows.Media.Effects.OuterGlowBitmapEffect..ctor() at System.Windows.Markup.KnownTypes.CreateKnownElement(KnownElements knownElement) at System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail) --- End of inner exception stack trace ---