Advertisement
Al-Azif

Graphics Error

Nov 19th, 2021
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # Graphics Issue
  2.  
  3. ## Function call
  4. > sceKernelMapDirectMemory(&VideoMem, DirectMemAllocationSize, 0x33, 0, DirectMemOff, alignment);
  5.  
  6. ## Error
  7.  
  8. > [Debug] src/Graphics.cpp:80: Handle is 1309737216 (0x4e110100)
  9. > [Debug] src/Graphics.cpp:172: DirectMemOff: 0x200000
  10. > [Debug] src/Graphics.cpp:173: DirectMemAllocationSize: 0xc000000
  11. > [Debug] src/Graphics.cpp:174: alignment: 2097152 (0x00200000)
  12. > [Debug] src/Graphics.cpp:179: VideoMem: 0x676175676e614c2f
  13. > [Debug] src/Graphics.cpp:182: sceKernelMapDirectMemory: an error occured. (-2147352554 => 0x80020016)
  14. > [Debug] src/Graphics.cpp:96: Failed to allocate video memory
  15.  
  16. ## Expected
  17.  
  18. > [Debug] src/Graphics.cpp:80: Handle is 1309737216 (0x4e110100)
  19. > [Debug] src/Graphics.cpp:172: DirectMemOff: 0x200000
  20. > [Debug] src/Graphics.cpp:173: DirectMemAllocationSize: 0xc000000
  21. > [Debug] src/Graphics.cpp:174: alignment: 2097152 (0x00200000)
  22. > [Debug] src/Graphics.cpp:179: VideoMem: 0x200c00000
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement