Skip to content

Instantly share code, notes, and snippets.

Unhandled Exception: System.InvalidOperationException: Attempted to update dropdown to a value which wasn't contained as an item ({Width=1366, Height=768}).
at osu.Framework.Graphics.UserInterface.Dropdown`1.selectionChanged(T newSelection)
at osu.Framework.Configuration.Bindable`1.set_Value(T value)
at osu.Framework.Configuration.Bindable`1.BindTo(Bindable`1 them)
at osu.Game.Overlays.Settings.SettingsItem`1.set_Bindable(Bindable`1 value) in /home/alexmitter/git/osu-lazer-linux-installer/scripts/osu/osu.Game/Overlays/Settings/SettingsItem.cs:line 66
at osu.Game.Overlays.Settings.Sections.Graphics.LayoutSettings.load(FrameworkConfigManager config, OsuGameBase game) in /home/alexmitter/git/osu-lazer-linux-installer/scripts/osu/osu.Game/Overlays/Settings/Sections/Graphics/LayoutSettings.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
at osu.Framework.Platform.GameHost.UpdateFrame()
at osu.Framework.Threading.GameThread.ProcessFrame()
at osu.Framewo
#################################
#
# Backend
#
#################################
# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
backend = "glx";