Recent logs - Colin McRae™ DiRT® 2™
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 |
Colin McRae™ DiRT® 2™ |
v1.11.3 |
2021-08-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Colin McRae™ DiRT® 2™ |
v1.11.3 |
2021-08-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
Colin McRae™ DiRT® 2™ |
v1.11.3 |
2021-07-13 |
UNIMPL sceUtilityGameSharingInitStart(08bba278) |
Colin McRae™ DiRT® 2™ |
v1.11.3 |
2021-04-13 |
Error in shader compilation: info: ERROR: 0:32: 'packUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 0:33: 'packUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 0:35: 'unpackUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 3 compilation errors. No code generated.
00040000:00800002 Tex 2x WriteMask TFuncMod
#version 300 es
// Adreno (TM) 308 - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
precision highp int;
uniform sampler2D tex;
uniform sampler2D fbotex;
uniform uint u_colorWriteMask;
in lowp vec4 v_color0;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
uint packUnorm4x8(vec4 v) {
highp vec4 f = clamp(v, 0.0, 1.0);
uvec4 u = uvec4(255.0 * f);
return u.x | (u.y << 8) | (u.z << 16) | (u.w << 24);
}
vec4 unpackUnorm4x8(highp uint x) {
highp uvec4 u = uvec4(x & 0xFFU, (x >> 8) & 0xFFU, (x >> 16) & 0xFFU, (x >> 24) & 0xFFU);
highp vec4 f = vec4(u);
return f * (1.0 / 255.0);
}
void main() {
lowp vec4 destColor = texelFetch(fbotex, ivec2(gl_FragCoord.x, gl_FragCoord.y), 0);
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a);
v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0);
fragColor0 = v;
highp uint v32 = packUnorm4x8(fragColor0);
highp uint d32 = packUnorm4x8(destColor);
v32 = (v32 & u_colorWriteMask) | (d32 & ~u_colorWriteMask);
fragColor0 = unpackUnorm4x8(v32);
}
|
Colin McRae™ DiRT® 2™ |
v1.4.2 |
2020-07-09 |
Render to texture with different strides 128 != 64 |
Colin McRae™ DiRT® 2™ |
v1.9.4 |
2020-07-09 |
Render to texture with different formats 1 != 2 |
Colin McRae™ DiRT® 2™ |
v1.9.4 |
2020-05-05 |
Render to texture with different strides 64 != 128 |
Colin McRae™ DiRT® 2™ |
v1.9.4 |
2021-10-04 |
Attempted invert for logic op: 8 |
Colin McRae™ DiRT® 2™ |
v1.9.4 |
2021-10-04 |
Unsupported AND logic op: 2 |
Colin McRae™ DiRT® 2™ |
v1.9.3-642-g7d3552ae3 |
2022-05-03 |
Unsupported RGB mask: r=ff g=ff b=0f |
Colin McRae™ DiRT® 2™ |
v1.5.1 |
2019-03-20 |
Loading module scePsmfP_library with version 0101, devkit 05000010 |
Colin McRae™ DiRT® 2™ |
v1.5.1 |
2019-03-20 |
Loading module scePsmf_library with version 0101, devkit 05000010 |
Colin McRae™ DiRT® 2™ |
v1.9.4 |
2022-05-03 |
Render to texture with different formats 2 != 0 |
Colin McRae™ DiRT® 2™ |
v1.9.4 |
2022-05-03 |
RET: Stack empty! |