ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.46k stars 1.07k forks source link

Galaxy Life (1927780) #6130

Open N1sek opened 2 years ago

N1sek commented 2 years ago

Compatibility Report

System Information

I confirm:

PROTON_LOG

Symptoms

Game doesn't launch at all. It stops running after a few seconds without any window showing up.

Reproduction

1- Install game 2- Run game

madewokherd commented 2 years ago
[ERROR] FATAL UNHANDLED EXCEPTION: System.Windows.Markup.XamlParseException: Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception. ---> System.Xaml.XamlObjectWriterException: Provide value on 'MS.Internal.Markup.StaticExtension' threw an exception. ---> System.IO.FileNotFoundException: Could not load the file 'System.Windows.Controls.Ribbon'.

We don't have System.Windows.Controls.Ribbon in Wine Mono. We have the source code, but some of that code is in xaml and we don't have build tools for xaml. The last time I looked, I thought it was too difficult, but it may be time to revisit this.

michielboekhoff commented 1 year ago

@madewokherd - thanks for that info. I'm interested in perhaps making a contribution to help implement some of this, as I've come across this issue a few times. Got any good pointers to get me going in the right direction?