Recent logs - JOGRESS V3

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
JOGRESS V3 v1.15.4 2023-06-06 Unknown GetPointer 00433441 PC 0884a920 LR 0884a940
JOGRESS V3 v1.15.4 2023-05-30 Unknown GetPointer 2985eb4c PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.3 2023-05-25 Unknown GetPointer 2986436c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-05-23 Unknown GetPointer 2985b8ac PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.3 2023-05-21 Unknown GetPointer 2986605c PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2023-05-22 Unknown GetPointer 2986426c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-05-19 Unknown GetPointer 001f1421 PC 0884a920 LR 0884a940
JOGRESS V3 v1.14.4 2023-05-19 Replacement rowPitch=512, but w=2536 (level=0)
JOGRESS V3 v1.15.3 2023-05-18 Unknown GetPointer 29866f3c PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.3 2023-05-18 Unknown GetPointer 29862f2c PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.3 2023-05-17 Unknown GetPointer 29863cac PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2023-05-16 Unknown GetPointer 2985ddac PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.2 2023-05-16 Unknown GetPointer 29861f74 PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.2 2023-05-14 Unknown GetPointer 29858ccc PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-05-11 Replacement rowPitch=128, but w=800 (level=0)
JOGRESS V3 v1.14.4 2023-05-06 Unknown GetPointer 2986659c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-04-29 Branch in branch delay slot at 08808d8c with different target
JOGRESS V3 v1.7.4 2023-04-29 ReadFromHardware: Invalid address 00000000 near PC 08815f14 LR 08000020
JOGRESS V3 v1.14.4 2023-04-29 Unknown GetPointer 2985adac PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-04-27 Unknown GetPointer 2985df9c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-04-26 Replacement rowPitch=256, but w=2000 (level=0)
JOGRESS V3 v1.14.4 2023-04-19 Unknown GetPointer 00515060 PC 0884a920 LR 0884a940
JOGRESS V3 v1.14.4 2023-04-14 Replacement rowPitch=256, but w=480 (level=0)
JOGRESS V3 v1.14.4 2023-05-04 Replacement rowPitch=128, but w=396 (level=0)
JOGRESS V3 v1.14.4 2023-04-10 Unknown GetPointer 29861c3c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-04-10 MIPSCompileOp: Invalid instruction 00e6009e
JOGRESS V3 v1.11.3-1276-g192a43c1c 2023-04-08 Error in shader compilation: info: 0:19: S0027: Cannot modify an input variable 40000000:00000012 THR Tex Flat #version 320 es // Mali-G52 MC2 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
JOGRESS V3 v1.11.3-1276-g192a43c1c 2023-04-08 Error in shader compilation: info: 0:77: S0027: Cannot modify an input variable 01770000:00000b34 HWX T N Fog Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 Cull #version 320 es // Mali-G52 MC2 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in float h_depth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); viewPos.xyz += vec3(50.000000, 50.000000, 10.000000)*viewPos.w; vec4 outPos = mul(u_proj, viewPos); lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; vec3 projPos = outPos.xyz / outPos.w; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
JOGRESS V3 v1.11.3-1276-g192a43c1c 2023-04-08 Error in shader compilation: info: 0:16: S0027: Cannot modify an input variable 00000000:0000000a THR C #version 320 es // Mali-G52 MC2 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in float h_depth; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
JOGRESS V3 v1.14.4 2023-04-08 Replacement rowPitch=1024, but w=4000 (level=0)
JOGRESS V3 v1.14.4 2023-04-05 Replacement rowPitch=128, but w=1220 (level=0)
JOGRESS V3 v1.14.1 2023-03-31 Unknown GetPointer 2985fe41 PC 0881c430 LR 0881c440
JOGRESS V3 v1.11 2023-03-25 ReadFromHardware: Invalid address 00101110 near PC 00101110 LR 08a3c1a4
JOGRESS V3 v1.14.4 2023-03-24 Replacement rowPitch=128, but w=2048 (level=0)
JOGRESS V3 v1.14.4 2023-05-10 Replacement rowPitch=512, but w=4096 (level=0)
JOGRESS V3 v1.11.3 2023-03-21 Branch in Jump delay slot at 08be2644 in block starting at 08be2640
JOGRESS V3 v1.11.3 2023-03-21 Branch in RSZeroComp delay slot at 08be2638 in block starting at 08be25c0
JOGRESS V3 v1.11.3 2023-03-21 Branch in RSZeroComp delay slot at 08bdc318 in block starting at 08bdc300
JOGRESS V3 v1.14.4 2023-03-20 ReadFromHardware: Invalid address 12845a10 near PC 12845a10 LR 12845a10
JOGRESS V3 v1.14.4 2023-03-19 Unknown GetPointer 29864871 PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-05-10 Replacement rowPitch=128, but w=512 (level=0)
JOGRESS V3 v1.11.3 2023-03-15 ReadFromHardware: Invalid address 126d66bc near PC 08815f14 LR 08000020
JOGRESS V3 v1.14.4 2023-05-11 Replacement rowPitch=256, but w=512 (level=0)
JOGRESS V3 v1.11.3 2023-03-08 Unknown GetPointer 2985a2ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.5.4 2023-03-07 MIPSCompileOp: Invalid instruction 0006ffff
JOGRESS V3 v1.13.2 2023-03-06 Unknown GetPointerWrite 00000489 PC 08872bbc LR 08872c24
JOGRESS V3 v1.13.2 2023-02-20 Unknown GetPointer 2985b6ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2023-02-20 Unknown GetPointer 2985d4c0 PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-04-21 Replacement rowPitch=512, but w=1024 (level=0)
JOGRESS V3 v1.11.3 2023-02-17 Unknown GetPointer 298670bc PC 0881c430 LR 0881c440
JOGRESS V3 v1.8.0 2023-02-14 ReadFromHardware: Invalid address baf81ca0 near PC baf81ca0 LR 08000018
JOGRESS V3 v1.13.2 2023-02-12 Unknown GetPointer 29858d1c PC 0881c430 LR 0881c440
JOGRESS V3 v1.6.3 2023-02-12 Unknown GetPointer 2985fc37 PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-02-07 Unknown GetPointer 00303044 PC 0884a920 LR 0884a940
JOGRESS V3 v1.14.1 2023-02-06 UI scissor out of bounds in GameSettingsScreen: 382,0-1944,1080 / 2238,1080
JOGRESS V3 v1.14.4 2023-04-24 Replacement rowPitch=128, but w=1024 (level=0)
JOGRESS V3 v1.14.4 2023-06-07 Replacement rowPitch=256, but w=1024 (level=0)
JOGRESS V3 v1.11.3 2023-02-06 Unknown GetPointer 2986583c PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2023-02-06 Unknown GetPointer 2985855c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-02-04 Unknown GetPointer 2985f91c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-01-30 Unknown GetPointer 2986287c PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2023-01-26 Unknown GetPointer 29861e8c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction 00003ffc
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction 0002bff9
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction 000cfff7
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction eeeeeed0
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction 00000cff
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction 00001dff
JOGRESS V3 v1.14.4 2023-01-25 MIPSCompileOp: Invalid instruction 0000019e
JOGRESS V3 v1.14.4 2023-01-25 Unknown GetPointer 00331a25 PC 0884a920 LR 0884a940
JOGRESS V3 v1.14.4 2023-01-24 00000400=sceGeEdramSetAddrTranslation(00000400)
JOGRESS V3 v1.14.4 2023-05-19 Replacement rowPitch=512, but w=576 (level=0)
JOGRESS V3 v1.11.3 2023-01-22 Unknown GetPointer 2985bdac PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2023-01-21 Unknown GetPointer 2985f8ac PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-01-15 Unknown GetPointer 2985e46c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2023-01-14 Unknown GetPointer 29859afb PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.4 2023-01-14 Unknown GetPointer 00746141 PC 0884a920 LR 0884a940
JOGRESS V3 v1.14.1 2023-01-14 UI scissor out of bounds in SavedataScreen: 2020,75-0,74 / 1920,1080
JOGRESS V3 v1.14.1 2023-01-14 UI scissor out of bounds in SavedataScreen: 2026,75-0,74 / 1920,1080
JOGRESS V3 v1.13.2 2023-01-13 Unknown GetPointer 00002b00 PC 0884a920 LR 0884a940
JOGRESS V3 v1.14.4 2023-01-16 Unknown GetPointer 298620ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2023-02-25 UI scissor out of bounds in MainScreen: 64,0-1174,721 / 1600,720
JOGRESS V3 v1.14.1 2023-01-10 UI scissor out of bounds in DisplayLayoutScreen: 1259,0-341,721 / 1600,720
JOGRESS V3 v1.14.1 2023-01-10 UI scissor out of bounds in DisplayLayoutScreen: 64,0-477,721 / 1600,720
JOGRESS V3 v1.14.1 2023-02-25 UI scissor out of bounds in GameSettingsScreen: 302,0-1287,721 / 1600,720
JOGRESS V3 v1.13.2 2023-01-09 Unknown GetPointer 298618ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2023-01-01 Unknown GetPointer 2985c1ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.13.2 2022-12-31 Unknown GetPointer 29865c9e PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2022-12-30 Unknown GetPointer 2985aeac PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2022-12-30 Unknown GetPointer 29858f6c PC 0881c430 LR 0881c440
JOGRESS V3 v1.13.2 2022-12-29 Unknown GetPointer 2985b18c PC 0881c430 LR 0881c440
JOGRESS V3 v1.12.3 2022-12-29 Unknown GetPointer 2986106c PC 0881c430 LR 0881c440
JOGRESS V3 v1.14.1 2022-12-27 Unknown GetPointer 29865fac PC 0881c430 LR 0881c440
JOGRESS V3 v1.13.2 2022-12-25 Unknown GetPointer 2985834c PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2022-12-24 Unknown GetPointer 2985871c PC 0881c430 LR 0881c440
JOGRESS V3 v1.13.2 2022-12-22 Unknown GetPointer 2985b49c PC 0881c430 LR 0881c440
JOGRESS V3 v1.13.2 2022-12-21 Unknown GetPointerWrite 00000002 PC 08a02db8 LR 08922f7c
JOGRESS V3 v1.13.2 2022-12-21 Unknown GetPointer 004b3c49 PC 0884a920 LR 0884a940
JOGRESS V3 v1.12.3 2022-12-20 Unknown GetPointer 2985eccc PC 0881c430 LR 0881c440
JOGRESS V3 v1.13.2 2022-12-17 Unknown GetPointer 005d4959 PC 0884a920 LR 0884a940