You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled Exception: EETypeRva:0x07F1B9A0(System.Runtime.InteropServices.MissingInteropDataException): Avalonia.X11.NativeDialogs.Gtk+signal_generic is missing delegate marshalling data. To enable delegate marshalling data, add a MarshalDelegate directive to the application rd.xml file. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=393965
at Internal.Runtime.CompilerHelpers.RuntimeInteropData.GetDelegateMarshallingStub(RuntimeTypeHandle, Boolean) + 0x91
at System.Runtime.InteropServices.PInvokeMarshal.AllocateThunk(Delegate) + 0x7f
at System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValueLocked(TKey, ConditionalWeakTable`2.CreateValueCallback) + 0x27
at System.Runtime.CompilerServices.ConditionalWeakTable`2.GetValue(TKey, ConditionalWeakTable`2.CreateValueCallback) + 0x41
at System.Runtime.InteropServices.PInvokeMarshal.GetFunctionPointerForDelegate(Delegate) + 0x97
at Avalonia.X11.NativeDialogs.Glib.ConnectSignal[T](IntPtr, String, T) + 0x5e
at Avalonia.X11.NativeDialogs.GtkSystemDialog.ShowDialog(String, IWindowImpl, GtkFileChooserAction, Boolean, String, IEnumerable`1, String) + 0x345
at Avalonia.X11.NativeDialogs.GtkSystemDialog.<>c__DisplayClass3_0.<ShowFileDialogAsync>b__0() + 0x133
at Avalonia.X11.NativeDialogs.Glib.<>c__DisplayClass15_0`1.<RunOnGlibThread>b__0() + 0x1b
Run bin/StructuredLogViewer.Avalonia/Release/net6.0/linux-x64/publish/StructuredLogViewer.Avalonia
Open File->OpenLog
Expected behavior
I think it should not crash.
Additional context
I did not sure that this is actionable in this repo, except I want this case to be documented, and either I or somebody from community come up with custom rd.xml, or offending code can be rewritten not to crash.
The text was updated successfully, but these errors were encountered:
Describe the bug
After compiling KirillOsenkov/MSBuildStructuredLog#564
When pressing Open File Dialog crash with
To Reproduce
./PublishNativeAOT.sh
bin/StructuredLogViewer.Avalonia/Release/net6.0/linux-x64/publish/StructuredLogViewer.Avalonia
File->OpenLog
Expected behavior
I think it should not crash.
Additional context
I did not sure that this is actionable in this repo, except I want this case to be documented, and either I or somebody from community come up with custom
rd.xml
, or offending code can be rewritten not to crash.The text was updated successfully, but these errors were encountered: