Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I'm making a Qt game, however it crashes when I try to run it on Debug mode (error code 255), but surprisingly doesn't on Release mode (I would think it should be the other way around). Anyone know why?
Hi and welcome to devnet,
You might be triggering an assert in debug mode. Do you have a back trace of your crash ?
Hi, Thanks for the reply. How do I generate a back trace in Qt?
Just start your application with the debugger