[GH-ISSUE #4017] [Feature Request]: Log Windows exceptions #1202

Open
opened 2026-02-27 21:10:28 +03:00 by kerem · 0 comments
Owner

Originally created by @mailwl on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/4017

Checklist

  • I have searched for a similar issue in this repository and did not find one.

Description

As for now, unhandled exceptions are not logging to file, and we can't see reason of crush, which we may see in IDE.
Example:

[Kernel.Fs] (Game:Main) file_system.cpp:78 open: path = /app0/Data/ShadersPS4/Other/SkyShader.ps.sb flags = 0x0 mode = 0
Exception: Exception 0xc0000005 encountered at address 0x20d7b0: User-mode data execution prevention (DEP) violation at location 0x0020d7b0

Last line will not be saved to log file

Reason

To see actual reason of crash

Examples

de Blob

Originally created by @mailwl on GitHub (Feb 10, 2026). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/4017 ### Checklist - [x] I have searched for a similar issue in this repository and did not find one. ### Description As for now, unhandled exceptions are not logging to file, and we can't see reason of crush, which we may see in IDE. Example: > [Kernel.Fs] <Info> (Game:Main) file_system.cpp:78 open: path = /app0/Data/ShadersPS4/Other/SkyShader.ps.sb flags = 0x0 mode = 0 > Exception: Exception 0xc0000005 encountered at address 0x20d7b0: User-mode data execution prevention (DEP) violation at location 0x0020d7b0 Last line will not be saved to log file ### Reason To see actual reason of crash ### Examples [de Blob](https://github.com/shadps4-compatibility/shadps4-game-compatibility/issues/2231)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1202
No description provided.