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 |
PUZZLEBOBBLE POCKET |
v1.17.1 |
2024-07-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.17.1 |
2024-06-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.12.3 |
2024-03-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.12.3 |
2024-03-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.15.4 |
2023-10-20 |
80630011=sceAtracSetData(2, 09bad000, 00000000): buffer too small |
PUZZLEBOBBLE POCKET |
v1.15.4 |
2023-10-20 |
80630011=sceAtracSetData(2, 09bea000, 00000000): buffer too small |
PUZZLEBOBBLE POCKET |
v1.14.1 |
2023-05-13 |
Normal projection mapping without normal? |
PUZZLEBOBBLE POCKET |
v1.14.4 |
2023-04-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
PUZZLEBOBBLE POCKET |
v1.17.1 |
2024-07-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.14.4 |
2023-04-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.13.2 |
2022-11-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.15.4 |
2023-10-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2023-03-15 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2020-11-23 |
D3D error in shader compilation: info: C:\Users\JOSE LUIS\Downloads\ppsspp_win\Shader@0x000000D8C3487BA0(95,31-45): error X3004: undeclared identifier 'u_spline_counts'
/ code: #pragma warning( disable : 3571 )
float4x4 u_proj : register(c0);
float4 u_matambientalpha : register(c20);
float4x3 u_world : register(c11);
float4x3 u_view : register(c8);
float4 u_uvscaleoffset : register(c17);
float4 u_cullRangeMin : register(c80);
float4 u_cullRangeMax : register(c81);
struct VS_IN {
float2 texcoord : TEXCOORD0;
float4 color0 : COLOR0;
float3 normal : NORMAL;
float3 position : POSITION;
};
struct VS_OUT {
float3 v_texcoord : TEXCOORD0;
float4 v_color0 : COLOR0;
float4 gl_Position : POSITION;
};
float2 tess_sample(in float2 points[16], float4x4 weights) {
float2 pos = float2(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;
}
float3 tess_sample(in float3 points[16], float4x4 weights) {
float3 pos = float3(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;
}
float4 tess_sample(in float4 points[16], float4x4 weights) {
float4 pos = float4(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;
}
float4x4 outerProduct(float4 u, float4 v) {
return mul((float4x1)v, (float1x4)u);
}
struct Tess {
float3 pos;
float2 tex;
float4 col;
};
void tessellate(in VS_IN In, out Tess tess) {
int2 point_pos = int2(In.position.z, In.normal.z) * 3;
int2 weight_idx = int2(In.position.xy);
float3 _pos[16];
float2 _tex[16];
float4 _col[16];
int index;
index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[0] = tess_data[index].pos;
index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_pos[1] = tess_data[index].pos;
index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x);
_pos[2] = tess_data[index].pos;
index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x);
_pos[3] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[4] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_pos[5] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (2 + point_pos.x);
_pos[6] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (3 + point_pos.x);
_pos[7] = tess_data[index].pos;
index = (2 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[8] = tess_data |
PUZZLEBOBBLE POCKET |
v1.10.2 |
2020-08-06 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
PUZZLEBOBBLE POCKET |
v1.13.2 |
2022-11-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.10.2 |
2020-08-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfe54, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
PUZZLEBOBBLE POCKET |
v1.15.4 |
2023-09-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.10.3 |
2021-02-03 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
PUZZLEBOBBLE POCKET |
v1.10.2 |
2020-07-08 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08227844, firstSym=082276c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08227854, firstSym=082276e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08227858, firstSym=082276e8, varData=00000000, extra=00000000
|
PUZZLEBOBBLE POCKET |
v1.9.3-960-gb23f94993 |
2024-06-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.4.2-266-g2d5e7c8 |
2023-07-09 |
Loading module sceAudiocodec_Driver with version 0101, devkit 00000000 |
PUZZLEBOBBLE POCKET |
v1.4.2-266-g2d5e7c8 |
2023-07-09 |
Loading module sceATRAC3plus_Library with version 0101, devkit 00000000 |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-09-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000020, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-09-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000020, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-09-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=2, text=2 |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-09-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=1, text=1 |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-08-24 |
Trying to relocate non-loaded section .debug_frame, ignoring |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-08-24 |
Trying to relocate non-loaded section .debug_pubnames, ignoring |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-08-24 |
Trying to relocate non-loaded section .debug_aranges, ignoring |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-08-24 |
Trying to relocate non-loaded section .debug_info, ignoring |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-08-24 |
Trying to relocate non-loaded section .debug_line, ignoring |
PUZZLEBOBBLE POCKET |
v1.9.4 |
2024-08-24 |
Trying to relocate non-loaded section .pdr, ignoring |