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 after 2 seconds on first open #26

Open
hflexgrig opened this issue Jun 21, 2021 · 2 comments
Open

App crashes after 2 seconds on first open #26

hflexgrig opened this issue Jun 21, 2021 · 2 comments

Comments

@hflexgrig
Copy link

Hello, I'm using visual studio 2022 preview 1 with .net maui preview 5 , this app crashes after few seconds on first open. Same happens from both emulator and my android device. Didn't tested ios yet. Here's the error getting in vs debugger

[] * Assertion at /__w/1/s/src/mono/mono/mini/debugger-engine.c:1088, condition `found_sp' not met
[libc] Fatal signal 6 (SIGABRT), code -6 in tid 24673 (.NET ThreadPool)

@Vladdermouse
Copy link

Turning off XAML hot-reloading worked for me. Tools -> Options -> Debugging -> Hot Reload -> Uncheck "Enable XAML hot reload"

@hflexgrig
Copy link
Author

Turning off XAML hot-reloading worked for me. Tools -> Options -> Debugging -> Hot Reload -> Uncheck "Enable XAML hot reload"

It helped, thank you. That means no hot reloading available at the moment ?

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