[GH-ISSUE #1327] Attempted to track non-GPU memory #437

Closed
opened 2026-02-27 21:06:17 +03:00 by kerem · 8 comments
Owner

Originally created by @AboMedoz on GitHub (Oct 10, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1327

Error

[Render.Vulkan] <Info> vk_pipeline_cache.cpp:CompileModule:418: Compiling vs shader 0xcc816648 (permutation)
[Debug] <Critical> page_manager.cpp:operator():147: Assertion Failed!
Attempted to track non-GPU memory at address 0x1ae1000, size 0x1f000.

Shader Disassembly

/*000000000000*/ s_mov_b32       vcc_hi, lit(19)
/*000000000008*/ s_swappc_b64    s[0:1], s[0:1]
/*00000000000c*/ s_buffer_load_dwordx16 s[0:15], s[4:7], 0x2c
/*000000000010*/ s_waitcnt       lgkmcnt(0)
/*000000000014*/ v_mov_b32       v1, s12
/*000000000018*/ v_mov_b32       v2, s13
/*00000000001c*/ v_mov_b32       v3, s14
/*000000000020*/ v_mov_b32       v0, s15
/*000000000024*/ v_mac_f32       v1, s8, v6
/*000000000028*/ v_mac_f32       v2, s9, v6
/*00000000002c*/ v_mac_f32       v3, s10, v6
/*000000000030*/ v_mac_f32       v0, s11, v6
/*000000000034*/ v_mac_f32       v1, s4, v5
/*000000000038*/ v_mac_f32       v2, s5, v5
/*00000000003c*/ v_mac_f32       v3, s6, v5
/*000000000040*/ v_mac_f32       v0, s7, v5
/*000000000044*/ v_mac_f32       v1, s0, v4
/*000000000048*/ v_mac_f32       v2, s1, v4
/*00000000004c*/ v_mac_f32       v3, s2, v4
/*000000000050*/ v_mac_f32       v0, s3, v4
/*000000000054*/ exp             pos0, v1, v2, v3, v0 done
/*00000000005c*/ v_mov_b32       v4, 0
/*000000000060*/ exp             param0, v8, v9, v4, v4
/*000000000068*/ s_endpgm
Originally created by @AboMedoz on GitHub (Oct 10, 2024). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1327 ### Error ``` [Render.Vulkan] <Info> vk_pipeline_cache.cpp:CompileModule:418: Compiling vs shader 0xcc816648 (permutation) [Debug] <Critical> page_manager.cpp:operator():147: Assertion Failed! Attempted to track non-GPU memory at address 0x1ae1000, size 0x1f000. ``` ### Shader Disassembly ``` /*000000000000*/ s_mov_b32 vcc_hi, lit(19) /*000000000008*/ s_swappc_b64 s[0:1], s[0:1] /*00000000000c*/ s_buffer_load_dwordx16 s[0:15], s[4:7], 0x2c /*000000000010*/ s_waitcnt lgkmcnt(0) /*000000000014*/ v_mov_b32 v1, s12 /*000000000018*/ v_mov_b32 v2, s13 /*00000000001c*/ v_mov_b32 v3, s14 /*000000000020*/ v_mov_b32 v0, s15 /*000000000024*/ v_mac_f32 v1, s8, v6 /*000000000028*/ v_mac_f32 v2, s9, v6 /*00000000002c*/ v_mac_f32 v3, s10, v6 /*000000000030*/ v_mac_f32 v0, s11, v6 /*000000000034*/ v_mac_f32 v1, s4, v5 /*000000000038*/ v_mac_f32 v2, s5, v5 /*00000000003c*/ v_mac_f32 v3, s6, v5 /*000000000040*/ v_mac_f32 v0, s7, v5 /*000000000044*/ v_mac_f32 v1, s0, v4 /*000000000048*/ v_mac_f32 v2, s1, v4 /*00000000004c*/ v_mac_f32 v3, s2, v4 /*000000000050*/ v_mac_f32 v0, s3, v4 /*000000000054*/ exp pos0, v1, v2, v3, v0 done /*00000000005c*/ v_mov_b32 v4, 0 /*000000000060*/ exp param0, v8, v9, v4, v4 /*000000000068*/ s_endpgm ```
kerem 2026-02-27 21:06:17 +03:00
Author
Owner

@polybiusproxy commented on GitHub (Oct 11, 2024):

Please provide a log and game name (CUSA included).

<!-- gh-comment-id:2406963069 --> @polybiusproxy commented on GitHub (Oct 11, 2024): Please provide a log and game name (CUSA included).
Author
Owner

@AboMedoz commented on GitHub (Oct 11, 2024):

Please provide a log and game name (CUSA included).

CUSA00897 - inFAMOUS™ First Light

shad_log.txt

<!-- gh-comment-id:2407231477 --> @AboMedoz commented on GitHub (Oct 11, 2024): > Please provide a log and game name (CUSA included). ### CUSA00897 - inFAMOUS™ First Light [shad_log.txt](https://github.com/user-attachments/files/17342015/shad_log.txt)
Author
Owner

@Hermiten commented on GitHub (Dec 28, 2024):

I cannot find this error on the games, is it still revelant ?

<!-- gh-comment-id:2564418183 --> @Hermiten commented on GitHub (Dec 28, 2024): I cannot find this error on the games, is it still revelant ?
Author
Owner

@polybiusproxy commented on GitHub (Dec 28, 2024):

It is still relevant.

<!-- gh-comment-id:2564418608 --> @polybiusproxy commented on GitHub (Dec 28, 2024): It is still relevant.
Author
Owner

@Hermiten commented on GitHub (Dec 30, 2024):

CUSA00016 - WATCH_DOGS™

[Debug] <Critical> page_manager.cpp:operator():207: Assertion Failed!
Attempted to track non-GPU memory at address 0x26f764000, size 0x81000.

https://github.com/shadps4-emu/shadps4-game-compatibility/issues/727

<!-- gh-comment-id:2565608504 --> @Hermiten commented on GitHub (Dec 30, 2024): CUSA00016 - WATCH_DOGS™ ``` [Debug] <Critical> page_manager.cpp:operator():207: Assertion Failed! Attempted to track non-GPU memory at address 0x26f764000, size 0x81000. ``` https://github.com/shadps4-emu/shadps4-game-compatibility/issues/727
Author
Owner

@brad0demx commented on GitHub (Jan 30, 2025):

Lies of P - CUSA36848

[Debug] page_manager.cpp:operator():207: Assertion Failed!
Attempted to track non-GPU memory at address 0x20008d0000, size 0x1000.

shad_log.txt

<!-- gh-comment-id:2624003291 --> @brad0demx commented on GitHub (Jan 30, 2025): Lies of P - CUSA36848 [Debug] <Critical> page_manager.cpp:operator():207: Assertion Failed! Attempted to track non-GPU memory at address 0x20008d0000, size 0x1000. [shad_log.txt](https://github.com/user-attachments/files/18600484/shad_log.txt)
Author
Owner

@Hasster1 commented on GitHub (Feb 5, 2025):

Five Nights at Freddy's: Security Breach - CUSA24172

[Debug] page_manager.cpp:operator():207: Assertion Failed!
Attempted to track non-GPU memory at address 0x200c92d000, size 0x1000.

shad_log.txt

<!-- gh-comment-id:2637532518 --> @Hasster1 commented on GitHub (Feb 5, 2025): Five Nights at Freddy's: Security Breach - CUSA24172 [Debug] <Critical> page_manager.cpp:operator():207: Assertion Failed! Attempted to track non-GPU memory at address 0x200c92d000, size 0x1000. [shad_log.txt](https://github.com/user-attachments/files/18675999/shad_log.txt)
Author
Owner

@Hermiten commented on GitHub (Feb 12, 2025):

Hello, I'm closing this one, this is now tagged with a label and also present in the wiki:
https://github.com/shadps4-emu/shadPS4/wiki/III.-Guide-of%EF%BC%9CCritical%EF%BC%9Elog

Thanks you

<!-- gh-comment-id:2653633517 --> @Hermiten commented on GitHub (Feb 12, 2025): Hello, I'm closing this one, this is now tagged with a label and also present in the wiki: https://github.com/shadps4-emu/shadPS4/wiki/III.-Guide-of%EF%BC%9CCritical%EF%BC%9Elog Thanks you
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#437
No description provided.