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 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
Video out requested, not supported: mode=0 size=0,0 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
FBO using existing buffer as depthbuffer, 04132000/04110000 and 04110000/00000000 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
Shaun White Snowboarding |
v1.17.1 |
2024-02-28 |
Error in shader program link: info: error: Exceeded max nr indirect texture lookups (6/4)
fs: 00180000:014e0c12 Tex TexProj LM TexAlpha StenToAlpha StenUniform TFuncAdd ColorTest !=
#version 120
// Driver: i915 (chipset: G33) - GLSL 120
#define DISCARD discard
#define lowp
#define mediump
#define highp
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:014e0c12 Tex TexProj LM TexAlpha StenToAlpha StenUniform TFuncAdd ColorTest !=
uniform sampler2D tex;
uniform sampler2D testtex;
uniform float u_stencilReplaceValue;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = texture2DProj(tex, v_texcoord);
vec4 p = v_color0;
vec4 v = vec4(p.rgb + t.rgb, p.a * t.a) + s;
vec4 vScale256 = v * 0.996094 + 0.001953;
float rResult = texture2D(testtex, vec2(vScale256.r, 0)).r;
float gResult = texture2D(testtex, vec2(vScale256.g, 0)).g;
float bResult = texture2D(testtex, vec2(vScale256.b, 0)).b;
if (rResult < 0.5 && gResult < 0.5 && bResult < 0.5) DISCARD;
gl_FragColor = vec4(v.rgb, u_stencilReplaceValue);
}
vs: 01030000:00010b09 HWX C T N LM TexProjPos UVMtx Light: MatUp:3
#version 120
// Driver: i915 (chipset: G33) - GLSL 120
#define gl_VertexIndex gl_VertexID
#define lowp
#define mediump
#define highp
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01030000:00010b09 HWX C T N LM TexProjPos UVMtx Light: MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_ambient;
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;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = splat3(0.0);
v_texcoord = mul(vec4(position, 1.0), u_texmtx).xyz * vec3(u_uvscaleoffset.xy, 1.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
gl_Position = outPos;
}
|
Shaun White Snowboarding |
v1.12.2 |
2024-02-17 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
Shaun White Snowboarding |
v1.13.2 |
2023-12-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Shaun White Snowboarding |
v1.13.2 |
2023-12-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=0 |
Shaun White Snowboarding |
v1.15.4 |
2023-07-18 |
Unimplemented HLE function sceUtilityGetNetParam |
Shaun White Snowboarding |
v1.19.2 |
2025-07-04 |
sceNetAdhocMatchingInit(32768) at 089c2f68 |
Shaun White Snowboarding |
v1.13.1 |
2022-09-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Shaun White Snowboarding |
v1.11.3 |
2021-08-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
Shaun White Snowboarding |
v1.11.3 |
2021-08-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
Shaun White Snowboarding |
v1.11.3 |
2021-08-27 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
Shaun White Snowboarding |
v1.11.3 |
2021-08-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204 |
Shaun White Snowboarding |
v1.11.3 |
2021-08-27 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
Shaun White Snowboarding |
v1.11.3 |
2025-09-01 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
Shaun White Snowboarding |
v1.11.3 |
2021-08-27 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
Shaun White Snowboarding |
v1.10.3-1188-g0510101f6 |
2020-11-12 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(CIGG, a4:92:7d:4b:1e:1a, 15000000, 0) at 089c1a1c |
Shaun White Snowboarding |
v1.10.3-1188-g0510101f6 |
2020-11-12 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(CIGG, 1, 2, 09fff496, 15000000, 0) at 089c19d4 |
Shaun White Snowboarding |
v1.10.3-856-g44a93f98e |
2020-10-13 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(NCVBLP, a4:92:7d:4b:1e:1a, 15000000, 0) at 089c1a1c |
Shaun White Snowboarding |
v1.10.3-856-g44a93f98e |
2020-10-13 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(NCVBLP, 1, 2, 09fff496, 15000000, 0) at 089c19d4 |
Shaun White Snowboarding |
v1.10.3-856-g44a93f98e |
2020-10-13 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(OYG, a4:92:7d:4b:1e:1a, 15000000, 0) at 089c1a1c |
Shaun White Snowboarding |
v1.10.3-856-g44a93f98e |
2020-10-13 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(OYG, 1, 2, 09fff496, 15000000, 0) at 089c19d4 |
Shaun White Snowboarding |
v1.2.2 |
2016-04-13 |
Unable to download render target data from 04154000 |
Shaun White Snowboarding |
v1.9.4 |
2025-09-01 |
Unknown GE command : 590000ff |