Recent logs

To see your stuff show here, enable Compatibility Server Reports in PPSSPP.

Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.

Game title Version Latest Report Message
EA-Sports FC Lop-Play v1.10.3 2026-03-18 Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c
EA-Sports FC Lop-Play v1.10.3 2026-03-18 Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5
EA-Sports FC Lop-Play v1.10.3 2026-03-18 Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32
AMNESIA LATER v1.8.0 2026-03-18 Unknown GetPointer 00000000 PC 08000000 LR 08000000
WWE'12 v1.14.4 2026-03-18 Unknown GetPointer 7cca017d PC 08bfbde0 LR 08bfbe04
WWE'12 v1.14.4 2026-03-18 Unknown GetPointerWrite 7cc9e865 PC 08bfbde0 LR 08bfbe04
DERBYTIME v1.20.2 2026-03-18 UNTESTED sceHttpCreateTemplate(DerbyTime httpget, 1, 1)
Midnight Club 3: DUB Edition v1.20.2 2026-03-18 PerformMemorySet with invalid range: 0400000f, size -626147601
(homebrew) v1.9.4 2026-03-18 Unknown GetPointer 00000080 PC 0882bbf4 LR 088113dc
eFootball 2025 MAH v1.8.0 2026-03-18 Unknown GetPointer 00000000 PC 08a1b77c LR 08000030
eFootball RB - V. v1.20.3 2026-03-18 PerformMemorySet with invalid range: 041a2980, size 1016087033
EFOOTBALL 26 PPSSPP BY SPARTAN v1.14.3 2026-03-18 Replacement rowPitch=256, but w=1600 (level=0)
eFootball Lop - Play v1.12.1 2026-03-18 MIPSCompileOp: Invalid instruction 000116a8
eFOOTBALL BETWAY PREMIERSHIP v1.9.4 2026-03-18 sceDmacMemcpy(dest=04154000, src=0927e1c0, size=557056): overlapping read
eFootball Chelito 19 * BETEGAMING v1.20.2 2026-03-18 PerformMemorySet with invalid range: 041a2980, size 1016087033
eFootball JOELAND v1.11.3 2026-03-18 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16)
DYNASTY WARRIORS Vol.2 v1.17.1 2026-03-18 Block transfer invalid: 09523bb0/2d8 -> 1c5eb060/2d8, 71x71x4 (0,0)->(0,0)
DYNASTY WARRIORS Vol.2 v1.17.1 2026-03-18 Unknown GE command : ef140c0f
Resistance: Retribution™ v1.16.6 2026-03-18 Unexpected mpeg first timestamp: 1000008435 / 68719510581
eFootball JOELAND v1.11.3 2026-03-18 MIPSCompileOp: Invalid instruction 46460603
eFootball JOELAND v1.11.3 2026-03-18 MIPSCompileOp: Invalid instruction 06460602
eFootball JOELAND v1.11.3 2026-03-18 Jump to invalid address: 073d0880
eFootball JOELAND v1.11.3 2026-03-18 Branch in Jump delay slot at 00010000 in block starting at 00010000
eFootball JOELAND v1.11.3 2026-03-18 Jump to invalid address: 07355f40
Dragon Ball Z: Tenkaichi Tag Team v1.15.4 2026-03-18 Branch in RSRTComp delay slot at 0883aa64 in block starting at 0883aa5c
Dragon Ball Z: Tenkaichi Tag Team v1.15.4 2026-03-18 Jump to invalid address: 0bd609a8
Dragon Ball Z: Tenkaichi Tag Team v1.15.4 2026-03-18 MIPSCompileOp: Invalid instruction 70f1c44c
Dragon Ball Z: Tenkaichi Tag Team v1.15.4 2026-03-18 MIPSCompileOp: Invalid instruction 71010594
Dragon Ball Z: Tenkaichi Tag Team v1.15.4 2026-03-18 MIPSCompileOp: Invalid instruction 7100e218
Dragon Ball Z: Tenkaichi Tag Team v1.15.4 2026-03-18 MIPSCompileOp: Invalid instruction 7100e044
Resistance: Retribution™ v1.16.6 2026-03-18 Unknown GetPointerWrite 0d2998d8 PC 08a2f220 LR 08cd6754
METAL GEAR SOLID PEACE WALKER v1.20.3 2026-03-18 sceKernelCreateThread(name=MGSRemastered): unsupported attributes 00000007, ignoring
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.19.3 2026-03-18 __KernelStopThread: thread 1171 does not exist (ApctlThread stopped)
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.19.3 2026-03-18 __KernelStopThread: thread 1171 does not exist (ApctlThread deleted)
eFootball PC - V. v1.14.2 2026-03-18 UI scissor out of bounds in GamePauseScreen: 0,40-430,1880 / 1920,1080
eFootball PES 2021 By GABRIEL v1.20.3 2026-03-18 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10180000:00200002 Tex Fog FragUber TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: PowerVR Rogue GE8320 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:00200002 Tex Fog FragUber TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; in highp vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; } vs: 00000000:00000b00 HWX T N
Def Jam® Fight For NY™: The Takeover v1.14.1 2026-03-18 UI scissor out of bounds in GamePauseScreen: 433,26-267,1586 / 1612,720
Def Jam® Fight For NY™: The Takeover v1.14.1 2026-03-18 UI scissor out of bounds in GamePauseScreen: 80,26-340,1586 / 1612,720
Def Jam® Fight For NY™: The Takeover v1.14.1 2026-03-18 UI scissor out of bounds in GamePauseScreen: 1192,106-400,614 / 720,1612
Def Jam® Fight For NY™: The Takeover v1.14.1 2026-03-18 UI scissor out of bounds in GamePauseScreen: 0,106-1179,614 / 720,1612
Resistance: Retribution™ v1.16.6 2026-03-18 Unexpected mpeg first timestamp: 100000742b / 68719506475
Def Jam® Fight For NY™: The Takeover v1.14.1 2026-03-18 sceDmacMemcpy(dest=09a0f0c0, src=08400000, size=68160): overlapping read
eFootball PC - V. v1.15.4 2026-03-18 Unknown GetPointer 00008042 PC 0881c2d8 LR 0881c2e8
Dragon Ball Z: Tenkaichi Tag Team Demo v1.19.3 2026-03-18 An uneaten prefix at end of block for 0882eac8
EA FC 26 PPSSPP v1.11.3 2026-03-18 MIPSCompileOp: Invalid instruction 01010101
LEGO® Batman™: The Videogame v1.20.3 2026-03-18 MIPSCompileOp 6900421c failed
EA FC 26 PPSSPP v1.11.3 2026-03-18 Unknown GetPointer 000016b6 PC 08872bb4 LR 08872c1c
eFootball PC - V. v1.11.3 2026-03-18 Branch in Jump delay slot at 09cd027c in block starting at 09cd0220
eFootball PC - V. v1.11.3 2026-03-18 Jump to invalid address: 07340340
eFootball PC - V. v1.11.3 2026-03-18 Branch in Jump delay slot at 09cd0278 in block starting at 09cd0220
eFootball PC - V. v1.11.3 2026-03-18 Branch in Jump delay slot at 09cd0274 in block starting at 09cd0220
eFootball PC - V. v1.11.3 2026-03-18 Jump to invalid address: 07340880
eFootball PC - V. v1.11.3 2026-03-18 MIPSCompileOp: Invalid instruction 464d7800
eFootball PC - V. v1.11.3 2026-03-18 Jump to invalid address: 073409c0
eFootball PC - V. v1.11.3 2026-03-18 Jump to invalid address: 0729e640
eFootball PC - V. v1.11.3 2026-03-18 Branch in Jump delay slot at 09cd0220 in block starting at 09cd0220
eFootball PC - V. v1.11.3 2026-03-18 Jump to invalid address: 07400f40
eFootball Lop - Play v1.9.4 2026-03-18 ReadFromHardware: Invalid address f39d11b9 near PC f39d11b9 LR 08000018
PES eFOOTBALL 2026 JRplay - Rizzkiik v1.20.2 2026-03-18 sceNetAdhocMatchingInit(32768) at 08a71984
PES eFOOTBALL 2026 JRplay - Rizzkiik v1.20.2 2026-03-18 PerformMemorySet with invalid range: 041a2980, size 1016087030
ドラゴンボールZ 真武道会2 v1.5.4-956-ga3bbe8791 2026-03-18 WriteToHardware: Invalid address d7197a48 near PC 0894262c LR 0894285c
The Sims™ 2 Castaway v1.12.3 2026-03-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204
The Sims™ 2 Castaway v1.12.3 2026-03-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
The Sims™ 2 Castaway v1.12.3 2026-03-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1
PES ASIA 2022 "Mod By TRMD" v1.7.4 2026-03-18 WriteToHardware: Invalid address 00000000 near PC 088d223c LR 088d223c
PES ASIA 2022 "Mod By TRMD" v1.7.4 2026-03-18 ReadFromHardware: Invalid address 00000000 near PC 089d55e0 LR 089d5610
eFootball TM ELITE 26 v1.7.5 2026-03-18 Savedata version requested on save: 3
EA FC 26 PPSSPP v1.11.3 2026-03-18 Unknown GetPointer 00000000 PC 08872bb4 LR 08872c1c
NCAA® FOOTBALL 10 v1.20.2 2026-03-18 Branch in JumpReg delay slot at 040cb860 in block starting at 00000000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da72d4 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da7294 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da7354 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da7314 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da7290 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da72d0 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.20.3 2026-03-18 Branch in Jump delay slot at 09da7310 in block starting at 09da0000
EA SPORTS FC26 BY Charly v1.16.6 2026-03-18 Unknown GetPointer 00210000 PC 0884a918 LR 0884a938
EA SPORTS FC26 BY Charly v1.16.6 2026-03-18 Jump to invalid address: 00000080
EA SPORTS FC26 BY Charly v1.16.6 2026-03-18 Unknown GetPointer 2985afd4 PC 0881c2d8 LR 0881c2e8
eFootball 2026 StaR Patch v1.20.3 2026-03-18 PerformMemorySet with invalid range: 041bba00, size -48
WWE'12 v1.5.4 2026-03-18 sceDmacMemcpy(dest=0415fba0, src=096d8990, size=65552): overlapping read
MONSTER HUNTER PORTABLE 3rd v1.20.3 2026-03-18 Branch in Jump delay slot at 088ede7c in block starting at 088ede60
ウルトラマン Fighting Evolution 0 v1.17.1 2026-03-18 sceKernelLoadModule: unsupported options size=00000014, flags=089e8b88, pos=0, access=1, data=1, text=1
ウルトラマン Fighting Evolution 0 v1.17.1 2026-03-18 sceKernelLoadModule: unsupported options size=00000014, flags=089e8b88, pos=0, access=1, data=2, text=2
EFOOTBALL PES FL 2026 v1.19.3 2026-03-18 Can't draw: No current render step. Step count: 0
EA FC 2024 BY FARIS X RAPHAEL v1.18.1 2026-03-18 MIPSCompileOp: Invalid instruction 00000155
MX vs. ATV Untamed v1.11.3 2026-03-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
MX vs. ATV Untamed v1.11.3 2026-03-18 sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006
MX vs. ATV Untamed v1.11.3 2026-03-18 sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006
MX vs. ATV Untamed v1.11.3 2026-03-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1
MX vs. ATV Untamed v1.11.3 2026-03-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120
eFOOTBALL PES MERAH PUTIH V4 MOD BY SAM YUDHA 87 v1.18.1 2026-03-18 Unknown GetPointer 00000000 PC 08a02a0c LR 08808448
eFOOTBALL PES MERAH PUTIH V4 MOD BY SAM YUDHA 87 v1.18.1 2026-03-18 Unknown GetPointerWrite 00000010 PC 08a02a0c LR 08808448
Tom Clancy's Ghost Recon® Predator v1.20.1 2026-03-17 Utility access thread still running, state: initializing, dialog=2/0
eFootball Chelito 19 * BETEGAMING v1.19.3 2026-03-17 Branch in branch delay slot at 0809b2a8 with different target
Dragon Ball Z: Tenkaichi Tag Team v1.19.3 2026-03-17 Branch in Jump delay slot at 09eada74 in block starting at 09ead9c0
Dragon Ball Z: Tenkaichi Tag Team v1.19.3 2026-03-17 Branch in JumpReg delay slot at 09eb3470 in block starting at 09ead9c0
Dragon Ball Z: Tenkaichi Tag Team v1.19.3 2026-03-17 Branch in Jump delay slot at 09eada34 in block starting at 09ead9c0
Dragon Ball Z: Tenkaichi Tag Team v1.19.3 2026-03-17 Branch in Jump delay slot at 09eb3390 in block starting at 09ead9c0
Dragon Ball Z: Tenkaichi Tag Team v1.19.3 2026-03-17 Branch in JumpReg delay slot at 09eb3474 in block starting at 09ead9c0