ObservatoryCore
ObservatoryCore copied to clipboard
Issues running with Wine 10.0
I'm having trouble opening the core settings tab when running with Wine 10.0 on Ubuntu 24.04. This occurs in the portable version as well which I was able to get working per #202 (switching to Wine 10.0). Looking at the source I see a flag(? pardon my terminology, I'm inexperienced with c#) for proton which seems like it would fix my error but to my understanding that's a preprocessor thing. Would I have to recompile with that flag set? If so how can I set the flag? The error I encounter is
System.ArgumentNullException: Value cannot be null. (Parameter 'item')
at System.ArgumentNullException.Throw(String paramName)
at System.Windows.Forms.ComboBox.ObjectCollection.AddInternal(Object item)
at System.Windows.Forms.ComboBox.ObjectCollection.Add(Object item)
at Observatory.UI.CoreSettings.PopulateDropdownOptions(Boolean voiceOnly)
at Observatory.UI.CoreSettings..ctor()
at Observatory.UI.CoreForm.SettingsButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)