-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
- Open a .NET or Mono assembly (I opened a game assembly from a Unity game)
- Ctrl+Click on a function that is not defined in the current assembly
- Be prompted to open the matching DLL
- Crash as shown below.
crit: CodemerxDecompile.Views.MainWindow[0]
Unhandled exception occured
System.Collections.Generic.KeyNotFoundException: The given key 'System.String UnityEngine.GameObject::get_tag()' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at CodemerxDecompile.ViewModels.MainWindowViewModel.SelectNodeByMemberReference(MemberReference memberReference) in /home/runner/work/CodemerxDecompile/CodemerxDecompile/src/CodemerxDecompile/ViewModels/MainWindowViewModel.cs:line 165
at CodemerxDecompile.ViewModels.MainWindowViewModel.TryLoadUnresolvedReference(MemberReference memberReference) in /home/runner/work/CodemerxDecompile/CodemerxDecompile/src/CodemerxDecompile/ViewModels/MainWindowViewModel.cs:line 223
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at Avalonia.Threading.SendOrPostCallbackDispatcherOperation.InvokeCore()
at Avalonia.Threading.DispatcherOperation.Execute()
at Avalonia.Threading.Dispatcher.ExecuteJob(DispatcherOperation job)
at Avalonia.Threading.Dispatcher.ExecuteJobsCore(Boolean fromExplicitBackgroundProcessingCallback)
at Avalonia.Threading.Dispatcher.Signaled()
at Avalonia.X11.X11PlatformThreading.CheckSignaled()
at Avalonia.X11.X11PlatformThreading.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl impl)
at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[] args)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, ShutdownMode shutdownMode)
at CodemerxDecompile.Program.Main(String[] args) in /home/runner/work/CodemerxDecompile/CodemerxDecompile/src/CodemerxDecompile/Program.cs:line 36
On a side note: Is there an option to disable tracking? I now added slapkit.matomo.cloud
to my /etc/hosts
.
Metadata
Metadata
Assignees
Labels
No labels