These panics represent errors which are detected by emulator specific code. Typically, they are caused by passing bad or contradictory parameters to functions.
The thread causing the panic is terminated.
0-1
These panics are raised when a failure occurs running any DLL attach process calls which have been registered during startup.
2
This panic is raised when registering a thread callback.
3
This panic is raised if a failure occurs in loading EKERN.EXE
4
This panic is raised if any of the _E32Initialise()
, _E32DeInitialise()
or
_E32ExitProcess()
Kernel functions cannot be found.
5
This panic is raised if a leave occurs and there is no trap harness.