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 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2021-01-24 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2021-01-24 |
80000107=sceDisplaySetFrameBuf(00000000, 0, 0, 0): must change latched framebuf first |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unimplemented HLE function Kprintf |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'SysMemForKernel': 0x7b749390 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'SysMemForKernel': 0xeb7a74db |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x57cf62dd |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x383f7bcc |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x623ae665 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0xed1410e0 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0xc07bb470 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x402fcf22 |
Death, Jr. 2: Root of Evil |
v1.10.3-597-gfcaef648e |
2020-10-07 |
__KernelStopThread: thread 298 does not exist |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-09-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Death, Jr. 2: Root of Evil |
v1.10.2 |
2020-08-30 |
Unknown GetPointer 00000000 PC 08804128 LR 08000030 |
Death, Jr. 2: Root of Evil |
v1.10.3 |
2020-12-27 |
Video end without audio end, potentially skipping some audio? |
Death, Jr. 2: Root of Evil |
v1.9.3-64-g0b17dd04e |
2019-10-11 |
__KernelStopThread: thread 3530 does not exist |
Death, Jr. 2: Root of Evil |
v1.9.3-64-g0b17dd04e |
2019-10-11 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Death, Jr. 2: Root of Evil |
v1.9.4 |
2021-02-26 |
Unknown GetPointer 00000000 PC 0880ed48 LR 08000020 |
Death, Jr. 2: Root of Evil |
v1.4-2-g648bc5d |
2019-01-17 |
Wrong magic number 00000000 |
Death, Jr. 2: Root of Evil |
v1.7.4 |
2019-01-01 |
Error in shader compilation: info: Fragment shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
depal
#version 110
varying vec2 v_texcoord0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 index = texture2D(tex, v_texcoord0);
float coord = (index.b * 1.000000) + 0.001953;
gl_FragColor = texture2D(pal, vec2(coord, 0.0));
}
|
Death, Jr. 2: Root of Evil |
v1.7.4 |
2019-01-01 |
Error in shader compilation: info: Fragment shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
depal
#version 110
varying vec2 v_texcoord0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 index = texture2D(tex, v_texcoord0);
float coord = (index.r * 1.000000) + 0.001953;
gl_FragColor = texture2D(pal, vec2(coord, 0.0));
}
|
Death, Jr. 2: Root of Evil |
v1.7.4 |
2019-01-01 |
Error in shader compilation: info: Vertex shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
depal
#ifdef GL_ES
precision highp float;
#endif
attribute vec4 a_position;
attribute vec2 a_texcoord0;
varying vec2 v_texcoord0;
void main() {
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
}
|
Death, Jr. 2: Root of Evil |
v1.7.4 |
2019-01-01 |
Error in shader compilation: info: Fragment shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
depal
#version 110
varying vec2 v_texcoord0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 index = texture2D(tex, v_texcoord0);
float coord = (index.g * 1.000000) + 0.001953;
gl_FragColor = texture2D(pal, vec2(coord, 0.0));
}
|
Death, Jr. 2: Root of Evil |
v1.5.4 |
2018-05-17 |
80630006=sceAtracSetDataAndGetID(0896bb70, 000bb800): invalid RIFF header |
Death, Jr. 2: Root of Evil |
v1.5.2 |
2020-08-31 |
Loading module sceMpeg_library with version 0103, devkit 00000000 |
Death, Jr. 2: Root of Evil |
v1.5.2 |
2020-08-31 |
Loading module sceMpegbase_Driver with version 0103, devkit 00000000 |
Death, Jr. 2: Root of Evil |
v1.5.2 |
2020-08-31 |
Loading module sceVideocodec_Driver with version 0103, devkit 00000000 |
Death, Jr. 2: Root of Evil |
v1.5.2 |
2020-08-31 |
Loading module sceSAScore with version 0103, devkit 00000000 |
Death, Jr. 2: Root of Evil |
v1.5.2 |
2020-08-31 |
Loading module sceAudiocodec_Driver with version 0103, devkit 00000000 |
Death, Jr. 2: Root of Evil |
v1.5.2 |
2020-08-31 |
Loading module sceATRAC3plus_Library with version 0102, devkit 00000000 |
Death, Jr. 2: Root of Evil |
v1.9.4 |
2021-02-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Death, Jr. 2: Root of Evil |
v1.9.4 |
2021-02-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |