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 |
IRON MAN |
v1.17.1 |
2024-10-20 |
sceGeBreak(mode=0, unknown=08b9cc8c): unknown ptr (valid) |
IRON MAN |
v1.17.1 |
2024-09-03 |
MIPSCompileOp: Invalid instruction 0000003c |
IRON MAN |
v1.17.1 |
2024-09-03 |
Jump to invalid address: 0214f380 |
IRON MAN |
v1.17.1 |
2024-09-03 |
Jump to invalid address: 02191840 |
IRON MAN |
v1.17.1 |
2024-09-03 |
Jump to invalid address: 02191fc0 |
IRON MAN |
v1.17.1 |
2024-09-03 |
Branch in Jump delay slot at 0882fda8 in block starting at 0882fda0 |
IRON MAN |
v1.17.1 |
2024-09-03 |
Jump to invalid address: 02191c00 |
IRON MAN |
v1.17.1 |
2024-09-03 |
Jump to invalid address: 020bf7c0 |
IRON MAN |
v1.17.1 |
2024-08-07 |
00000400=sceGeEdramSetAddrTranslation(00001000) |
IRON MAN |
v1.17.4-1 |
2024-08-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
IRON MAN |
v1.17.4-1 |
2024-08-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
IRON MAN |
v1.8.0 |
2024-07-25 |
Unknown GetPointer 00000000 PC 089fb158 LR 089fb158 |
IRON MAN |
v1.17.1 |
2024-06-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.17.1 |
2024-03-11 |
__KernelStopThread: thread 280 does not exist (ApctlThread deleted) |
IRON MAN |
v1.17.1 |
2024-03-11 |
__KernelStopThread: thread 280 does not exist (ApctlThread stopped) |
IRON MAN |
v1.17.1 |
2024-03-11 |
MFIC instruction hit (70020024) at 08847a6c |
IRON MAN |
v1.17.1 |
2024-05-30 |
80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small |
IRON MAN |
v1.16.6 |
2024-01-17 |
sceKernelSetCompiledSdkVersion600_602 unknown SDK: 5000010 |
IRON MAN |
v1.17.1 |
2024-10-23 |
Unknown GetPointer 00000002 PC 08940008 LR 08940008 |
IRON MAN |
v1.17.1 |
2024-10-23 |
Unknown GetPointerWrite 0000003b PC 08940008 LR 08940008 |
IRON MAN |
v1.16.4 |
2024-01-12 |
sceGeBreak(mode=0, unknown=08f6c8fc): unknown ptr (valid) |
IRON MAN |
v1.10 |
2023-12-22 |
Savedata version requested: 3 |
IRON MAN |
v1.16.1 |
2023-12-02 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00400000:12180000) |
IRON MAN |
v1.16.1 |
2023-12-02 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 0000038e:12180000) |
IRON MAN |
v1.16.1 |
2023-12-02 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 0000008e:12180000) |
IRON MAN |
v1.16.1 |
2023-12-02 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00000000:12180000) |
IRON MAN |
v1.16.1 |
2023-12-02 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00000082:12180000) |
IRON MAN |
v1.17.1 |
2024-06-29 |
Unknown GetPointer 00000001 PC 08940008 LR 08940008 |
IRON MAN |
v1.17.1 |
2024-06-29 |
Unknown GetPointerWrite 0000003c PC 08940008 LR 08940008 |
IRON MAN |
v1.15.4 |
2023-10-16 |
__KernelStopThread: thread 299 does not exist (helper deleted) |
IRON MAN |
v1.15.4 |
2023-10-14 |
Unknown GetPointer 00000008 PC 08940008 LR 08940008 |
IRON MAN |
v1.15.4 |
2023-10-14 |
Unknown GetPointerWrite 00000039 PC 08940008 LR 08940008 |
IRON MAN |
v1.18.1 |
2024-11-12 |
Can't draw: No current render step. Step count: 0 |
IRON MAN |
v1.15.4 |
2023-08-24 |
Error in shader compilation: info: Compile failed.
00180000:00000082 Tex TClamp TFuncMod
#version 100
// Driver: PowerVR SGX 544 - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:00000082 Tex TClamp TFuncMod
uniform sampler2D tex;
uniform float u_texNoAlpha;
uniform float u_texMul;
uniform vec4 u_texclamp;
uniform vec2 u_texclampoff;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec2 fixedcoord = vec2((mod(v_texcoord.x, u_texclamp.x) + u_texclampoff.x), (mod(v_texcoord.y, u_texclamp.y) + u_texclampoff.y));
vec4 t = texture2D(tex, fixedcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlpha);
vec4 v = p * t;
v.rgb *= u_texMul;
gl_FragColor = v;
}
|
IRON MAN |
v1.17.1 |
2024-09-12 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
IRON MAN |
v1.17.1 |
2024-08-24 |
sceUtilityMsgDialogInitStart: invalid status |
IRON MAN |
v1.15.4 |
2023-07-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
IRON MAN |
v1.15.4 |
2023-07-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.15.4 |
2023-07-30 |
Rendering to framebuffer offset at 04162000 +384x0 (stride 512) |
IRON MAN |
v1.16.6 |
2023-11-28 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
IRON MAN |
v1.17.1 |
2024-02-27 |
An uneaten prefix at end of block: 08c3a5e8 |
IRON MAN |
v1.10.3 |
2023-05-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a0e0f8, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.12.2 |
2023-03-27 |
FBO created from existing depthbuffer as color, 04120000/00000000 and 04090000/04120000 |
IRON MAN |
v1.12.2 |
2023-03-27 |
FBO created from existing depthbuffer as color, 04120000/00000000 and 04000000/04120000 |
IRON MAN |
v1.14.4 |
2023-03-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a0dc94, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.14.4 |
2023-03-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cd3240, pos=0, access=1, data=2, text=2 |
IRON MAN |
v1.14.4 |
2023-03-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cd3240, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.14.2 |
2023-03-16 |
UI scissor out of bounds in MainScreen: 46,0-1213,721 / 1600,720 |
IRON MAN |
v1.14.1 |
2023-02-12 |
UI scissor out of bounds in CwCheatScreen: 528,0-1084,721 / 1612,720 |
IRON MAN |
v1.9.3 |
2023-01-29 |
ReadFromHardware: Invalid address 133c350b near PC 08b23800 LR 08b2b2ac |
IRON MAN |
v1.14.4 |
2023-01-26 |
sceGeBreak(mode=0, unknown=09fff520): unknown ptr (valid) |
IRON MAN |
v1.14.4 |
2023-01-26 |
sceGeBreak(mode=0, unknown=09fff420): unknown ptr (valid) |
IRON MAN |
v1.14.4 |
2023-01-26 |
sceGeBreak(mode=0, unknown=09fff410): unknown ptr (valid) |
IRON MAN |
v1.14.4 |
2023-01-26 |
sceGeBreak(mode=0, unknown=09fff4e0): unknown ptr (valid) |
IRON MAN |
v1.14.4 |
2023-01-26 |
sceGeBreak(mode=0, unknown=09fff4d0): unknown ptr (valid) |
IRON MAN |
v1.14.4 |
2023-01-21 |
Failed decrypting the PRX (ret = -4, size = 8588520, psp_size = 8588864)! |
IRON MAN |
v1.14 |
2023-03-19 |
Attempting to texture from current render target (src=04088000 / target=04088000 / flags=7), making a copy |
IRON MAN |
v1.17.1 |
2024-03-11 |
Unimplemented HLE function sceUtilityGetNetParam |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918352 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907468 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153291632 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316544 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700 |
IRON MAN |
v1.13.1 |
2022-11-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2 |
IRON MAN |
v1.17.1 |
2024-02-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.17.1 |
2024-12-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
IRON MAN |
v1.17.1 |
2024-12-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
IRON MAN |
v1.13.1 |
2022-11-17 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
IRON MAN |
v1.16.6 |
2024-05-22 |
Unknown GetPointer 00000006 PC 08940008 LR 08940008 |
IRON MAN |
v1.14.4 |
2023-01-28 |
Game install with no files / data |
IRON MAN |
v1.13.2 |
2022-10-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660 |
IRON MAN |
v1.13.2 |
2022-10-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144940664 |
IRON MAN |
v1.4 |
2023-04-01 |
fbo_blit_color failed in blit (00088000 -> 00088000) |
IRON MAN |
v1.18.1 |
2024-11-24 |
Unknown GetPointerWrite 0000003a PC 08940008 LR 08940008 |
IRON MAN |
v1.18.1 |
2024-11-24 |
Unknown GetPointer 00000005 PC 08940008 LR 08940008 |
IRON MAN |
v1.12.3 |
2022-07-28 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
IRON MAN |
v1.12.3 |
2022-07-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
IRON MAN |
v1.12.3 |
2022-06-21 |
Jump to invalid address: 03884200 |
IRON MAN |
v1.12.3 |
2022-06-21 |
Jump to invalid address: 03884290 |
IRON MAN |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816 |
IRON MAN |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296776 |
IRON MAN |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146185776 |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 00005150): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 000049a8): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 00007f00): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 00010000): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 00004bd8): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-19 |
80630007=sceAtracSetData(2, 08d4b180, 000061b8): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-19 |
80630007=sceAtracSetData(2, 08d4b180, 00005f88): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 00018000): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-19 |
80630007=sceAtracSetData(2, 08d4b180, 00004000): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-19 |
80630007=sceAtracSetData(2, 08d4b180, 00005b00): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-22 |
sceDmacMemcpy(dest=04161b30, src=09702d00, size=65552): overlapping read |
IRON MAN |
v1.12.3 |
2022-05-19 |
80630007=sceAtracSetData(2, 08d4b180, 00020000): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-19 |
sceDmacMemcpy(dest=04160f70, src=0943de40, size=65552): overlapping read |
IRON MAN |
v1.12.3 |
2022-05-19 |
80630007=sceAtracSetData(2, 08d4b180, 00010200): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-22 |
80630007=sceAtracSetData(2, 08d4b180, 00004c00): atracID uses different codec type than data |
IRON MAN |
v1.12.3 |
2022-05-20 |
80630007=sceAtracSetData(2, 08d4b180, 00005000): atracID uses different codec type than data |