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
SBK®09 Superbike World Championship v1.17.1 2026-03-11 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09084750): duplicate handler
SplinterCell v1.13.2 2026-03-11 MIPSCompileOp: Invalid instruction 42480000
DBALL TTT Super Impact V4 v1.20.1 2026-03-11 sceNetAdhocMatchingInit(32768) at 08812da4
頭文字D STREET STAGE v1.18 2026-03-11 sceDmacMemcpy(dest=0416de00, src=091f7dc0, size=2048): overlapping read
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 45bbd330
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 42540000
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 4634bbf8
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 4551a080
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 46426610
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 46362a98
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 45caea50
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 00004981
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 45e09eb0
eFootball PC - V. v1.7.5 2026-03-11 MIPSCompileOp: Invalid instruction 45c58d00
FINAL FANTASY 零式 ディスク1 v1.13.2-1944-g3e481634a 2026-03-11 sceDmacMemcpy(dest=08400000, src=093d6ec0, size=996416): overlapping read
SBK®09 Superbike World Championship v1.18.1 2026-03-11 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09a9f070): duplicate handler
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.19.1 2026-03-11 __KernelStopThread: thread 682 does not exist (ApctlThread deleted)
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.19.1 2026-03-11 __KernelStopThread: thread 682 does not exist (ApctlThread stopped)
SBK®09 Superbike World Championship v1.16.6 2026-03-11 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0944e900): duplicate handler
eFootball PC - V. v1.12.3 2026-03-11 Unknown GetPointer 00000000 PC 08824a58 LR 088113dc
MotoGP v1.20.1 2026-03-11 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10180000:0020d000 Fog FragUber AlphaTest > #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:0020d000 Fog FragUber AlphaTest > uniform uint u_alphacolorref; uniform uint u_alphacolormask; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; int roundAndScaleTo255i(in float x) { return int(floor(x * 255.0 + 0.5)); } out vec4 fragColor0; void main() { vec4 v = v_color0; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if ((roundAndScaleTo255i(v.a) & int(u_alphacolormask >> 0x18u)) <= int(u_alphacolorref >> 0x18u)) DISCARD; fragColor0 = v; } vs: 01000000:80000328 HWX C N Light: LightUberShader Cull
MotoGP v1.20.1 2026-03-11 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10180000:0021d000 Fog FragUber AlphaTest0 > #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:0021d000 Fog FragUber AlphaTest0 > uniform uint u_alphacolorref; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if (v.a < 0.002) DISCARD; fragColor0 = v; } vs: 01000000:80000328 HWX C N Light: LightUberShader Cull
MotoGP v1.20.1 2026-03-11 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: 01000000:80000328 HWX C N Light: LightUberShader Cull
MotoGP v1.20.1 2026-03-11 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10180000:00200000 Fog FragUber #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:00200000 Fog FragUber in lowp vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; } vs: 01000000:80000328 HWX C N Light: LightUberShader Cull
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 8600f96e: pc = 85fff96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85fff96e: pc = 85fef96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85fdf96e: pc = 85fcf96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85fef96e: pc = 85fdf96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85fcf96e: pc = 85fbf96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85fbf96e: pc = 85faf96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85faf96e: pc = 85f9f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f9f96e: pc = 85f8f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f8f96e: pc = 85f7f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f7f96e: pc = 85f6f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f6f96e: pc = 85f5f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f5f96e: pc = 85f4f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f3f96e: pc = 85f2f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f4f96e: pc = 85f3f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f2f96e: pc = 85f1f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f1f96e: pc = 85f0f96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85f0f96e: pc = 85eff96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85eff96e: pc = 85eef96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85eef96e: pc = 85edf96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 Trying to write block exit to illegal destination 85edf96e: pc = 85ecf96e
ACE COMBAT X2 JOINT ASSAULT v1.9.3 2026-03-11 ReadFromHardware: Invalid address 85ecf96e near PC 85ecf96e LR 85ecf96e
Jak & Daxter®:The Lost Frontier™ v1.19.3 2026-03-11 SCE_KERNEL_ERROR_SCE_SAS_ERROR_INVALID_PARAMETER=__sceSasCoreWithMix(088ea640, 12986f80, 826, 826): invalid address
Jak & Daxter®:The Lost Frontier™ v1.19.3 2026-03-11 SCE_KERNEL_ERROR_SCE_SAS_ERROR_INVALID_PARAMETER=__sceSasCoreWithMix(088ea640, 12986f80, 848, 848): invalid address
NEED FOR SPEED™ Carbon OTC v1.20.1 2026-03-11 PerformMemorySet with invalid range: 04000000, size 77101428
絶対迷宮グリム 七つの鍵と楽園の乙女 v1.11.3 2026-03-11 sceDmacMemcpy(dest=09498900, src=096591a0, size=557056): overlapping read
Midnight Club: L.A. Remix® v1.14.2 2026-03-11 UI scissor out of bounds in SavedataScreen: 2415,618-0,148 / 2340,1080
Midnight Club: L.A. Remix® v1.14.2 2026-03-11 UI scissor out of bounds in SavedataScreen: 2415,462-0,148 / 2340,1080
Midnight Club: L.A. Remix® v1.14.2 2026-03-11 UI scissor out of bounds in SavedataScreen: 2415,306-0,148 / 2340,1080
Midnight Club: L.A. Remix® v1.14.2 2026-03-11 UI scissor out of bounds in SavedataScreen: 2415,150-0,148 / 2340,1080
Tomb Raider : Legend v1.14.4 2026-03-11 sceDmacMemcpy(dest=041e6c00, src=0947cd10, size=8192): overlapping read
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'LoadExecForKernel': 0x6d302d3d
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'SysMemForKernel': 0x536ad5e1
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'ModuleMgrForKernel': 0x2e0911aa
FINAL FANTASY® III v1.9.3 2026-03-11 UNIMPL sceKernelFindModuleByName(peagasusGEN)
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'ThreadManForKernel': 0x28b6489c
FINAL FANTASY® III v1.9.3 2026-03-11 UNIMPL sceKernelFindModuleByName(sceMesgLed)
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'ModuleMgrForKernel': 0xd1ff982a
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'SysclibForKernel': 0x7ab35214
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'ThreadManForKernel': 0xef9e4c70
FINAL FANTASY® III v1.9.3 2026-03-11 UNIMPL sceKernelFindModuleByName(sceMeCodecWrapper)
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'SysclibForKernel': 0xa48d2592
FINAL FANTASY® III v1.9.3 2026-03-11 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
EAFC 26 By Komo Valeri v1.20.1 2026-03-11 PerformMemorySet with invalid range: 041be680, size -16
絶対迷宮グリム 七つの鍵と楽園の乙女 v1.11.3 2026-03-11 sceDmacMemcpy(dest=093fe920, src=095bf1c0, size=557056): overlapping read
EA FC 26 PPSSPP v1.16.6 2026-03-11 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
Formula One 2006 v1.20.1 2026-03-11 An uneaten prefix at end of block: 08a85d5c
Dragon Ball : Sparking Zero v1.20.1 2026-03-11 Can't draw: No current render step. Step count: 0
MONSTER HUNTER FREEDOM UNITE™ v1.10.2 2026-03-11 sceDmacMemcpy(dest=0414e000, src=093fa300, size=202336): overlapping read
MLB 08 The Show ™ v1.20.1 2026-03-11 __KernelStopThread: thread 454 does not exist (ApctlThread stopped)
MLB 08 The Show ™ v1.20.1 2026-03-11 __KernelStopThread: thread 454 does not exist (ApctlThread deleted)
絶対迷宮グリム 七つの鍵と楽園の乙女 v1.11.3 2026-03-11 sceDmacMemcpy(dest=093fef80, src=095bf820, size=557056): overlapping read
eFootball Chelito 19 v1.20.1 2026-03-11 PerformMemorySet with invalid range: 041c3f80, size -48
LP FOOTBALL BY LP ESTUDIOS v1.11.3 2026-03-11 Savedata version requested on save: 3
Crash® Mind Over Mutant v1.12.3 2026-03-11 Branch in JumpReg delay slot at 08f6c08c in block starting at 08f6c044
eFootball Chelito 19 v1.11.3 2026-03-10 sceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read
eFootball Chelito 19 v1.11.3 2026-03-10 Unknown GetPointer 00000000 PC 08815f0c LR 08000020
EA-Sports FC Lop-Play v1.10.3 2026-03-10 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524
EA-Sports FC Lop-Play v1.10.3 2026-03-10 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 464
eFootball Chelito 19 v1.11.3 2026-03-10 sceDmacMemcpy(dest=086ce900, src=092ed040, size=1251072): overlapping read
EA SPORTS FC26 BY Charly v1.16.6 2026-03-10 Unknown GetPointerWrite 00000000 PC 0882bbf4 LR 088113dc
MLB 08 The Show ™ v1.20.1 2026-03-10 PerformMemorySet with invalid range: 04003eef, size -1185202449
eFootball Chelito 19 * BETEGAMING v1.6.3 2026-03-10 GL ran out of GPU memory; switching to low memory mode
EA FC 2024 BY RA-PATCH v1.9.4 2026-03-10 Unknown GetPointer 00000000 PC 0881f5b8 LR 08000020
eFootball Chelito 19 v1.19.3 2026-03-10 sceNetAdhocMatchingInit(32768) at 08a719b8
Kahoots v1.11.3 2026-03-10 Failed decrypting the PRX (ret = -1, size = 1090801, psp_size = 1091152)!
MONSTER HUNTER FREEDOM UNITE™ v1.11.3 2026-03-10 Jump to invalid address: 07064400
GOD EATER BURST 体験版 v1.19.3 2026-03-10 sceKernelCreateThread(name=god_g999_Base): unsupported attributes 00000006, ignoring
GOD EATER BURST 体験版 v1.19.3 2026-03-10 sceKernelCreateThread(name=god_game): unsupported attributes 00000006, ignoring
GOD EATER BURST 体験版 v1.19.3 2026-03-10 sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006, ignoring
GOD EATER BURST 体験版 v1.19.3 2026-03-10 sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006, ignoring
GOD EATER BURST 体験版 v1.19.3 2026-03-10 sceKernelCreateThread(name=god_menu): unsupported attributes 00000006, ignoring
GOD EATER BURST 体験版 v1.19.3 2026-03-10 sceKernelCreateThread(name=system): unsupported attributes 00000006, ignoring
MLB 07 The Show v1.19.3 2026-03-10 sceKernelLoadModule: unsupported options size=00000014, flags=0000107d, pos=1, access=-80, data=0, text=0
MLB 07 The Show v1.19.3 2026-03-10 sceKernelLoadModule: unsupported options size=00000014, flags=00000fc7, pos=1, access=64, data=0, text=0
DBZ BUDOKAI TENKAICHI 3 LATINO v1.19.3 2026-03-10 Branch in Jump delay slot at 09e2dd6c in block starting at 09e20000