0
\$\begingroup\$

I know that it is possible to do it so that when the engine (and maybe the game) crashes, it does not close, and continues to work. Who knows how to do it?

I know there are many ways to do something like this (try-catches, custom crash handlers..) but need to know how to do this for whole engine easily.

\$\endgroup\$
3
  • 3
    \$\begingroup\$ I don't know UnrealEngine, but I would be surprised if there was a silver bullet that would handle all the possible crashes... \$\endgroup\$ Commented Feb 17, 2024 at 15:50
  • 2
    \$\begingroup\$ Do you have a specific crash bug in your game that you're trying to recover from gracefully? Exhibiting the specific cause can help folks find appropriate solutions/work-arounds. \$\endgroup\$ Commented Feb 17, 2024 at 15:58
  • 2
    \$\begingroup\$ You can try wrapping the game in some sort of a launcher, which launches the actual game and handle game crashes such that if the game crashes, the app does not exit and instead fall back to the launcher, which then decide to restart the game or do something else. \$\endgroup\$ Commented Feb 17, 2024 at 19:00

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.