RTX64 Exception Handling

For most exceptions, the RTX64 handler performs the following tasks:

The sections that follow describe each of these tasks.

Freeze or Terminate Processing

The method for treating faulting processes, which you can set in the control panel, controls the behavior of faulting RTSS processes. Possible options are:

Alert User

The RTX64 handler alerts the user of an exception with a popup message window. For example, if the handler terminates the process, RTX64 might display the following window:

[RTSS_3_0094] RTX64 Exception - Integer Divided by Zero at loc FFFFFA8001D13014

(Proc=FFFFFA8001D09000, Thread=FFFFFA8001CB1000)

Process image has been * unloaded *

If the RTX64 handler freezes processing, RTX64 might display the following window:

[RTSS_3_0094] RTX64 Exception - Integer Divided by Zero at loc FFFFFA8001D13014
(Proc=FFFFFA8001D09000, Thread=FFFFFA8001CB1000)
Process image has been * frozen *
Debug and/or use "RTSSkill" command to unload all processes

Generate Event Log Entries

RTX64 event log entries are accessible from the Windows Event Viewer under Event Viewer > Windows Logs > Application. These entries include the text portion of the notification popup window.

Example:

RTSS Exception Notification - IconTypeID: 3, NotifyId: 0
[RTSS_3_0005] RTX64 Exception - Access Violation at loc FFFFFA803157264B
(Proc=FFFFFA8031568000, Thread=FFFFFA803140E000, Pid=03E9, Tid=0007)
Process image has been * unloaded *

 

Note that the Proc= and Thread= strings represent internal data structures.

The Pid= and Tid= values are hexadecimal.

NOTE: To preserve event log information, do not filter event entries.

Related topics: