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 |
VALKYRIE PROFILE -LENNETH- |
v1.17.1 |
2024-11-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.17.1 |
2024-11-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.17.1 |
2024-10-14 |
sceKernelRegisterSubIntrHandler(30, 0, 0884f9c4, 00000000): duplicate handler |
VALKYRIE PROFILE -LENNETH- |
v1.17.4-1 |
2024-08-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b50000, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.15.4 |
2024-07-13 |
__KernelStopThread: thread 307 does not exist (helper deleted) |
VALKYRIE PROFILE -LENNETH- |
v1.17.1 |
2024-06-27 |
Can't draw: No current render step. Step count: 0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2024-06-13 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2024-06-13 |
80000107=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
VALKYRIE PROFILE -LENNETH- |
v1.17.1-491-g9cdd97c13b |
2024-05-20 |
WriteToHardware: Invalid address 53800a15 near PC 08838cb0 LR 08838cb0 |
VALKYRIE PROFILE -LENNETH- |
v1.4.2-425-g7a7ccee5e |
2023-10-10 |
Error in shader compilation: info: ERROR: 0:158: 'u_proj' : undeclared identifier
ERROR: 0:159: 'col' : undeclared identifier
ERROR: 0:175: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:178: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:179: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:190: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:193: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:194: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:205: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:208: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:209: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:220: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:223: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:224: 'rgb' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:226: 'tex' : undeclared identifier
/ code: #version 330
#define lowp
#define mediump
#define highp
in mediump vec4 w1, w2;
in vec3 position;
in mediump vec3 normal;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform mat4 u_bone0;
uniform mat4 u_bone1;
uniform mat4 u_bone2;
uniform mat4 u_bone3;
uniform mat4 u_bone4;
uniform mat4 u_bone5;
uniform mat4 u_bone6;
uniform mat4 u_bone7;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform mediump vec3 u_lightdir0;
uniform mediump float u_lightangle0;
uniform mediump float u_lightspotCoef0;
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 float u_lightangle1;
uniform mediump float u_lightspotCoef1;
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 float u_lightangle2;
uniform mediump float u_lightspotCoef2;
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 float u_lightangle3;
uniform mediump float u_lightspotCoef3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec3 u_lightspecular3;
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;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
uniform sampler1D u_tess_pos_tex;
uniform sampler1D u_tess_tex_tex;
uniform sampler1D u_tess_col_tex;
uniform int u_spline_count_u;
vec2 tess_sample(in vec2 points[16], in vec2 weights[4]) {
vec2 pos = vec2(0.0);
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 4; ++j) {
float f = weights[j].x * weights[i].y;
if (f != 0.0)
pos = pos + f * points[i * 4 + j];
}
}
return pos;
}
vec3 tess_sample(in vec3 points[16], in vec2 weights[4]) {
vec3 pos = vec3(0.0);
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 4; ++j) {
float f = weights[j].x * weights[i].y;
if (f != 0.0)
pos = pos + f * points[i * 4 + j];
}
}
return pos;
}
vec4 tess_sample(in vec4 points[16], in vec2 weights[4]) {
vec4 pos = vec4(0.0);
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 4; ++j) {
float f = weights[j].x * weights[i].y;
if (f != 0.0)
pos = pos + f * points[i |
VALKYRIE PROFILE -LENNETH- |
v1.15.3 |
2023-07-09 |
Loading file directly instead of using handlers: disc0:/PSP_GAME/USRDIR/MGP.PGF |
VALKYRIE PROFILE -LENNETH- |
v1.15.3 |
2023-07-09 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.14.4 |
2023-05-16 |
Video out requested, not supported: mode=0 size=512,272 |
VALKYRIE PROFILE -LENNETH- |
v1.12.3 |
2023-04-10 |
Unknown GetPointer 00000023 PC 09adf698 LR 09ade8f4 |
VALKYRIE PROFILE -LENNETH- |
v1.12.3 |
2023-04-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.12.3 |
2023-04-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.14.4-723-gf6573a4d7 |
2023-03-10 |
__KernelStopThread: thread 309 does not exist (helper deleted) |
VALKYRIE PROFILE -LENNETH- |
v1.14.4 |
2023-02-21 |
__KernelStopThread: thread 286 does not exist (helper deleted) |
VALKYRIE PROFILE -LENNETH- |
v1.14.4 |
2023-01-12 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
VALKYRIE PROFILE -LENNETH- |
v1.14.1 |
2022-12-27 |
Unknown GetPointer 00000060 PC 09acfb98 LR 09acfb90 |
VALKYRIE PROFILE -LENNETH- |
v1.14.1 |
2022-12-27 |
Unknown GetPointerWrite 00000000 PC 09acfb98 LR 09acfb90 |
VALKYRIE PROFILE -LENNETH- |
v1.13.2 |
2022-12-26 |
sceSasSetADSRMode(08c29540, 24, 15, 00000000, 00000004, 00000004, 00000004): invalid modes |
VALKYRIE PROFILE -LENNETH- |
v1.13.2 |
2022-12-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffb00, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.13.2 |
2022-12-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff6b4, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.13.2 |
2022-11-27 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-08-18 |
Render to area containing texture at 04088000 +384x0 |
VALKYRIE PROFILE -LENNETH- |
v1.12.3 |
2022-07-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-05-17 |
Render to area containing texture at 04000000 +132x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-03-30 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-03-30 |
Render to area containing texture at 04000000 +96x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2023-11-26 |
Render to area containing texture at 04000000 +100x28 |
VALKYRIE PROFILE -LENNETH- |
v1.12.3 |
2022-01-21 |
Unknown GetPointer deadbeef PC 09acdcc0 LR 09acdcb4 |
VALKYRIE PROFILE -LENNETH- |
v1.12.3 |
2022-01-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2022-01-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2022-01-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2022-01-03 |
00000000=sceDisplaySetHoldMode(00000001): unsupported |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2022-01-03 |
Could not setup streams, unexpected stream count: 65535 |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2022-01-03 |
Unexpected mpeg first timestamp: fffffffffff / 17592186044415 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-07 |
Unknown GetPointer 6f10dc00 PC 09abf468 LR 0883a544 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-07 |
Unknown GetPointer 1a1094ce PC 09abf468 LR 0883a544 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-07 |
Unknown GetPointer a28a1cd1 PC 09abf468 LR 0883a544 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-06 |
Render to area containing texture at 04000000 +236x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-05-23 |
Render to area containing texture at 04088000 +256x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-03 |
Render to area containing texture at 04088000 +184x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-06-25 |
Render to area containing texture at 04000000 +124x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-03 |
Render to area containing texture at 04000000 +116x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2024-03-02 |
Render to area containing texture at 04088000 +260x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2022-03-30 |
Render to area containing texture at 04088000 +124x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-08-30 |
Unknown GetPointer 000000aa PC 09add398 LR 09adc5f4 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2024-03-02 |
Render to area containing texture at 04000000 +260x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2024-03-02 |
Render to area containing texture at 04110000 +320x0 |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2021-08-07 |
Suspicious address a65b0b7b, skipping reloc, type = 5 |
VALKYRIE PROFILE -LENNETH- |
v1.11.3 |
2021-08-07 |
Bad segment number 129 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2021-05-01 |
Unknown GetPointer 0000002a PC 09adf698 LR 09ade8f4 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2021-03-11 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
VALKYRIE PROFILE -LENNETH- |
v1.9.0 |
2021-09-07 |
Render to area containing texture at 04000000 +256x0 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2020-12-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.10.3 |
2020-12-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.9.3 |
2023-11-26 |
Render to area containing texture at 04088000 +100x28 |
VALKYRIE PROFILE -LENNETH- |
v1.5.4 |
2020-04-22 |
Render to area containing texture at 00000000 +8x0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2023-08-09 |
Render to area containing texture at 04110000 +256x0 |
VALKYRIE PROFILE -LENNETH- |
v1.6.3-492-g9fddfff66 |
2020-05-16 |
GL ran out of GPU memory; switching to low memory mode |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c37ae0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c44f10 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c16920 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06bff7d0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c189b0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1bea0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c197e0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c3dab0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c00190 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c316f0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c19420 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c18110 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1a680 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c16870 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1a510 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1bb00 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c179f0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c30fc0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c45100 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c3fd00 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1b4c0 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1b080 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2020-02-04 |
Jump to invalid address: 06c1a5f0 |