davidortinau / WeatherTwentyOne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes after 2 seconds on first open

hflexgrig opened this issue · comments

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)

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

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 ?