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.9.4 2025-01-19 Unknown GetPointer 29858294 PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2025-01-12 Unknown GetPointer 2986592c PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2025-01-09 Unknown GetPointer 2985e4ac PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-22 Unknown GetPointer 2985c8ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-28 Unknown GetPointer 29860cac PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-14 Unknown GetPointer 29861b3c PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-11 Unknown GetPointer 2985fa8c PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-11 Unknown GetPointer 29864d5c PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-08 Unknown GetPointer 298616ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-01 Unknown GetPointer 2985c2ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.10.3 2024-12-01 Error in shader program link: info: cannot find a matched output for input v_texcoordNC0 cannot find a matched output for input v_texcoordNC1 cannot find a matched output for input v_texcoordNC2 cannot find a matched output for input v_texcoordNC3 fs: postshader #ifdef GL_ES precision mediump float; #endif //Note : Recommend to use PPSSPP v1.1.1-183-gb411fc0 or newer for full functionality, there were some bugs in earlier versions. //Note2 : Upscaling, smoothing and sharpening filters are not set to be mixed between each other since the results are pointless(they counter each other). // Awas ngelag! :u //====================================================================================================================================================================== //SMOOTHING FILTERS: //If you love smooth graphics ~ those are also great for downscaling - to do that, you need to use higher rendering res than your display res //================ #define FXAA 1 //ON:1/OFF:0 /default FXAA, orginal info below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering #define Gsmoothing 2.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 0 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ //SHARPENING FILTERS: //if you need very sharp image, add lots of aliasing //================ #define SHARPEN 0 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 0.98 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 0 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ //UPSCALING FILTERS: //To use those, you have to set rendering res to smaller than window/display size(x1 for best results) and screen scaling filter to "nearest" //Starting from v1.1.1-28-g70e9979 you can also add Upscaling=True to ini file(check example) to do it automatically //================ #define xBR 1 //ON:1/OFF:0 /5xBR upscale, nice for 2D games especially those that might be buggy with higher rendering res, initially made by Hyllian - license below #define VariantB 0 //ON:1/OFF:0 /slightly less effect on fonts, dots and other small details //================ #define xHQ 0 //ON:1/OFF:0 same as 4xHQ in PPSSPP, but actually using output resolution #define scaleoffset 0.75 //Default: 0.75 /you can tweek it between 0.5 and 1.0, Note: to little = no effect, to high = ugliness //================ //OTHER FILTERS: //Most effects from here on can be fully mixed without loosing previous effects. Exceptions: Natural Colors, Advanced Cartoon //================ #define BLOOM 0 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define KIMOCHI 1 //Senpai! #define samples 3 //Default: 4 /higher = more glow, worse performance #define quality 0.22 //Default: 0.18 /lower = smaller glow, better quality #define Bpower 1.0 //Default: 1.0 /amount of bloom mixed //================ #define COLORED 1 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.69 //Default: 0.5 /strenght of the effect //================ #define NATURALC 0 //ON:1/OFF:0 /by popular demand, natular colors, note: this shader can't be fully mixed with smoothing/sharpening/upscaling effects #define ncpower 0.5 //Default:0.5 / higher = more natural color, check note line above //================ #define ACARTOON 0 //ON:1/OFF:0 Advanced Cartoon from Guest
JOGRESS V3 v1.18.1 2024-11-29 Unknown GetPointer 2986514c PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-11-29 Unknown GetPointer 29865a3c PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-11-22 Unknown GetPointer 29860dac PC 0881c430 LR 0881c440
JOGRESS V3 v1.8.0 2024-11-11 Unknown GetPointer 29860ca8 PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-10-30 Error in shader program link: info: L0001 The fragment shader uniform floating-point u_texelDelta does not match the vertex shader uniform floating-point u_texelDelta. The precision does not match. fs: postshader #version 310 es precision mediump float; precision highp int; layout(binding = 0) uniform mediump sampler2D sampler0; uniform vec4 u_time; uniform vec2 u_texelDelta; uniform vec2 u_pixelDelta; in vec2 v_texcoord0; out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor; mediump int SEPIA; mediump int GRAYSCALE; mediump int NEGATIVE; mediump int PSPCOLORS; void main() { SEPIA = 0; GRAYSCALE = 0; NEGATIVE = 0; PSPCOLORS = 0; vec3 color = texture(sampler0, v_texcoord0).xyz; vec3 colorB = color; mediump int hatsu = 0; float sat = 1.85000002384185791015625; float brt = 1.25; float con = 0.89999997615814208984375; float AvgLumR = 1.08000004291534423828125; float AvgLumG = 1.019999980926513671875; float AvgLumB = 1.019999980926513671875; if (SEPIA == 1) { sat = 0.00999999977648258209228515625; brt = 1.75; con = 1.0; AvgLumR = 0.439999997615814208984375; AvgLumG = 0.2599999904632568359375; AvgLumB = 0.07999999821186065673828125; } if (GRAYSCALE == 1) { sat = 0.0; brt = 1.0; con = 1.0; AvgLumR = 1.0; AvgLumG = 1.0; AvgLumB = 1.0; } if (NEGATIVE == 1) { sat = 1.0; brt = 1.0; con = -1.0; AvgLumR = 1.0; AvgLumG = 1.0; AvgLumB = 1.0; } if (PSPCOLORS == 1) { sat = 1.0; brt = 1.0; con = 1.0; AvgLumR = 0.959299981594085693359375; AvgLumG = 1.0738999843597412109375; AvgLumB = 1.46039998531341552734375; } vec3 AvgLumin = vec3(AvgLumR, AvgLumG, AvgLumB); vec3 conRGB = vec3(0.5); vec3 brtColor = color * brt; vec3 intensity = vec3(((brtColor.x * 0.2125000059604644775390625) + (brtColor.y * 0.7153999805450439453125)) + (brtColor.z * 0.07209999859333038330078125)); vec3 satColor = mix(intensity, brtColor, vec3(sat)); vec3 conColor = mix(conRGB, satColor, vec3(con)); vec3 mixColor = AvgLumin * conColor; color = mixColor; _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.x = color.x; _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.y = color.y; _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.z = color.z; _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.w = 1.0; } vs: postshader #version 310 es uniform vec2 u_texelDelta; out vec2 v_texcoord0; in vec2 a_texcoord0; in vec4 a_position; out vec4 v_texcoordNC0; out vec4 v_texcoordNC1; out vec4 v_texcoordNC2; out vec4 v_texcoordNC3; void main() { v_texcoord0 = a_texcoord0; gl_Position = a_position; v_texcoordNC0 = a_texcoord0.xyxy + (vec4(-0.5, -0.5, -1.5, -1.5) * u_texelDelta.xyxy); v_texcoordNC1 = a_texcoord0.xyxy + (vec4(0.5, -0.5, 1.5, -1.5) * u_texelDelta.xyxy); v_texcoordNC2 = a_texcoord0.xyxy + (vec4(-0.5, 0.5, -1.5, 1.5) * u_texelDelta.xyxy); v_texcoordNC3 = a_texcoord0.xyxy + (vec4(0.5, 0.5, 1.5, 1.5) * u_texelDelta.xyxy); }
JOGRESS V3 v1.18.1 2024-12-29 Unknown GetPointer 2986212c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-10-15 Unknown GetPointer 2985e16c PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.2 2024-10-09 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408
JOGRESS V3 v1.17.1 2024-10-05 Unknown GetPointer 298661ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.9.4 2024-09-22 Unknown GetPointer 29857694 PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-21 Unknown GetPointer 298660fc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-18 Unknown GetPointer 298620ac PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-14 Unknown GetPointer 29865aac PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-07 Unknown GetPointer 2986162c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-07 Unknown GetPointer 2985ec7c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-06 Unknown GetPointer 298638bc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-09-06 Unknown GetPointer 2986446c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17 2024-09-05 WriteToHardware: Invalid address 05100008 near PC 0880abbc LR 0880abc4
JOGRESS V3 v1.17.1 2024-07-30 Unknown GetPointer 2986088c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-07-24 Unknown GetPointerWrite 00000008 PC 08a02afc LR 08871394
JOGRESS V3 v1.17.1 2024-07-11 Unknown GetPointer 298623ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-07-02 Unknown GetPointer 298668ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-07-02 Unknown GetPointer 29860e6c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-06-25 Unknown GetPointer 2986597c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-06-16 Unknown GetPointer 00738298 PC 0884a920 LR 0884a940
JOGRESS V3 v1.17.1 2024-06-15 Unknown GetPointer 2986626c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-06-04 Unknown GetPointer 298627ac PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-06-04 Unknown GetPointer 2985ebcc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-05-30 Unknown GetPointer 29860afc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-05-29 Unknown GetPointer 29866bbc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-05-28 Unknown GetPointer 298599dc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-05-25 Unknown GetPointer 2985d4ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-05-18 Unknown GetPointer 298668fc PC 0881c430 LR 0881c440
JOGRESS V3 v1.18.1 2024-12-15 Unknown GetPointer 29860cec PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-05-02 Unknown GetPointer 298633bc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-04-30 Unknown GetPointer 2986642c PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-04-25 Unknown GetPointer 2986195c PC 0881c430 LR 0881c440
JOGRESS V3 v1.11 2024-04-15 Jump to invalid address: 0756d000
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 000410ff
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 45f27a80
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 463a22e9
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 45bda6c6
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 4642e669
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 4644fa7c
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 0001ff01
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 000014f8
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 00000a01
JOGRESS V3 v1.17.1 2024-04-01 MIPSCompileOp: Invalid instruction 04fe0000
JOGRESS V3 v1.17.1 2024-02-08 Unknown GetPointer 29866a5c PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2024-02-07 Unknown GetPointer 29864abc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17 2024-02-04 Unknown GetPointer 29857fac PC 0881c430 LR 0881c440
JOGRESS V3 v1.15.4 2024-02-03 Unknown GetPointerWrite 00000002 PC 08a02b30 LR 08872c24
JOGRESS V3 v1.17 2024-02-01 Unknown GetPointer 2986354c PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2024-01-29 Unknown GetPointer 2985e6ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2024-01-28 Unknown GetPointer 298596dc PC 0881c430 LR 0881c440
JOGRESS V3 v1.17.1 2024-08-28 Unknown GetPointerWrite 00000000 PC 0881615c LR 08816164
JOGRESS V3 v1.16.6 2024-01-06 Unknown GetPointer 298642ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2024-01-01 Unknown GetPointer 2985dd4c PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2023-12-25 Unknown GetPointer 29863c2c PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2023-12-20 Unknown GetPointer 00696e7e PC 0884a920 LR 0884a940
JOGRESS V3 v1.16.6 2023-12-07 Unknown GetPointer 00000060 PC 088e4918 LR 088e4940
JOGRESS V3 v1.16.6 2023-12-03 Can't draw: No current render step. Step count: 0
JOGRESS V3 v1.16.6 2023-11-30 Unknown GetPointer 2986382c PC 0881c430 LR 0881c440
JOGRESS V3 v1.9.4 2023-11-26 ReadFromHardware: Invalid address bf800000 near PC bf800000 LR 0880da78
JOGRESS V3 v1.16.6 2023-11-25 Unknown GetPointer 2986498c PC 0881c430 LR 0881c440
JOGRESS V3 v1.12.3 2023-11-08 Unknown GetPointer 2985b55c PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2023-10-17 Unknown GetPointer 298600ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.6 2023-10-17 Unknown GetPointer 298644ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.11.3 2024-06-04 Unknown GetPointer 00000000 PC 08a0ff94 LR 08a0ff94
JOGRESS V3 v1.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:47: S0027: Cannot modify an input variable 00000000:0000093c HWX C T Fog Tex Cull #version 320 es // Mali-G71 - 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 vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:47: S0027: Cannot modify an input variable 40000000:0000093c HWX C T Fog Tex Flat Cull #version 320 es // Mali-G71 - 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 vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; 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; flat 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:43: S0027: Cannot modify an input variable 00000000:0000012c HWX C Fog Cull #version 320 es // Mali-G71 - 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 lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; 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 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:76: 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-G71 - 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); 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:73: S0027: Cannot modify an input variable 01770000:00000b30 HWX T N Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 Cull #version 320 es // Mali-G71 - 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 vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; 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); 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); 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:17: S0027: Cannot modify an input variable 00000000:0000000a THR C #version 320 es // Mali-G71 - 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; uniform lowp float u_rotation; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:20: S0027: Cannot modify an input variable 00000000:0000001a THR C Tex #version 320 es // Mali-G71 - 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; uniform lowp float u_rotation; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:43: S0027: Cannot modify an input variable 40000000:00000930 HWX T Tex Flat Cull #version 320 es // Mali-G71 - 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 vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:44: S0027: Cannot modify an input variable 00000000:00000938 HWX C T Tex Cull #version 320 es // Mali-G71 - 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 vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; 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; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:17: S0027: Cannot modify an input variable 40000000:00000002 THR Flat #version 320 es // Mali-G71 - 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; uniform lowp float u_rotation; flat 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:42: S0027: Cannot modify an input variable 40000000:00000124 HWX Fog Flat Cull #version 320 es // Mali-G71 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; 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; flat out lowp vec4 v_color0; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:46: S0027: Cannot modify an input variable 40000000:00000934 HWX T Fog Tex Flat Cull #version 320 es // Mali-G71 - 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 vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; 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; flat 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; 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.12.3-1383-g940fe6526 2023-10-13 Error in shader compilation: info: 0:20: S0027: Cannot modify an input variable 40000000:00000012 THR Tex Flat #version 320 es // Mali-G71 - 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; uniform lowp float u_rotation; 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.16.5 2023-10-07 Unknown GetPointer 29859693 PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.5 2023-10-06 Unknown GetPointer 298599ec PC 0881c430 LR 0881c440
JOGRESS V3 v1.16.3 2023-10-04 80630007=sceAtracSetData(2, 08bd5600, 0000fe00): atracID uses different codec type than data
JOGRESS V3 v1.16.3 2023-10-04 80630007=sceAtracSetData(2, 08bd5600, 00005000): atracID uses different codec type than data
JOGRESS V3 v1.16.3 2023-10-04 80630007=sceAtracSetData(2, 08bd5600, 00015700): atracID uses different codec type than data
JOGRESS V3 v1.14.4 2023-10-01 Unknown GetPointer 00180c14 PC 0884a920 LR 0884a940
JOGRESS V3 v1.15.4 2023-09-25 Unknown GetPointer 29857b9c PC 0881c430 LR 0881c440