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

GUI build nopes out upon boot #277

Open
modusc896d352 opened this issue Apr 14, 2024 · 0 comments
Open

GUI build nopes out upon boot #277

modusc896d352 opened this issue Apr 14, 2024 · 0 comments

Comments

@modusc896d352
Copy link

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

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

1 participant