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 |
| Beowulf |
v1.19.3 |
2026-05-06 |
Error in shader compilation: info: Compile failed.
ERROR: Unexpected end of source found
1 compilation errors. No code generated.
01000000:80000b20 HWX T N Light: LightUberShader Cull
#version 320 es
// Driver: PowerVR Rogue GE8320 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01000000:80000b20 HWX T N Light: LightUberShader Cull
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 uint u_lightControl;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform mediump vec3 u_lightdir0;
uniform mediump vec2 u_lightangle_spotCoef0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform mediump vec3 u_lightdir1;
uniform mediump vec2 u_lightangle_spotCoef1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform mediump vec3 u_lightdir2;
uniform mediump vec2 u_lightangle_spotCoef2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform mediump vec3 u_lightdir3;
uniform mediump vec2 u_lightangle_spotCoef3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec3 u_lightspecular3;
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;
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 = u_matambientalpha;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
lowp float angle;
uint comp; uint type; float attenuation;
if ((u_lightControl & 0x1u) != 0x0u) {
comp = (u_lightControl >> 0x04u) & 0x3u;
type = (u_lightControl >> 0x06u) & 0x3u;
toLight = u_lightpos0;
if (type != 0x0u) {
toLight -= worldpos;
distance = length(toLight);
toLight /= distance;
attenuation = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
if (type == 0x01u) {
lightScale = attenuation;
} else {
angle = dot(u_lightdir0, toLight);
if (angle >= u_lightangle_spotCoef0.x) {
lightScale = attenuation * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y));
} else {
lightScale = 0.0;
}
}
} else {
lightScale = 1.0;
}
ldot = dot(toLight, worldnormal);
if (comp == 0x2u) {
ldot = u_matspecular.a > 0.0 ? pow(max(ldot, 0.0), u_matspecular.a) : 1.0;
}
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (comp == 0x1u && ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
lightSum1 += u_lightspecular0 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightSca |
| Beowulf |
v1.17 |
2025-11-11 |
Returned from deleted module start/stop func |
| Beowulf |
v1.17 |
2025-11-11 |
__KernelReturnFromExtendStack() - no stack to restore? |
| Beowulf |
v1.19.2 |
2025-07-16 |
sceKernelCreateThread(name=sceATRAC3plus_Library): unsupported attributes 00000006, ignoring |
| Beowulf |
v1.19.2 |
2025-07-16 |
sceKernelCreateThread(name=sceMpeg_library): unsupported attributes 00000006, ignoring |
| Beowulf |
v1.20.4 |
2026-07-31 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006, ignoring |
| Beowulf |
v1.18.1 |
2025-11-06 |
__KernelStopThread: thread 400 does not exist (helper deleted) |
| Beowulf |
v1.17.1-334-g1786a4ddb |
2024-07-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.17.1-334-g1786a4ddb |
2024-07-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.18.1 |
2025-02-28 |
Unknown GetPointer 00000008 PC 08bbc990 LR 08bbc9a8 |
| Beowulf |
v1.18.1 |
2024-11-16 |
UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000001, 00000000, 00000000, 00000000, 00000000): game has likely crashed |
| Beowulf |
v1.5.4-998-g08f26439c |
2023-06-17 |
sceKernelLoadModule: unsupported options size=1091f310, flags=1091f314, pos=0, access=1, data=278000408, text=278000412 |
| Beowulf |
v1.15.4 |
2023-05-31 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.15.4 |
2023-05-31 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.18.1 |
2025-11-06 |
__KernelStopThread: thread 401 does not exist (helper deleted) |
| Beowulf |
v1.14.4 |
2023-04-19 |
No DL ID available to enqueue |
| Beowulf |
v1.18.1 |
2025-01-12 |
Unknown GetPointerWrite 00000000 PC 08c7a578 LR 08c7a584 |
| Beowulf |
v1.13.2 |
2022-10-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=5f746e6f, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.17.1 |
2024-06-02 |
Unknown GetPointerWrite 00000000 PC 088093dc LR 0880933c |
| Beowulf |
v1.12.3 |
2022-01-23 |
Unimplemented HLE function sceUtilityGetNetParam |
| Beowulf |
v1.12.3 |
2022-01-23 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
| Beowulf |
v1.12.3 |
2022-01-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.12.3 |
2022-01-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.10.2 |
2021-08-16 |
scePsmfPlayerChangePlayMode(08defc4c, 0, 0): play speed not changed |
| Beowulf |
v1.13.1 |
2022-08-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.11.3 |
2021-08-15 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
| Beowulf |
v1.13.1 |
2022-08-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.11.3 |
2021-08-15 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
| Beowulf |
v1.11.3 |
2021-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147002140 |
| Beowulf |
v1.11.3 |
2021-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146993220 |
| Beowulf |
v1.11.3 |
2021-06-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 166232480 |
| Beowulf |
v1.11.3 |
2021-06-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776 |
| Beowulf |
v1.11.3 |
2021-06-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.11.3 |
2021-06-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.11.3 |
2021-05-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.11.3 |
2021-03-28 |
A save request is already running, not starting a new one |
| Beowulf |
v1.11.3 |
2021-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=08aea468, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.11.3 |
2021-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=09ee9c80, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.11.3 |
2025-02-10 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
| Beowulf |
v1.10.3 |
2020-12-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.10.3 |
2020-12-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/f8ef08a6, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/f3efaa91, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/e792cd94, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/df089680, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/b9848a74, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/b8d10c56, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/a72db4f9, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/a3d81169, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/a0b8ca55, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/9ff2b2e7, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/9b71a274, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/95a84ee5, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/8a9ebdcd, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/85461eff, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/75f03fa2, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/68f07175, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/58b83577, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-11-16 |
Ignoring func export scePsmfPlayer/46f61f8b, already implemented in HLE. |
| Beowulf |
v1.10.3 |
2020-10-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.10.3-452-g60801e066 |
2020-08-19 |
Texturing from framebuffer with incompatible format 5551 != 8888 at 04110000 |
| Beowulf |
v1.10.3 |
2020-08-09 |
sceDmacMemcpy(dest=09af8740, src=08400000, size=17792): overlapping read |
| Beowulf |
v1.10.3 |
2020-08-09 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464 |
| Beowulf |
v1.10.3 |
2020-08-09 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000 |
| Beowulf |
v1.11.2 |
2022-04-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
| Beowulf |
v1.11.2 |
2022-04-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
| Beowulf |
v1.11.2 |
2022-04-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328 |
| Beowulf |
v1.11.2 |
2022-04-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.10.2 |
2020-07-26 |
80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small |
| Beowulf |
v1.10.2 |
2020-07-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
| Beowulf |
v1.10.2 |
2020-07-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=1, text=1 |
| Beowulf |
v1.9.4 |
2022-11-28 |
Unknown GetPointer 00000000 PC 08d40b9c LR 08d40b9c |
| Beowulf |
v1.9.4 |
2026-08-03 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
| Beowulf |
v1.9.4 |
2023-07-08 |
Unknown GetPointer 00000000 PC 08c7a578 LR 08c7a584 |
| Beowulf |
v1.7 |
2019-05-24 |
Savedata version requested: 3 |
| Beowulf |
v1.9.4 |
2024-02-24 |
Unknown GetPointer 00000000 PC 088093dc LR 0880933c |
| Beowulf |
v1.9.4 |
2020-05-28 |
Video end without audio end, potentially skipping some audio? |
| Beowulf |
v1.9.4 |
2026-08-03 |
Video out requested, not supported: mode=0 size=0,0 |
| Beowulf |
v1.9.4 |
2026-07-16 |
00000000=sceDisplaySetHoldMode(00000001): unsupported |
| Beowulf |
v1.0 |
2016-04-30 |
Unexpected mpeg first timestamp: 0 / 0 |
| Beowulf |
v1.9.4 |
2026-07-06 |
Render to texture with incompatible formats 3 != 1 at 04110000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module scePsmf_library with version 0101, devkit 00000000 |
| Beowulf |
v1.7.5 |
2025-12-09 |
Render to texture with incompatible formats 3 != 1 at 00110000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module sceVideocodec_Driver with version 0101, devkit 00000000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module sceAudiocodec_Driver with version 0101, devkit 00000000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module sceMpegbase_Driver with version 0102, devkit 00000000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module sceMpeg_library with version 0102, devkit 00000000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module sceSAScore with version 0101, devkit 00000000 |
| Beowulf |
v1.5.2 |
2025-12-09 |
Loading module sceATRAC3plus_Library with version 0101, devkit 00000000 |
| Beowulf |
v1.1.1-153-gcbe248d |
2017-08-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=0bfffad0, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.9.4 |
2026-08-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000003, pos=0, access=1, data=2, text=2 |
| Beowulf |
v1.9.4 |
2026-08-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=1, text=1 |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/1e6d9013, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/c7db3a5b, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/28240568, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/0c120e1d, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/68d42328, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/9553cc91, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/5b70fcc1, already implemented in HLE. |
| Beowulf |
v1.9.4 |
2026-07-06 |
Ignoring func export scePsmf/5f457515, already implemented in HLE. |