Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

GUI build nopes out upon boot

Open modusc896d352 opened this issue 10 months ago • 0 comments

when starting-up Cpp2IL.Gui.exe, this is how it boots up

tarting Cpp2IL GUI. Initializing Cpp2IL Core...
[Info] [GUI] Starting Avalonia...
[Info] [GUI] Loading XAML...
Unhandled exception. System.MethodAccessException: Attempt to access the method failed.
   at Cpp2IL.Gui.App.!XamlIlPopulate(IServiceProvider, App)
   at Cpp2IL.Gui.App.!XamlIlPopulateTrampoline(App)
   at Cpp2IL.Gui.App.Initialize()
   at Avalonia.AppBuilder.Setup() in /_/src/Avalonia.Controls/AppBuilder.cs:line 248
   at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime) in /_/src/Avalonia.Controls/AppBuilder.cs:line 160
   at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder, String[], ShutdownMode ) in /_/src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs:line 211
   at Cpp2IL.Gui.Program.Main(String[])

"unhandled exception" message before the app self-destructs

modusc896d352 avatar Apr 14 '24 00:04 modusc896d352