#Release build crashes immediately upon opening, how should I go about debugging this?

4 messages · Page 1 of 1 (latest)

cold halo
#

This does not occur when I build locally, or when I run dev locally. I tried to use the debug version of the build, but am not able to replicate this.

The app icon simply bounces a couple times and then disappears.

young crest
#

You should be able to get the crash message by running the app from the console on non-Windows platforms. Implementing a log file, such as with the log plugin is a better long-term solution.

cold halo
#

ahhhh, i see i see!

#

appreciate the quick help!