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 |
OJR EDIÇÕES 2020 |
v1.16.6 |
2023-10-29 |
Can't draw: No current render step. Step count: 0 |
OJR EDIÇÕES 2020 |
v1.16.6 |
2023-10-24 |
__KernelStopThread: thread 338 does not exist (helper deleted) |
OJR EDIÇÕES 2020 |
v1.16.5 |
2023-10-16 |
MIPSCompileOp: Invalid instruction eeeeeed0 |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-09-08 |
Unknown GetPointerWrite 000004b6 PC 08872ba4 LR 08872c0c |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1 |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2 |
OJR EDIÇÕES 2020 |
v1.16.5 |
2023-10-16 |
Unknown GetPointer 00000140 PC 08824a48 LR 088113c4 |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-07-12 |
Replacement rowPitch=1024, but w=3648 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-07-06 |
Replacement rowPitch=512, but w=800 (level=0) |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-07-02 |
Unknown GetPointerWrite 00000002 PC 08a02afc LR 08872c1c |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-06-24 |
Unknown GetPointer ab434426 PC 08eff8c0 LR 08eff8d0 |
OJR EDIÇÕES 2020 |
v1.10.3 |
2023-06-06 |
Unknown GetPointer 00000060 PC 088e4920 LR 088e4948 |
OJR EDIÇÕES 2020 |
v1.10.2 |
2023-06-07 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l3 rate 000f |
OJR EDIÇÕES 2020 |
v1.10.2 |
2023-06-07 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l1 rate 0005 |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-05-29 |
Unknown GetPointer ffffffff PC 0884a908 LR 0884a928 |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-05-25 |
Jump to invalid address: 075fdc80 |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-20 |
Replacement rowPitch=256, but w=600 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-19 |
Replacement rowPitch=128, but w=1600 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.2 |
2023-04-18 |
UI scissor out of bounds in GameSettingsScreen: 168,0-1264,721 / 1440,662 |
OJR EDIÇÕES 2020 |
v1.14 |
2023-04-14 |
UI scissor out of bounds in MainScreen: 0,0-1075,721 / 1440,720 |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-10 |
Replacement rowPitch=384, but w=800 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-06 |
Replacement rowPitch=384, but w=512 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-05 |
Replacement rowPitch=256, but w=2560 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-05 |
Replacement rowPitch=128, but w=2048 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-07 |
Replacement rowPitch=384, but w=1024 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-01 |
Replacement rowPitch=1024, but w=2560 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-25 |
Replacement rowPitch=512, but w=1028 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-22 |
Replacement rowPitch=512, but w=520 (level=0) |
OJR EDIÇÕES 2020 |
v1.5.3 |
2023-03-22 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
fs: 01770000:00000b14 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:00200002 THR
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
OJR EDIÇÕES 2020 |
v1.5.3 |
2023-03-20 |
Error in shader program link during preload: info: cannot find a matched output for input v_texcoord
fs: 00000000:0000001a Tex TFuncUnk
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in highp vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(p.rgb + t.rgb, p.a);
fragColor0 = v;
}
vs: 00000000:00000000
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-13 |
Replacement rowPitch=256, but w=1024 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-17 |
Replacement rowPitch=1024, but w=1424 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-08-15 |
Replacement rowPitch=2048, but w=3644 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-10 |
Replacement rowPitch=512, but w=2560 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-04 |
Replacement rowPitch=1024, but w=2320 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-09 |
Replacement rowPitch=1024, but w=1944 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-11 |
Replacement rowPitch=256, but w=2000 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-29 |
Replacement rowPitch=512, but w=2880 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-03 |
Replacement rowPitch=512, but w=3312 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-02 |
Replacement rowPitch=1024, but w=3932 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-02-25 |
Replacement rowPitch=256, but w=376 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-29 |
Replacement rowPitch=512, but w=1312 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-02-23 |
Replacement rowPitch=128, but w=368 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-26 |
Replacement rowPitch=1024, but w=1848 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-02-17 |
Replacement rowPitch=1024, but w=4000 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-13 |
Replacement rowPitch=1024, but w=1824 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-17 |
Replacement rowPitch=256, but w=3000 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-16 |
807f00fd=sceMp3Init(00000000): invalid sample rate v0 l1 rate 03 |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-02-15 |
Replacement rowPitch=2048, but w=2496 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-13 |
Replacement rowPitch=2048, but w=5120 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-25 |
Replacement rowPitch=1024, but w=2048 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-27 |
Replacement rowPitch=256, but w=1056 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-02-10 |
Replacement rowPitch=512, but w=1000 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-03-07 |
Replacement rowPitch=512, but w=1712 (level=0) |
OJR EDIÇÕES 2020 |
v1.14 |
2023-02-06 |
UI scissor out of bounds in GameSettingsScreen: 413,0-1844,1080 / 2166,1080 |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-10 |
Replacement rowPitch=256, but w=4096 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-01-27 |
Replacement rowPitch=512, but w=912 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-15 |
Replacement rowPitch=1024, but w=1920 (level=0) |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-04-15 |
Replacement rowPitch=256, but w=656 (level=0) |
OJR EDIÇÕES 2020 |
v1.16.6 |
2023-10-24 |
Unknown GetPointerWrite 00000000 PC 08808430 LR 08808448 |
OJR EDIÇÕES 2020 |
v1.14.2 |
2023-01-08 |
UI scissor out of bounds in MainScreen: 56,0-1203,721 / 1600,720 |
OJR EDIÇÕES 2020 |
v1.14.2 |
2023-01-08 |
UI scissor out of bounds in MainScreen: 56,0-1126,721 / 1523,720 |
OJR EDIÇÕES 2020 |
v1.14.2 |
2023-01-07 |
UI scissor out of bounds in GameSettingsScreen: 280,0-1233,721 / 1523,720 |
OJR EDIÇÕES 2020 |
v1.14.4 |
2023-01-07 |
Unknown GetPointerWrite 00000000 PC 0881613c LR 08816144 |
OJR EDIÇÕES 2020 |
v1.14.3 |
2023-01-05 |
UI scissor out of bounds in GameSettingsScreen: 228,0-1344,817 / 1644,816 |
OJR EDIÇÕES 2020 |
v1.14.1 |
2023-01-04 |
sceGeBreak(mode=1, unknown=09f9af80): unknown ptr (valid) |
OJR EDIÇÕES 2020 |
v1.6.3 |
2023-01-11 |
Unknown GetPointer 00000000 PC 08eff8c0 LR 08eff8d0 |
OJR EDIÇÕES 2020 |
v1.10.3 |
2022-11-21 |
Could not setup streams, unexpected stream count: 13414 |
OJR EDIÇÕES 2020 |
v1.10.3 |
2022-11-21 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
OJR EDIÇÕES 2020 |
v1.15.4 |
2023-06-14 |
Unknown GetPointer 00000020 PC 08815fb0 LR 08815fbc |
OJR EDIÇÕES 2020 |
v1.16.1 |
2023-10-01 |
sceNetAdhocMatchingInit(32768) at 08a71984 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 018c4210 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 0188318c |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Branch in RSRTComp delay slot at 04008400 in block starting at 040083c4 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 01042104 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 01882108 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Branch in RSRTComp delay slot at 04004234 in block starting at 0400422c |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 01082104 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 018c318c |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 01883188 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 018c3188 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 02a063a8 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 07584800 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 041125cc |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-08-12 |
Jump to invalid address: 076ab140 |
OJR EDIÇÕES 2020 |
v1.16.3 |
2023-10-02 |
Unknown GetPointerWrite 00000000 PC 088287e0 LR 088287f0 |
OJR EDIÇÕES 2020 |
v1.9.3 |
2022-07-29 |
Jump to invalid address: 075bb040 |
OJR EDIÇÕES 2020 |
v1.16.6 |
2023-11-18 |
Unknown GetPointer 00000000 PC 0884a908 LR 0884a928 |
OJR EDIÇÕES 2020 |
v1.16.6 |
2023-12-02 |
Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144 |
OJR EDIÇÕES 2020 |
v1.13.2 |
2022-11-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-07-12 |
Savedata loading with detected hashmode 5 instead of file's 1 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-06-06 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 04162000 offset: 0 (256x256 stride 512, 8888) |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-06-10 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-06-01 |
Jump to invalid address: 0739c840 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-04-22 |
Unknown GetPointer 2d36db5c PC 0888d3ec LR 0888d3fc |
OJR EDIÇÕES 2020 |
v1.11.3 |
2022-04-19 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08228844, firstSym=082286c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228854, firstSym=082286e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228858, firstSym=082286e8, varData=00000000, extra=00000000
|
OJR EDIÇÕES 2020 |
v1.10.2 |
2022-04-14 |
Unknown GetPointer 00000000 PC 08220cb0 LR 08000030 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-03-21 |
Jump to invalid address: 074da140 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-03-19 |
Jump to invalid address: 07297380 |
OJR EDIÇÕES 2020 |
v1.12.3 |
2022-03-10 |
Branch in RSRTComp delay slot at 0001005c in block starting at 00010050 |