SIGABRT: "abort() called" crash when launching on macOS #5583
Answered
by
derekantrican
derekantrican
asked this question in
Q&A
-
I've built my application into a macOS app, but upon starting it immediately crashes and I get the following Problem Report:
(Full output here: https://pastebin.com/083cGfSU) Any ideas what might be causing this? |
Beta Was this translation helpful? Give feedback.
Answered by
derekantrican
Mar 2, 2021
Replies: 1 comment 1 reply
-
I think going into the contents of the app (right click > "Show Contents") then running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
derekantrican
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think going into the contents of the app (right click > "Show Contents") then running
dotnet MyApp.app/Contents/MacOS/MyApp.dll
is able to show me the true exception. I'm going to do a little more testing to verify that what is shown there is truly the problem