LE-CODE/Exception Handler

From Custom Mario Kart
Jump to navigation Jump to search

Overview

The Exception Handler is a crash handler that displays data which contains PowerPC processor information about why the game may have crashed.

General Structure

A missing/invalid file crash
  • The white box contains the LE-CODE build number together with the game's region (NTSC-U, NTSC-J, NTSC-K, or PAL).
  • The yellow box contains the type of exception (DSI, ISI, Alignment or Protection).
  • The green box contains the memory address of the crash.
  • The brown box contains information about the state of processor registers.
  • The blue box contains stack trace, a list of the method calls that the application was in the middle of when an exception was thrown.