agbrs crash backtrace viewer

You likely got here from the link / QR code that was displayed when a game you were playing crashed. This is the default crash page for games made using the agb library.

The creator of the game is very likely interested in the code below along with a description of what you were doing at the time. Send these to the creator of the game you are playing.

The owners of this website are not necessarily the creators of the game you are playing.

Backtrace

For game developers

If you don't want players to be sent to this page, you can:

  1. Configure the backtrace page to point to your own site
    • Compile with AGBRS_BACKTRACE_WEBSITE="your-website.test/crash#" cargo build.
  2. Configure the backtrace page to not point to a site at all
    • Compile with AGBRS_BACKTRACE_WEBSITE= cargo build.
  3. Not use the backtrace feature