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 |
鉄拳6 |
v1.16.6 |
2023-11-17 |
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;
}
|
鉄拳6 |
v1.10.3 |
2023-11-04 |
UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000000, 00000000, 00000000, 09fff260, 00000000): game may have crashed |
鉄拳6 |
v1.15.4 |
2023-07-20 |
Rendering to framebuffer offset at 04162000 +384x0 (stride 512) |
鉄拳6 |
v1.15.4 |
2023-07-20 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
鉄拳6 |
v1.14.1 |
2023-02-11 |
UI scissor out of bounds in MainScreen: 552,17-511,2324 / 2340,1080 |
鉄拳6 |
v1.14.1 |
2023-02-11 |
UI scissor out of bounds in MainScreen: 80,108-456,2232 / 2340,1080 |
鉄拳6 |
v1.14.1 |
2023-02-11 |
UI scissor out of bounds in MainScreen: 80,0-456,2341 / 2340,1080 |
鉄拳6 |
v1.14.1 |
2023-02-11 |
UI scissor out of bounds in MainScreen: 3928,7-1106,491 / 2340,1080 |
鉄拳6 |
v1.14.1 |
2023-02-11 |
UI scissor out of bounds in MainScreen: 173,0-3718,499 / 2340,1080 |
鉄拳6 |
v1.14.1 |
2023-02-11 |
UI scissor out of bounds in MainScreen: 173,50-3718,449 / 2340,1080 |
鉄拳6 |
v1.13.2 |
2022-12-26 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145759344 |
鉄拳6 |
v1.12.3 |
2022-12-07 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464 |
鉄拳6 |
v1.12.3 |
2022-12-07 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000 |
鉄拳6 |
v1.12.3 |
2022-12-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
鉄拳6 |
v1.13.2 |
2022-11-27 |
Game install with no files / data |
鉄拳6 |
v1.11.3-1233-g9de942087 |
2023-11-25 |
Failed to read valid video stream data from header |
鉄拳6 |
v1.13.2 |
2022-09-30 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
鉄拳6 |
v1.13.2 |
2022-09-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.13.2 |
2022-09-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.13.1 |
2022-09-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.12.3 |
2022-06-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=0889bf58, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.12.3 |
2022-05-04 |
GE Interrupt: newState might be 6 |
鉄拳6 |
v1.12.3 |
2022-05-01 |
GE Interrupt: newState might be 5 |
鉄拳6 |
v1.12.3 |
2022-05-01 |
GE Interrupt: newState might be 4 |
鉄拳6 |
v1.12.3 |
2022-05-01 |
GE Interrupt: newState might be 3 |
鉄拳6 |
v1.12.3 |
2022-05-04 |
GE Interrupt: newState might be 1 |
鉄拳6 |
v1.12.3 |
2022-05-04 |
GE Interrupt: newState might be 0 |
鉄拳6 |
v1.12.3 |
2022-05-04 |
GE Interrupt: newState might be 7 |
鉄拳6 |
v1.12.3 |
2022-03-10 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
鉄拳6 |
v1.11.3 |
2022-03-07 |
80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data |
鉄拳6 |
v1.11.3 |
2022-03-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=08d11560, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.11.3 |
2022-03-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=08857c2c, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.11.3 |
2022-03-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=0892b680, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.10.3 |
2022-02-11 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/TEKKEN6.BIN, 09fd61d0, 00000002) |
鉄拳6 |
v1.13.1 |
2022-09-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.13.1 |
2022-09-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.16.6 |
2023-11-25 |
sceIoChstat: change attr to 0000 requested |
鉄拳6 |
v1.12.3 |
2021-10-30 |
Waiting thread for 20 that was already waiting for 20 |
鉄拳6 |
v1.12.3 |
2021-10-25 |
WriteToHardware: Invalid address 0000016a near PC 08000000 LR 08000000 |
鉄拳6 |
v1.12.3 |
2021-10-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08806498, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.12.2 |
2021-10-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=2 |
鉄拳6 |
v1.12.2 |
2021-10-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc65c0, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.12.2 |
2021-10-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000b8ga4c7dI75d7ea6O.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/0000000002a2f134787ef9ba.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000ga4e03006adb53f4O.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000g644I740gf7aafI0O.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000fe955eff6ea0218e, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/000000008gb4c7g454ZZbbeZO.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/000000005b00fff85d43afdeO.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/0000000046ab642f3b5ec0bd.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/0000000008bde617e629c552.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/000000006f3e4391b2d80a2b.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000abc40c4b2cedb1e7.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000cee5cc30fa3d40f1.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/000000007ed06Za0I6cZe40cO.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000877877Iac3Zb44abO.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/000000006acd28821bb9414c.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000IZ43gII73ggIb3adO.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000950e852f9b8025bf.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000fbad7cIdd86dbb63O.png, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000a4f0e1c72f791002.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.11.3 |
2021-10-20 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/00000000b5330c7029486bf8.zip, 08c5d7e8, 00000002) |
鉄拳6 |
v1.9.0 |
2021-08-06 |
WriteToHardware: Invalid address 00000168 near PC 08aee4d4 LR 08acb134 |
鉄拳6 |
v1.9.0 |
2021-08-06 |
ReadFromHardware: Invalid address 000002d4 near PC 08aee4d4 LR 08acb134 |
鉄拳6 |
v1.11.3 |
2021-07-19 |
Unknown GetPointer 00000000 PC 0887c22c LR 0887c22c |
鉄拳6 |
v1.11.3 |
2021-06-02 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536 |
鉄拳6 |
v1.11.3 |
2021-05-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.11.3 |
2021-04-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.11.3 |
2021-04-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.11.2 |
2021-02-27 |
Rendering to framebuffer offset: 04162000 +256x0 |
鉄拳6 |
v1.9.0 |
2021-02-06 |
Failed to reschedule: out of threads on queue (-1, -1) |
鉄拳6 |
v1.10.3 |
2021-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
鉄拳6 |
v1.10.3 |
2021-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=0, text=0 |
鉄拳6 |
v1.10.3 |
2021-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.10.3 |
2021-01-15 |
Ignoring func export sceLibFont/ee232411, already implemented in HLE. |
鉄拳6 |
v1.12.3 |
2022-03-10 |
80000107=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
鉄拳6 |
v1.10.3 |
2020-12-24 |
Ignoring func export sceLibFont/5c3e4a9e, already implemented in HLE. |
鉄拳6 |
v1.10.3 |
2020-12-24 |
Ignoring func export sceLibFont/dcc80c2f, already implemented in HLE. |
鉄拳6 |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
鉄拳6 |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
鉄拳6 |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
鉄拳6 |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
鉄拳6 |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
鉄拳6 |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
鉄拳6 |
v1.11.3 |
2022-03-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.10.3 |
2020-11-28 |
Render to texture with different strides 1024 != 512 |
鉄拳6 |
v1.10.3 |
2020-11-28 |
Render to area containing texture at 04162000 +256x0 |
鉄拳6 |
v1.10.3 |
2020-11-28 |
Ignoring possible render to texture at 04161800 +0x64 / 480x272 |
鉄拳6 |
v1.10.3 |
2020-11-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.9.0 |
2022-08-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.12.3 |
2022-12-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.12.3 |
2022-12-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.10.3 |
2020-10-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfe54, pos=0, access=1, data=1, text=1 |
鉄拳6 |
v1.10.3 |
2020-10-05 |
Savedata version requested: 3 |
鉄拳6 |
v1.12.3 |
2022-06-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
鉄拳6 |
v1.10.3 |
2020-09-25 |
Inter-buffer memcpy 04000000 -> 089b73c0 |
鉄拳6 |
v1.10.3 |
2020-09-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
鉄拳6 |
v1.13.1 |
2022-08-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
鉄拳6 |
v1.11.3-62-g55c707cfe |
2022-09-17 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00224DATA/TEKKEN6.BIN, 09fd41d0, 00000002) |