Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes on clicking "Install Playlist" #18

Closed
c-x-berger opened this issue Jan 11, 2023 · 1 comment
Closed

App crashes on clicking "Install Playlist" #18

c-x-berger opened this issue Jan 11, 2023 · 1 comment

Comments

@c-x-berger
Copy link

When I attempt to install a playlist, Beat Saber Mod Manager crashes with the following exception:

Application crashed
System.TypelnitializationException: The type initializer for 'Tmds.DBus.CodeGen.DBusObjectProxy TypeBuilder' threw an exception.
→System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.Single [TSource] (IEnumerable`1)
at Tmds.DBus.CodeGen.TypeExtensions.GetConstructor(Type, BindingFlags, Type[])
at Tmds.DBus.CodeGen.DBusObjectProxyTypeBuilder..cctor()
--- End of inner exception stack trace ---
at Tmds.DBus.CodeGen.DBusObjectProxyTypeBuilder.Build(Type) at Tmds.DBus.CodeGen.DynamicAssembly.GetProxyTypeInfo(Type)
at Tmds.DBus.Connection.CreateProxy(Type, String, ObjectPath)
at Tmds.DBus.Connection.CreateProxy[T](String, ObjectPath)
at Avalonia.FreeDesktop.DBusSystemDialog.<>c.<.cctor>b__15_0() in /_/src/Avalonia.FreeDesktop/DBusSystemDialog.cs:line 18 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode)
at System.Lazy`1.ExecutionAndPublication (LazyHelper, Boolean)
at System.Lazy`1.CreateValue()
at Avalonia.FreeDesktop.DBusSystemDialog. TryCreate(IPlatformHandle) in /_/src/Avalonia.Free Desktop/DBusSystemDialog.cs:line 23 at Avalonia.X11.NativeDialogs.Composite Storage Provider.EnsureStorageProvider()
in /_/src/Avalonia.X11/NativeDialogs/CompositeStorageProvider.cs:line 25
at Avalonia.X11.NativeDialogs.Composite StorageProvider.OpenFilePickerAsync(FilePickerOpenOptions)
in /_/src/Avalonia.X11/NativeDialogs/CompositeStorageProvider.cs:line 37

It looks like something's going wrong in trying to open a file picker?

I'm using KDE, if that helps debug things.

@affederaffe
Copy link
Owner

Same underlying issue as in #17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants