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 |
SONIC RIVALS 2 |
v1.18.1 |
2025-05-01 |
Error in shader compilation: info: Vertex shader compilation failed.
ERROR: 0:182: 'outerProduct' : no matching overloaded function found
ERROR: 0:182: '=' : cannot convert from 'const float' to '4X4 matrix of float'
ERROR: 2 compilation errors. No code generated.
00080000:00007b08 HWX C T N Spline TessC TessT TessRevN
#version 300 es
// Driver: Adreno (TM) 306 - GLSL 300
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00080000:00007b08 HWX C T N Spline TessC TessT TessRevN
in vec3 position;
in mediump vec3 normal;
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;
uniform sampler2D u_tess_points;
uniform sampler2D u_tess_weights_u;
uniform sampler2D u_tess_weights_v;
uniform int u_spline_counts;
vec2 tess_sample(in vec2 points[16], mat4 weights) {
vec2 pos = vec2(0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
vec3 tess_sample(in vec3 points[16], mat4 weights) {
vec3 pos = vec3(0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
vec4 tess_sample(in vec4 points[16], mat4 weights) {
vec4 pos = vec4(0.0, 0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
struct Tess {
vec3 pos;
vec2 tex;
vec4 col;
};
void tessellate(out Tess tess) {
ivec2 point_pos = ivec2(position.z, normal.z);
ivec2 weight_idx = ivec2(position.xy);
vec3 _pos[16];
vec2 _tex[16];
vec4 _col[16];
int index_u, index_v;
index_u = (0 + point_pos.x);
index_v = (0 + point_pos.y);
_pos[0] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz;
_tex[0] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts, index_v), 0).xy;
_col[0] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba;
index_u = (1 + point_pos.x);
index_v = (0 + point_pos.y);
_pos[1] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz;
_tex[1] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts, index_v), 0).xy;
_col[1] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba;
index_u = (2 + point_pos.x);
index_v = |
SONIC RIVALS 2 |
v1.17.1 |
2024-06-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
SONIC RIVALS 2 |
v1.17.1 |
2024-06-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
SONIC RIVALS 2 |
v1.18.1 |
2025-03-24 |
Can't draw: No current render step. Step count: 0 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c8a340 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b437b8 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43798 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43778 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43758 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43738 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43718 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b436f8 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c8a4c0 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b436d8 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c8a080 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c8a480 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
MIPSCompileOp: Invalid instruction 00000081 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c787a0 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
MIPSCompileOp: Invalid instruction 00000001 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c78760 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
MIPSCompileOp: Invalid instruction 41200000 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02d0d620 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43590 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c89d80 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b4358c in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02d0d650 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c788a0 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02c89d40 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Branch in Jump delay slot at 08b43514 in block starting at 08b43418 |
SONIC RIVALS 2 |
v1.16.6 |
2024-01-22 |
Jump to invalid address: 02f0c040 |
SONIC RIVALS 2 |
v1.15.4 |
2023-10-04 |
sceUtilityMsgDialogInitStart: invalid status |
SONIC RIVALS 2 |
v1.14.4 |
2023-04-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.4 |
2023-04-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.4 |
2023-04-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-26 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
SONIC RIVALS 2 |
v1.14.4 |
2023-04-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.4 |
2023-04-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.14.4 |
2023-04-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-12 |
__KernelStopThread: thread 338 does not exist (helper deleted) |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.14.4 |
2023-03-11 |
Video out requested, not supported: mode=0 size=0,0 |
SONIC RIVALS 2 |
v1.14.1 |
2023-01-01 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=0000001c, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.14.1 |
2023-01-01 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08a1d400, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.14.4 |
2025-03-12 |
Ignoring possible texturing from framebuffer at 04176000 +0x80 / 128x272 |
SONIC RIVALS 2 |
v1.14.4-902-gbcd6f4a88 |
2025-06-14 |
Ignoring possible texturing from framebuffer at 04154000 +0x136 / 256x272 |
SONIC RIVALS 2 |
v1.15.4 |
2024-06-11 |
Savedata version requested: 3 |
SONIC RIVALS 2 |
v1.18.1 |
2025-05-29 |
sceNetAdhocMatchingInit(131072) at 0884322c |
SONIC RIVALS 2 |
v1.13.1 |
2022-08-13 |
BREAK instruction hit |
SONIC RIVALS 2 |
v1.18.1 |
2025-06-04 |
sceNetAdhocMatchingInit(131072) at 08846e4c |
SONIC RIVALS 2 |
v1.12.3-1369-gd2002eab3 |
2022-07-13 |
80630006=sceAtracSetDataAndGetID(089c8698, 0009fdd4): invalid RIFF header |
SONIC RIVALS 2 |
v1.12.3 |
2022-01-23 |
Trying to relocate non-loaded section (null) |
SONIC RIVALS 2 |
v1.11.3 |
2021-04-09 |
Unknown GetPointer 00000000 PC 0895729c LR 08950c58 |
SONIC RIVALS 2 |
v1.17.1 |
2024-07-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.17.1 |
2024-07-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaa4, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.17.1 |
2024-04-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
SONIC RIVALS 2 |
v1.17.1 |
2024-04-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
SONIC RIVALS 2 |
v1.8.0 |
2021-05-12 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
SONIC RIVALS 2 |
v1.9.4 |
2023-12-03 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
SONIC RIVALS 2 |
v1.9.4 |
2022-03-10 |
Unknown GetPointer 00000000 PC 08804128 LR 08000030 |
SONIC RIVALS 2 |
v1.8.0 |
2019-06-02 |
Render to area containing texture at 0408c000 +112x8 |
SONIC RIVALS 2 |
v1.9.4 |
2025-05-20 |
Unknown GetPointer 00000000 PC 0880b57c LR 08000020 |
SONIC RIVALS 2 |
v1.9.4 |
2021-02-06 |
GL ran out of GPU memory; switching to low memory mode |
SONIC RIVALS 2 |
v1.5.4 |
2018-04-17 |
80020001=sceKernelCreateMutex(): invalid name |
SONIC RIVALS 2 |
v1.9.4 |
2025-04-13 |
UNIMPL sceUtilityGameSharingInitStart(08a7ad28) |
SONIC RIVALS 2 |
v1.2.2 |
2017-03-09 |
Unknown GE command : 5a206164 |
SONIC RIVALS 2 |
v1.2.2 |
2017-05-23 |
RET: Stack empty! |