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 |
| TALES OF THE WORLD RADIANT MYTHOLOGY 2 |
v1.9.0 |
2026-04-15 |
80020190=sceKernelStartModule(00000fda, 00000000, 00000000, 09fd0dd0, 00000000): out of memory, 00040000 stack requested |
| スーパーロボット大戦MXポータブル |
v1.18.1 |
2026-04-15 |
ReadFromHardware: Invalid address 0c8dbbe7 near PC 08a36b2c LR 08a36b38 |
| EA-Sports FC Lop-Play |
v1.8.0 |
2026-04-15 |
Unknown GetPointer 10b3e877 PC 0884d7b4 LR 0884d7d4 |
| WWE - 2K25 AURA EDITION by |
v1.18.1 |
2026-04-15 |
80630007=sceAtracSetData(3, 08d4b180, 00018000): atracID uses different codec type than data |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144853504 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146692488 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145502672 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145558236 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145549884 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=0 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147047284 |
| NEED FOR SPEED™ UNDERCOVER |
v1.12.3 |
2026-04-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 30 |
| NASCAR® |
v1.12.3 |
2026-04-15 |
Trying to relocate non-loaded section .debug_line, ignoring |
| Ben 10 Alien Force: Vilgax Attacks |
v1.20.3 |
2026-04-15 |
Branch in Jump delay slot at 08c0f668 in block starting at 08c0f4a8 |
| Ben 10 Alien Force: Vilgax Attacks |
v1.20.3 |
2026-04-15 |
Branch in Jump delay slot at 08c0f5f8 in block starting at 08c0f4a8 |
| Ben 10 Alien Force: Vilgax Attacks |
v1.20.3 |
2026-04-15 |
Branch in Jump delay slot at 08c0f6c8 in block starting at 08c0f4a8 |
| Heatseeker |
v1.11.3 |
2026-04-15 |
Error in shader compilation: info: 0:58: L0002: Undeclared variable 'kemerahan'
0:64: L0002: Undeclared variable 'AvgLumR'
0:70: L0002: Undeclared variable 'AvgLumin'
0:72: L0002: Undeclared variable 'mixColor'
postshader
#ifdef GL_ES
precision mediump float;
#endif
//===========================//
//edit angka yang ada dibawah ini untuk mengatur tampilan
#define warna 1.9 //normal: 1.1
#define cerah 1.2 //normal: 1.1
#define kontras 1.2 //normal: 1.1
#define kehitaman 1.2 //normal: 1.1
#define kehijauan 1.1 //normal: 1.0
#define kebiruan 1.3 //normal: 1.1
//semakin tinggi angka depan yang dirubah, maka akan semakin tidak baik ^,^
//===========================//
//Black Screen HD
//Build By Satria Mudafi
//FB : Mudaffi Satriia
//Email : [email protected]
///////////////////////////////////
//dibawah ini tidak boleh di edit//
///////////////////////////////////
#define sugoicolor 1
#ifdef GL_ES
precision mediump float;
precision mediump int;
#endif
uniform sampler2D sampler0;
uniform vec4 u_time;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
varying vec2 v_texcoord0;
float overlay(float base, float blend)
{float result = 0.0;
if( base < 0.5 )
result = 2.0 * base * blend;
else
result = 1.0 - (1.0 - 2.0*(base-0.5)) * (1.0-blend);
return result;}
void main()
{vec3 color = texture2D(sampler0, v_texcoord0.xy).xyz;
#if(sugoicolor==1)
float sat = warna;
float brt = cerah;
float con = kontras;
float AvgLumR = kemerahan;
float AvgLumG = kehijauan;
float AvgLumB = kebiruan;
const vec3 LumCoeff = vec3(0.2125, 0.7154, 0.0721);
vec3 AvgLumin = vec3(AvgLumR, AvgLumG, AvgLumB);
vec3 conRGB = vec3(0.5, 0.5, 0.5);
vec3 brtColor = color.rgb * brt;
vec3 intensity = vec3((brtColor.r*LumCoeff.r)+(brtColor.g*LumCoeff.g)+(brtColor.b*LumCoeff.b));
vec3 satColor = mix(intensity, brtColor, sat);
vec3 conColor = mix(conRGB, satColor, con);
vec3 mixColor = AvgLumin * conColor;
color.rgb = mixColor;
#endif
gl_FragColor.xyz=color;
gl_FragColor.a = 1.0;} |
| Def Jam® Fight For NY™: The Takeover |
v1.14.4 |
2026-04-15 |
sceDmacMemcpy(dest=098fca80, src=08400000, size=72384): overlapping read |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000eef, pos=1, access=64, data=0, text=0 |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 520 does not exist (helper deleted) |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 492 does not exist (helper deleted) |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000e52, pos=1, access=64, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000e34, pos=1, access=-80, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000d73, pos=1, access=64, data=0, text=0 |
| 太閤立志伝Ⅴ |
v1.9.0 |
2026-04-15 |
sceDmacMemcpy(dest=041a6dc0, src=093591a0, size=1024): overlapping read |
| Dragon Ball Z Shin Budokai |
v1.11.3 |
2026-04-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420 |
| eFootball Lop - Play |
v1.18.1 |
2026-04-14 |
Unknown GetPointer 10b66e37 PC 0884d7b4 LR 0884d7d4 |
| EA-Sports FC Lop-Play |
v1.10.3 |
2026-04-14 |
Unknown GetPointer 2c5a9082 PC 0884d7b4 LR 0884d7d4 |
| Game Sepak Bola PPSSPP |
v1.20.3 |
2026-04-14 |
PerformMemorySet with invalid range: 041a8280, size -16 |
| PES 2014 |
v1.16.5 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 4e52a800 |
| EA-Sports FC Lop-Play |
v1.9.3 |
2026-04-14 |
ReadFromHardware: Invalid address 3f7ffd03 near PC 0880cc58 LR 0880cc58 |
| EA-Sports FC Lop-Play |
v1.9.3 |
2026-04-14 |
WriteToHardware: Invalid address 00000000 near PC 08824cf4 LR 08824d04 |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-14 |
__KernelStopThread: thread 711 does not exist (helper deleted) |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 511 does not exist (helper deleted) |
| eFootball RB - V. |
v1.20.3 |
2026-04-14 |
PerformMemorySet with invalid range: 041a2980, size 1016087033 |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 03fcbabf |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 0003ffff |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction edededed |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction cccccccc |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 9f45fa0b |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 00003cf9 |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 000000bb |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction cc200000 |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 9fffffff |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction edede600 |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction edffeded |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 00008fff |
| eFootball 2025 by MP |
v1.18.1 |
2026-04-14 |
Unknown GetPointer 00000140 PC 08824a58 LR 088113dc |
| Medal of Honor Heroes™ |
v1.20.3 |
2026-04-14 |
__KernelStopThread: thread 448 does not exist (ApctlThread stopped) |
| Medal of Honor Heroes™ |
v1.20.3 |
2026-04-14 |
__KernelStopThread: thread 448 does not exist (ApctlThread deleted) |
| eFootball Lop - Play |
v1.11.3 |
2026-04-14 |
sceSasSetSimpleADSR(08bb3ac0, 0, 3e816620, ef1d6fd8): Invalid ADSREnv2 |
| eFootball Chelito 19 |
v1.11.3 |
2026-04-14 |
WriteToHardware: Invalid address 00000000 near PC 0803a968 LR 00000000 |
| eFootball Chelito 19 |
v1.11.3 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 06fe4bfa |
| eFootball Chelito 19 |
v1.11.3 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 000003bf |
| eFootball Chelito 19 |
v1.11.3 |
2026-04-14 |
MIPSCompileOp: Invalid instruction 7df45fc2 |
| eFootball Chelito 19 |
v1.11.3 |
2026-04-14 |
Jump to invalid address: 07ec0400 |
| eFootball Chelito 19 |
v1.11.3 |
2026-04-14 |
MIPSCompileOp: Invalid instruction cf4ed7f7 |
| ソードアート・オンライン -インフィニティ・モーメント- |
v1.9.0 |
2026-04-14 |
sceDmacMemcpy(dest=041d3000, src=08d13510, size=184320): overlapping read |
| WWE SmackDown vs. RAW 2008 |
v1.18.1-783-g81015abef7 |
2026-04-14 |
sceDmacMemcpy(dest=04173db0, src=0942aef0, size=65552): overlapping read |
| PES 2022 AFRICA BY AHG TECH & LAA TECH |
v1.13.1 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09a25200, 00004000): fmt definition too small (16) |
| EA SPORTS FC26 |
v1.20.3 |
2026-04-15 |
Savedata version requested: 3 |
| TALES OF THE WORLD RADIANT MYTHOLOGY 2 |
v1.9.0 |
2026-04-14 |
80020190=sceKernelStartModule(00000df0, 00000000, 00000000, 09fd0dd0, 00000000): out of memory, 00040000 stack requested |
| EFOOTBALL 26 PPSSPP BY SPARTAN |
v1.20.3 |
2026-04-14 |
PerformMemorySet with invalid range: 041a2980, size 1016087033 |
| eFootball Play-C |
v1.12.3 |
2026-04-14 |
__KernelStopThread: thread 360 does not exist |
| Ultimate Ghosts'n Goblins |
v1.18.1 |
2026-04-14 |
sceDmacMemcpy(dest=04165e00, src=091ebf00, size=2048): overlapping read |
| Riviera~約束の地リヴィエラ~ SPECIAL EDITION |
v1.9.0 |
2026-04-14 |
sceDmacMemcpy(dest=09bbd7b0, src=09301090, size=1024): overlapping read |
| DEAD OR ALIVE® Paradise |
v1.10.3 |
2026-04-14 |
RET: Stack empty! |
| eFootball RB - V. |
v1.16.6 |
2026-04-14 |
Unknown GetPointerWrite 00000080 PC 0882bbf4 LR 088113dc |
| EA |
v1.16.6 |
2026-04-14 |
80630007=sceAtracSetData(2, 08d13140, 00000aec): atracID uses different codec type than data |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-04-14 |
Unknown GetPointer 002c0c04 PC 0884a918 LR 0884a938 |
| WWE SmackDown vs. RAW 2009 |
v1.18.1 |
2026-04-14 |
sceDmacMemcpy(dest=04186fc0, src=09429130, size=65552): overlapping read |
| Syphon Filter®: Logan's Shadow |
v1.19.3 |
2026-04-14 |
Unexpected mpeg first timestamp: 4ef68bc91d5 / 5426300883413 |
| SBK®09 Superbike World Championship |
v1.12.3 |
2026-04-14 |
sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08fa1490): duplicate handler |
| SBK®09 Superbike World Championship |
v1.12.3 |
2026-04-14 |
sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08fa3240): duplicate handler |
| SBK®09 Superbike World Championship |
v1.12.3 |
2026-04-14 |
sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 092c8e80): duplicate handler |
| SBK®09 Superbike World Championship |
v1.12.3 |
2026-04-14 |
sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 08fa1480): duplicate handler |
| SBK®09 Superbike World Championship |
v1.12.3 |
2026-04-14 |
sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 090b90e0): duplicate handler |
| Ultimate Ghosts'n Goblins |
v1.18.1 |
2026-04-14 |
sceDmacMemcpy(dest=04165e00, src=091fb8c0, size=512): overlapping read |
| eFootball 2026 StaR Patch |
v1.16.6 |
2026-04-14 |
Unknown GetPointer 00064400 PC 0884a918 LR 0884a938 |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(098cc140, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09ce6b40, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09958ec0, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09995080, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09978fc0, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09985000, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09970f80, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(092ad580, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09299500, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09b24bc0, 00014000): invalid RIFF header |
| Crash™ Tag Team Racing |
v1.16.6 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09b38e80, 00014000): invalid RIFF header |
| EA-Sports FC Lop-Play |
v1.18.1 |
2026-04-14 |
Unknown GetPointer 00260000 PC 0884a918 LR 0884a938 |
| スーパーロボット大戦MXポータブル |
v1.18.1 |
2026-04-14 |
ReadFromHardware: Invalid address 232eb8df near PC 08a37d90 LR 08a36b38 |
| eFootball 2026 StaR Patch |
v1.9.4 |
2026-04-14 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
| Crash™ Tag Team Racing |
v1.11.3 |
2026-04-14 |
80630006=sceAtracSetDataAndGetID(09ac8400, 00014000): invalid RIFF header |
| EA SPORTS 2010 FIFA World Cup™ |
v1.20.3 |
2026-04-14 |
__KernelStopThread: thread 739 does not exist (ApctlThread deleted) |
| EA SPORTS 2010 FIFA World Cup™ |
v1.20.3 |
2026-04-14 |
__KernelStopThread: thread 739 does not exist (ApctlThread stopped) |
| TALES OF THE WORLD RADIANT MYTHOLOGY 2 |
v1.9.0 |
2026-04-14 |
WriteToHardware: Invalid address ffa76ffa near PC 08000000 LR 08000000 |
| 不思議のダンジョン 風来のシレン4 plus 神の眼と悪魔のヘソ |
v1.20.3 |
2026-04-14 |
UNTESTED sceHttpCreateTemplate(shiren4p, 1, 1) |
| TALES OF THE WORLD RADIANT MYTHOLOGY 2 |
v1.9.0 |
2026-04-14 |
WriteToHardware: Invalid address 1701f1a8 near PC 08000000 LR 08000000 |
| EA-Sports FC Lop-Play |
v1.7.4 |
2026-04-14 |
Unknown GetPointer e4d4b1fb PC 0884d5b0 LR 0884d7d4 |