Recent logs - v1.18.1-945-gb0182ed0e6

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
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction 02c2f11f
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction ed56f8ee
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction ce61d99b
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction 0095f67a
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction cf2be106
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction f376e754
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction d0bdf933
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction ef57e8e6
Wipeout Pure v1.18.1-945-gb0182ed0e6 2025-07-12 sceKernelCreateThread(name=SceParseURI_Library): unsupported attributes 00000006, ignoring
Wipeout Pure v1.18.1-945-gb0182ed0e6 2025-07-12 sceKernelCreateThread(name=SceBase64_Library): unsupported attributes 00000006, ignoring
Wipeout Pure v1.18.1-945-gb0182ed0e6 2025-07-12 sceKernelCreateThread(name=sceCert_Loader): unsupported attributes 00000006, ignoring
Wipeout Pure v1.18.1-945-gb0182ed0e6 2025-07-12 sceKernelCreateThread(name=SceParseHTTPheader_Library): unsupported attributes 00000006, ignoring
Army of TWO™: The 40th Day v1.18.1-945-gb0182ed0e6 2025-07-09 sceDmacMemcpy(dest=041b1000, src=08d04d70, size=5120): overlapping read
eFootball 25 Europa Hend Asean v1.19.3 2025-07-25 Savedata version requested: 3
Def Jam® Fight For NY™: The Takeover v1.18.1-945-gb0182ed0e6 2025-06-10 80020067=sceKernelRegisterSubIntrHandler(0000001e, 00000000, 08805a28, 000009ea): duplicate handler
eFootball 2025 by Tbose Jama v1.9.4 2025-07-26 Savedata version requested: 3
PATCH SPARTAN11 v1.9.4 2025-07-21 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16)
PATCH SPARTAN11 v1.9.4 2025-07-26 Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8
PATCH SPARTAN11 v1.18.1-945-gb0182ed0e6 2025-07-25 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
PATCH SPARTAN11 v1.9.4 2025-07-26 Savedata version requested: 3
GODS EATER BURST v1.18.1-945-gb0182ed0e6 2025-05-01 Error in shader program link: info: ERROR: Linking fragment stage: when more than one fragment shader output, all must have location qualifiers fs: 10180000:06017002 Tex FragUber StenToAlphaDual Sten0 TFuncMod AlphaTest0 != #version 320 es #extension GL_EXT_blend_func_extended : require // Driver: Adreno (TM) 640 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:06017002 Tex FragUber StenToAlphaDual Sten0 TFuncMod AlphaTest0 != uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform uint u_alphacolorref; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb *= u_texNoAlphaMul.y; if (v.a < 0.002) DISCARD; fragColor0 = vec4(v.rgb, 0.0); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); } vs: 00000000:00000002 THR #version 320 es // Driver: Adreno (TM) 640 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00000002 THR in vec4 position; in highp float fog; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; uniform lowp float u_rotation; uniform highp vec2 u_fogcoef; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; v_fogdepth = fog; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; }
GODS EATER BURST v1.18.1-945-gb0182ed0e6 2025-05-01 Error in shader program link: info: ERROR: Linking fragment stage: when more than one fragment shader output, all must have location qualifiers fs: 10180000:06200802 Tex Fog LM FragUber StenToAlphaDual Sten0 TFuncMod #version 320 es #extension GL_EXT_blend_func_extended : require // Driver: Adreno (TM) 640 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:06200802 Tex Fog LM FragUber StenToAlphaDual Sten0 TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; in lowp vec4 v_color0; in lowp vec3 v_color1; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = vec4(v.rgb, 0.0); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); } vs: 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull #version 320 es // Driver: Adreno (TM) 640 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform uint u_lightControl; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump vec2 u_lightangle_spotCoef0; 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 vec2 u_lightangle_spotCoef1; 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 vec2 u_lightangle_spotCoef2; 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 vec2 u_lightangle_spotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out mediump float v_fogdepth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); vec4 ambientColor = ((u_lightControl & (1u << 0x14u)) != 0x0u) ? color0 : u_matambientalpha; vec3 diffuseColor = ((u_lightControl & (1u << 0x15u)) != 0x0u) ? color0.rgb : u_matdiffuse; vec3 specularColor = ((u_lightControl & (1u << 0x16u)) != 0x0u) ? color0.rgb : u_matspecular.rgb; lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0); lowp vec3 lightSum1 = splat3(0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; lowp float angle; uint comp; uint type; float attenuation; if ((u_lightControl & 0x1u) != 0x0u) { comp = (u_lightControl >> 0x04u) & 0x3u; type = (u_lightControl >> 0x06u) & 0x3u; toLight = u_lightpos0;
GODS EATER BURST v1.18.1-945-gb0182ed0e6 2025-05-01 Error in shader program link: info: ERROR: Linking fragment stage: when more than one fragment shader output, all must have location qualifiers fs: 10180000:0621d802 Tex Fog LM FragUber StenToAlphaDual Sten0 TFuncMod AlphaTest0 > #version 320 es #extension GL_EXT_blend_func_extended : require // Driver: Adreno (TM) 640 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:0621d802 Tex Fog LM FragUber StenToAlphaDual Sten0 TFuncMod AlphaTest0 > uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform uint u_alphacolorref; in lowp vec4 v_color0; in lowp vec3 v_color1; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if (v.a < 0.002) DISCARD; fragColor0 = vec4(v.rgb, 0.0); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); } vs: 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull #version 320 es // Driver: Adreno (TM) 640 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform uint u_lightControl; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump vec2 u_lightangle_spotCoef0; 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 vec2 u_lightangle_spotCoef1; 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 vec2 u_lightangle_spotCoef2; 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 vec2 u_lightangle_spotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out mediump float v_fogdepth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); vec4 ambientColor = ((u_lightControl & (1u << 0x14u)) != 0x0u) ? color0 : u_matambientalpha; vec3 diffuseColor = ((u_lightControl & (1u << 0x15u)) != 0x0u) ? color0.rgb : u_matdiffuse; vec3 specularColor = ((u_lightControl & (1u << 0x16u)) != 0x0u) ? color0.rgb : u_matspecular.rgb; lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0); lowp vec3 lightSum1 = splat3(0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; lowp float angle; uint comp; uint type; float attenuation; if ((u_lightControl & 0x1u) != 0x0u) { comp = (u_lightControl >> 0x0
GODS EATER BURST v1.18.1-945-gb0182ed0e6 2025-05-01 Error in shader program link: info: ERROR: Linking fragment stage: when more than one fragment shader output, all must have location qualifiers fs: 10180000:0620d802 Tex Fog LM FragUber StenToAlphaDual Sten0 TFuncMod AlphaTest > #version 320 es #extension GL_EXT_blend_func_extended : require // Driver: Adreno (TM) 640 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:0620d802 Tex Fog LM FragUber StenToAlphaDual Sten0 TFuncMod AlphaTest > uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform uint u_alphacolorref; uniform uint u_alphacolormask; in lowp vec4 v_color0; in lowp vec3 v_color1; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; int roundAndScaleTo255i(in float x) { return int(floor(x * 255.0 + 0.5)); } out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if ((roundAndScaleTo255i(v.a) & int(u_alphacolormask >> 0x18u)) <= int(u_alphacolorref >> 0x18u)) DISCARD; fragColor0 = vec4(v.rgb, 0.0); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); } vs: 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull #version 320 es // Driver: Adreno (TM) 640 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform uint u_lightControl; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump vec2 u_lightangle_spotCoef0; 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 vec2 u_lightangle_spotCoef1; 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 vec2 u_lightangle_spotCoef2; 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 vec2 u_lightangle_spotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out lowp vec3 v_color1; out mediump vec3 v_texcoord; out mediump float v_fogdepth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); vec4 ambientColor = ((u_lightControl & (1u << 0x14u)) != 0x0u) ? color0 : u_matambientalpha; vec3 diffuseColor = ((u_lightControl & (1u << 0x15u)) != 0x0u) ? color0.rgb : u_matdiffuse; vec3 specularColor = ((u_lightControl & (1u << 0x16u)) != 0x0u) ? color0.rgb : u_matspecular.rgb; lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0); lowp vec3 lightSum1 = splat3(0.0); vec3 toLight; lowp vec3 diffuse; float distanc
Ape Escape Academy v1.19.2 2025-07-16 sceKernelCreateThread(name=ID001): unsupported attributes 00000006, ignoring
Ape Escape Academy v1.19.2 2025-07-16 sceKernelCreateThread(name=ID801): unsupported attributes 00000006, ignoring
Ape Escape Academy v1.19.2 2025-07-16 sceKernelCreateThread(name=ID912): unsupported attributes 00000006, ignoring
Ape Escape Academy v1.19.2 2025-07-16 sceKernelCreateThread(name=ID911): unsupported attributes 00000006, ignoring
Ape Escape Academy v1.19.2 2025-07-25 sceKernelCreateThread(name=ID901): unsupported attributes 00000006, ignoring
EFOOTBALL NEW PATCH SEASON v1.18.1-945-gb0182ed0e6 2025-06-29 Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc
EFOOTBALL NEW PATCH SEASON v1.18.1-945-gb0182ed0e6 2025-06-29 Unknown GetPointerWrite 00000000 PC 08824cf4 LR 088113dc
ダンボール戦機W v1.18.1-945-gb0182ed0e6 2025-03-22 __KernelStopThread: thread 666 does not exist (ApctlThread stopped)
ダンボール戦機W v1.18.1-945-gb0182ed0e6 2025-03-22 __KernelStopThread: thread 666 does not exist (ApctlThread deleted)
EFOOTBALL NEW PATCH SEASON v1.18.1-945-gb0182ed0e6 2025-07-19 Unknown GetPointer 00000000 PC 0884a918 LR 0884a938
EFOOTBALL NEW PATCH SEASON v1.18.1-945-gb0182ed0e6 2025-07-25 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
eFootball CESAR - PATCH v1.9.4 2025-07-26 Savedata version requested: 3
eFootball Chelito 19 v1.18.1-945-gb0182ed0e6 2025-02-22 Unknown GetPointer 0000b777 PC 0881c428 LR 0881c438
Prince of Persia - Revelations v1.19.3 2025-07-26 sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006, ignoring
ARMORED CORE FORMULA FRONT v1.19.2 2025-07-15 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00000006, ignoring
Prince of Persia - Revelations v1.19.3 2025-07-26 sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006, ignoring
Capcom Puzzle World v1.18.1-945-gb0182ed0e6 2025-02-06 __KernelStopThread: thread 380 does not exist (helper deleted)
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=creature_cocoonmaiden): unsupported attributes 00000006, ignoring
THE KING OF FIGHTERS PORTABLE '94 - '98 Chapter of Orochi v1.18.1-945-gb0182ed0e6 2025-02-01 A game install request is already running, not starting a new one
Cabela's® North American Adventures v1.18.1-945-gb0182ed0e6 2025-02-02 80020067=sceKernelRegisterSubIntrHandler(0000001e, 00000000, 0894ef80, 00000000): duplicate handler
Crazy Taxi: Fare Wars v1.19.3 2025-07-20 sceKernelCreateThread(name=user_main): unsupported attributes 00000028, ignoring
STAR OCEAN: First Departure v1.18.1-945-gb0182ed0e6 2025-01-31 Unknown GetPointerWrite 39fc2826 PC 08822a70 LR 08822b0c
eFootball SM - V. v1.19.3 2025-07-25 sceNetAdhocMatchingInit(32768) at 08a719b8
Kenka Bancho: Badass Rumble v1.18.1-945-gb0182ed0e6 2025-01-29 00000000=sceUtilityScreenshotInitStart(09483740)
PES my 2024 v1.8.0 2025-07-26 Savedata version requested: 3
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_g997_Save_test): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_g998_Result_test): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_g000_Field): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_g001_Demo): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_g999_Base): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_game): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_m002_Movie): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=system): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006, ignoring
GODS EATER BURST v1.19.3 2025-07-26 sceKernelCreateThread(name=god_menu): unsupported attributes 00000006, ignoring
NBA LIVE 06 v1.19.3 2025-07-25 sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006, ignoring
GOD EATER 2 v1.19.3 2025-07-22 sceKernelCreateThread(name=layout): unsupported attributes 00000006, ignoring
GOD EATER 2 v1.19.3 2025-07-22 sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006, ignoring
GOD EATER 2 v1.19.3 2025-07-22 sceKernelCreateThread(name=god_m002_Movie): unsupported attributes 00000006, ignoring
GOD EATER 2 v1.19.3 2025-07-26 sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006, ignoring
GOD EATER 2 v1.19.3 2025-07-26 sceKernelCreateThread(name=god_menu): unsupported attributes 00000006, ignoring
GOD EATER 2 v1.19.3 2025-07-26 sceKernelCreateThread(name=system): unsupported attributes 00000006, ignoring
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-26 WriteToHardware: Invalid address 34b2007b near PC 08c99b58 LR 08909a44
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-26 Unknown GetPointer 34b2004f PC 08c99d4c LR 08909be4
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-26 WriteToHardware: Invalid address 34b20063 near PC 08c99dac LR 08909b74
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-26 Unknown GetPointerWrite 34b2000f PC 08c99b30 LR 08909a44
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-26 ReadFromHardware: Invalid address 00000000 near PC 08c989bc LR 089125f0
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-26 ReadFromHardware: Invalid address 0000001a near PC 08c9f248 LR 08c989cc
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-25 Unknown GetPointerWrite 0f4cab68 PC 08d09d20 LR 08cd6754
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-25 Unexpected mpeg first timestamp: 1000009418 / 68719514648
World Soccer Winning Eleven 9 v1.19.3 2025-07-25 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00000006, ignoring
eFootball SM - V. v1.9.4 2025-07-26 Savedata version requested: 3
eFootball SM - V. v1.18.1-945-gb0182ed0e6 2025-07-25 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
Resistance: Retribution™ v1.18.1-945-gb0182ed0e6 2025-01-24 Unexpected mpeg first timestamp: 34612090100 / 3599485174016
DFU25 v1.9.4 2025-07-25 Savedata version requested: 3
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64aa0 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a80 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64ac4 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a94 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a9c in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a88 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a84 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a7c in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a74 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a90 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a70 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a8c in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp: Invalid instruction 000228d4
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a6c in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 MIPSCompileOp 69732034 failed
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64ab0 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64aa4 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a98 in block starting at 08a5e0c0
METAL SLUG XX™ v1.18.1-945-gb0182ed0e6 2025-07-20 Branch in Jump delay slot at 08a64a78 in block starting at 08a5e0c0
eFootball 2024 v1.18.1-945-gb0182ed0e6 2025-06-13 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000