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 |
Fate/unlimited codes |
v1.17.1 |
2024-08-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1 |
2024-08-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.17.1 |
2024-08-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.15 |
2024-08-19 |
Texture cache ran out of GPU memory; switching to low memory mode |
Fate/unlimited codes |
v1.17.1 |
2024-06-28 |
WriteToHardware: Invalid address 0000023c near PC 08930268 LR 0893025c |
Fate/unlimited codes |
v1.17.1 |
2024-04-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.17.1 |
2024-04-10 |
Error in shader compilation: info: Compile failed.
reinterpret
#version 310 es
// Driver: PowerVR Rogue GX6250 - GLSL 310
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
precision highp float;
uniform sampler2D tex;
uint packColor(vec4 val) {
uint color = uint(val.r * 31.99) | (uint(val.g * 31.99) << 0x5u) | (uint(val.b * 31.99) << 0xAu);
if (val.a >= 0.5) color |= 0x8000U;
return color;
}
vec4 unpackColor(uint colorLeft, uint colorRight) {
vec4 outColor = vec4(float(colorLeft & 0xFFu), float((colorLeft >> 0x8u) & 0xFFu),
float(colorRight & 0xFFu), float((colorRight >> 0x8u) & 0xFFu));
outColor *= 1.0 / 255.0;
return outColor;
}
in highp vec2 v_texcoord; // TEXCOORD0
uniform vec2 texSize;
uniform float scaleFactor;
uniform float z_scale;
uniform float z_scale_inv;
uniform float z_offset;
out vec4 fragColor0;
void main() {
vec4 valLeft = texture(tex, v_texcoord.xy + vec2(-0.25 / texSize.x, 0.0));
vec4 valRight = texture(tex, v_texcoord.xy + vec2(0.25 / texSize.x, 0.0));
vec4 outColor = unpackColor(packColor(valLeft), packColor(valRight));
fragColor0 = outColor;
}
|
Fate/unlimited codes |
v1.17.1 |
2024-03-19 |
sceFontGetFontInfo(0, 9ffc948): bad font |
Fate/unlimited codes |
v1.17.1 |
2024-03-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=08821c30, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1 |
2024-03-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=088dbfc8, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1 |
2024-03-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=088273f0, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1 |
2024-09-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=0881d51c, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1-334-g1786a4ddb |
2024-05-05 |
Can't draw: No current render step. Step count: 0 |
Fate/unlimited codes |
v1.16.6 |
2024-01-05 |
__KernelStopThread: thread 311 does not exist (helper deleted) |
Fate/unlimited codes |
v1.16.6 |
2023-11-26 |
__KernelStopThread: thread 331 does not exist (helper deleted) |
Fate/unlimited codes |
v1.16.6 |
2023-10-18 |
sceIoChstat: change attr to 0000 requested |
Fate/unlimited codes |
v1.16.6 |
2023-10-18 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULES01407DATA/DATA.DNS, 09f919b0, 00000002) |
Fate/unlimited codes |
v1.16.6 |
2023-10-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1 |
2024-08-31 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
Fate/unlimited codes |
v1.16.5 |
2023-10-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.16.6-423-g7bf8023dc |
2023-12-13 |
WriteToHardware: Invalid address 0000024b near PC 08000000 LR 08000000 |
Fate/unlimited codes |
v1.15.4 |
2023-07-20 |
Waiting thread for 20 that was already waiting for 20 |
Fate/unlimited codes |
v1.15.3 |
2023-05-08 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
Fate/unlimited codes |
v1.15.3 |
2023-05-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.14 |
2023-04-18 |
UI scissor out of bounds in MainScreen: 0,556-720,724 / 1280,720 |
Fate/unlimited codes |
v1.14 |
2023-04-18 |
UI scissor out of bounds in MainScreen: 0,641-720,639 / 1280,720 |
Fate/unlimited codes |
v1.14 |
2023-04-17 |
UI scissor out of bounds in GamePauseScreen: 433,26-267,1254 / 1280,720 |
Fate/unlimited codes |
v1.14 |
2023-04-17 |
UI scissor out of bounds in GamePauseScreen: 0,26-420,1254 / 1280,720 |
Fate/unlimited codes |
v1.14 |
2023-04-17 |
UI scissor out of bounds in GamePauseScreen: 860,26-400,694 / 720,1280 |
Fate/unlimited codes |
v1.14 |
2023-04-17 |
UI scissor out of bounds in GamePauseScreen: 0,26-847,694 / 720,1280 |
Fate/unlimited codes |
v1.14.4 |
2023-02-21 |
00000000=sceUtilityScreenshotInitStart(09a8d328) |
Fate/unlimited codes |
v1.14.4 |
2023-02-21 |
00000000=sceUtilityScreenshotInitStart(09a8cf68) |
Fate/unlimited codes |
v1.14 |
2023-02-06 |
UI scissor out of bounds in MainScreen: 64,0-1095,721 / 1500,720 |
Fate/unlimited codes |
v1.14 |
2023-02-09 |
UI scissor out of bounds in GameSettingsScreen: 288,0-1202,721 / 1500,720 |
Fate/unlimited codes |
v1.14.4 |
2024-04-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b29398, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.13.2 |
2023-01-30 |
FBO using existing buffer as depthbuffer, 04088000/04110000 and 04110000/00000000 |
Fate/unlimited codes |
v1.13.2 |
2023-01-30 |
FBO using existing buffer as depthbuffer, 04000000/04110000 and 04110000/00000000 |
Fate/unlimited codes |
v1.14.1 |
2023-01-18 |
UI scissor out of bounds in GameSettingsScreen: 224,0-1046,721 / 1280,720 |
Fate/unlimited codes |
v1.14.2 |
2023-01-06 |
Attempting to texture from current render target (src=04044000 / target=04044000 / flags=7), making a copy |
Fate/unlimited codes |
v1.12.3 |
2022-11-18 |
80020001=sceKernelCreateMutex(): invalid name |
Fate/unlimited codes |
v1.13.2 |
2022-10-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.13.2 |
2022-10-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.13.2 |
2022-10-17 |
WriteToHardware: Invalid address 0000023c near PC 0895713c LR 08957300 |
Fate/unlimited codes |
v1.13.2 |
2022-09-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153291632 |
Fate/unlimited codes |
v1.13.2 |
2022-09-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316544 |
Fate/unlimited codes |
v1.13.2 |
2022-09-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664 |
Fate/unlimited codes |
v1.13.2 |
2022-09-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700 |
Fate/unlimited codes |
v1.13.2 |
2022-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.13.2 |
2022-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.17.1 |
2024-10-02 |
sceNetAdhocMatchingInit(131072) at 08960ec0 |
Fate/unlimited codes |
v1.5.4-998-g08f26439c |
2022-06-21 |
sceKernelLoadModule: unsupported options size=1091f310, flags=1091f314, pos=0, access=1, data=278000408, text=278000412 |
Fate/unlimited codes |
v1.12.3 |
2022-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.12.3 |
2022-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.13.1 |
2022-08-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b6fc98, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.14.4 |
2023-06-29 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
Fate/unlimited codes |
v1.13.1 |
2022-09-03 |
80000107=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
Fate/unlimited codes |
v1.12.3 |
2022-05-02 |
BREAK instruction hit |
Fate/unlimited codes |
v1.12.3 |
2022-04-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.12.3 |
2022-03-19 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 04162000 offset: 0 (256x256 stride 512, 8888) |
Fate/unlimited codes |
v1.12.3 |
2022-02-18 |
WriteToHardware: Invalid address 0000023c near PC 08888ff0 LR 0888907c |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
WriteToHardware: Invalid address 0000023c near PC 08888ff0 LR 088832fc |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 000028e0): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 00005820): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 00012e00): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 00018700): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 0000fe00): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 0000d800): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08b9d5c0, 00038000): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 00015700): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
80630007=sceAtracSetData(2, 08bd5600, 00005000): atracID uses different codec type than data |
Fate/unlimited codes |
v1.12.3 |
2022-02-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a2fb00, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.12.3 |
2021-12-31 |
sectionToModify = -1 - ignoring relocation sector 51 |
Fate/unlimited codes |
v1.12.3 |
2021-12-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=08bf68e0, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.12.3 |
2021-12-31 |
Traditional relocations unsupported. |
Fate/unlimited codes |
v1.12.3 |
2022-05-08 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952 |
Fate/unlimited codes |
v1.12.3 |
2022-05-08 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488 |
Fate/unlimited codes |
v1.12.3 |
2022-05-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
Fate/unlimited codes |
v1.12.3 |
2022-05-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
Fate/unlimited codes |
v1.12.3 |
2022-05-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
Fate/unlimited codes |
v1.12.3 |
2021-12-23 |
Failed to read valid video stream data from header |
Fate/unlimited codes |
v1.12.3 |
2021-12-23 |
Could not setup streams, unexpected stream count: 13414 |
Fate/unlimited codes |
v1.12.3 |
2021-12-23 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
Fate/unlimited codes |
v1.12.3 |
2022-06-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.12.3 |
2021-12-23 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 149308628 |
Fate/unlimited codes |
v1.12.3 |
2021-12-23 |
GE Interrupt: newState might be 1 |
Fate/unlimited codes |
v1.12.3 |
2021-12-23 |
GE Interrupt: newState might be 0 |
Fate/unlimited codes |
v1.12.3 |
2021-12-21 |
Ignoring possible texturing from framebuffer at 04174000 +0x128 / 64x272 |
Fate/unlimited codes |
v1.12.3 |
2021-12-21 |
Attempted set for logic op: f |
Fate/unlimited codes |
v1.17.1 |
2024-07-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.12.2 |
2021-12-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.12.3 |
2021-11-21 |
WriteToHardware: Invalid address 0000024c near PC 08889030 LR 088832fc |
Fate/unlimited codes |
v1.12.3 |
2021-11-21 |
WriteToHardware: Invalid address 0000023c near PC 08889030 LR 088832fc |
Fate/unlimited codes |
v1.11.3 |
2021-11-11 |
WriteToHardware: Invalid address ac6201c8 near PC 08000000 LR 08000000 |
Fate/unlimited codes |
v1.10.3 |
2021-10-07 |
Render to area containing texture at 04044000 +0x1 |
Fate/unlimited codes |
v1.12.3 |
2024-08-15 |
Video out requested, not supported: mode=0 size=0,0 |
Fate/unlimited codes |
v1.12.3 |
2022-02-17 |
sceGeBreak(mode=0, unknown=08b90d1c): unknown ptr (valid) |
Fate/unlimited codes |
v1.11.3 |
2021-11-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=1, text=1 |
Fate/unlimited codes |
v1.11.3 |
2021-11-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.11.3 |
2021-09-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a410b4, pos=0, access=1, data=2, text=2 |
Fate/unlimited codes |
v1.11.3 |
2021-09-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a410b4, pos=0, access=1, data=1, text=1 |