0

How to build a haxeflixel Crash Handler?

As it says in the Title I was wondering if there is any way to let haxeflixel catch a error and then pass it over to a Crash Handler of some kind?

Any help would be appreciated.

1 Answers1

1

You could check and use crashdumper library or code related to it (require some settings in project file)

Andrew
  • 1,282
  • 6
  • 11
  • Thank's for the Help! I've looked into the crashdumper libary for haxe and i'm going to try build a c++ program and using the program to intercept a crash and open up a window to explain what has happened. – Crosstownauto Apr 15 '22 at 12:19