Recent logs - v1.12.3

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
LEGEND OF HEROES: TRAILS IN THE SKY SC v1.12.3 2025-05-23 sceIoIoctl(disc0:/sce_lbn03e78d_size0xaa8d, 0101000a, 09faf8c0, 4, 00000000, 0)
LEGEND OF HEROES: TRAILS IN THE SKY SC v1.12.3 2025-05-23 sceIoIoctl(disc0:/sce_lbn03e55a_size0x25ff1, 0101000a, 09faf8c0, 4, 00000000, 0)
LEGEND OF HEROES: TRAILS IN THE SKY SC v1.12.3 2025-05-23 sceIoIoctl(disc0:/sce_lbn03e3ba_size0x218fa, 0101000a, 09faf8c0, 4, 00000000, 0)
LEGEND OF HEROES: TRAILS IN THE SKY SC v1.12.3 2025-05-23 sceDmacMemcpy(dest=041d3000, src=08e4e040, size=4096): overlapping read
LEGEND OF HEROES: TRAILS IN THE SKY SC v1.12.3 2025-05-23 sceDmacMemcpy(dest=041fe200, src=08f40a00, size=4096): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-22 sceDmacMemcpy(dest=0415f000, src=08d62d90, size=4096): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-22 sceDmacMemcpy(dest=0415c000, src=08eb8210, size=4096): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-21 sceDmacMemcpy(dest=04160000, src=08e59f90, size=4096): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-21 sceDmacMemcpy(dest=04174000, src=08db0470, size=8192): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-21 sceDmacMemcpy(dest=04172000, src=08e81b70, size=8192): overlapping read
eFootball CESAR - PATCH v1.12.3 2025-05-21 Unknown GetPointer 00000000 PC 08808448 LR 08808460
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-21 sceDmacMemcpy(dest=04170000, src=08eb0cb0, size=4096): overlapping read
eFootball Chelito 19 v1.12.3 2025-05-20 80630006=sceAtracSetHalfwayBufferAndGetID(08dda400, 00000800, 00040000): invalid RIFF header
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-20 sceDmacMemcpy(dest=041bb000, src=08da9cf0, size=4096): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-20 sceDmacMemcpy(dest=041ff200, src=08e181f0, size=2048): overlapping read
eFootball Euro y Copa America By T. Bendezu v1.12.3 2025-05-20 Branch in RSZeroComp delay slot at 08ac5c68 in block starting at 08ac59fc
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-20 sceDmacMemcpy(dest=0416c000, src=08deaa70, size=8192): overlapping read
eFootball SM - V. v1.12.3 2025-05-19 Error in shader program link: info: Link Error: Fragment shader is missing. fs: thin3d vs: thin3d #version 320 es #if __VERSION__ >= 130 #define attribute in #define varying out #endif attribute vec3 Position; attribute vec4 Color0; attribute vec2 TexCoord0; varying vec4 oColor0; varying vec2 oTexCoord0; uniform mat4 WorldViewProj; void main() { gl_Position = WorldViewProj * vec4(Position, 1.0); oColor0 = Color0; oTexCoord0 = TexCoord0; }
Tomb Raider: Anniversary™ v1.12.3 2025-05-19 sceDmacMemcpy(dest=041ee000, src=0989ad30, size=9216): overlapping read
EA-Sports FC PC-V v1.12.3 2025-05-18 MIPSCompileOp: Invalid instruction 00207777
EA-Sports FC PC-V v1.12.3 2025-05-18 Jump to invalid address: 0117b8a4
EA-Sports FC PC-V v1.12.3 2025-05-18 MIPSCompileOp: Invalid instruction ec0c0ae5
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-18 sceDmacMemcpy(dest=041cb000, src=08d95610, size=4096): overlapping read
eFootball Chelito 19 v1.12.3 2025-05-18 Error in shader program link: info: L0001 Invalid shader type loaded fs: 00000000:00200002 Tex Fog TFuncMod #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Mali-G68 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; } vs: 01770000:00000b34 HWX T N Fog Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 Cull #version 320 es // Mali-G68 MC4 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; 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_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; 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); lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; vec3 projPos = outPos.xyz / outPos.w; if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; }
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-17 sceDmacMemcpy(dest=041fe200, src=08d24eb0, size=4096): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-17 sceDmacMemcpy(dest=0415c000, src=08dbc830, size=16384): overlapping read
eFootball Chelito 19 v1.12.3 2025-05-17 FBO created from existing depthbuffer as color, 04198000/00000000 and 04000000/04198000
eFootball Chelito 19 v1.12.3 2025-05-17 FBO created from existing depthbuffer as color, 04198000/00000000 and 04110000/04198000
eFootball Chelito 19 v1.12.3 2025-05-17 FBO created from existing depthbuffer as color, 04198000/00000000 and 04088000/04198000
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-16 sceDmacMemcpy(dest=041fda00, src=08dde7b0, size=2048): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-16 sceDmacMemcpy(dest=0419d000, src=08dc9d30, size=8192): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-16 sceDmacMemcpy(dest=04169000, src=08dd4550, size=4096): overlapping read
eFootball 2024 LaLiga Hypermotion By Bendezu v1.12.3 2025-05-16 ReadFromHardware: Invalid address 0ec6b5eb near PC 0881da60 LR 0881da04
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-15 sceDmacMemcpy(dest=0417c000, src=08d20470, size=16384): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-15 sceDmacMemcpy(dest=041c2000, src=08e08510, size=8192): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-15 sceDmacMemcpy(dest=041c0000, src=08e217d0, size=4096): overlapping read
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.12.3 2025-05-14 __KernelStopThread: thread 669 does not exist
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-14 sceDmacMemcpy(dest=04165000, src=08dced10, size=8192): overlapping read
The Legend Of Heroes: Trails in the Sky v1.12.3 2025-05-13 sceDmacMemcpy(dest=041c0000, src=08d24670, size=4096): overlapping read
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-12 WriteToHardware: Invalid address c1abb264 near PC 0880dcc8 LR 0880dcc8
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-11 MIPSCompileOp: Invalid instruction 795f2b40
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-11 MIPSCompileOp: Invalid instruction 787a02c0
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-11 MIPSCompileOp: Invalid instruction 7870b9c0
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-11 MIPSCompileOp: Invalid instruction 786b90c0
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-11 Branch in RSRTComp delay slot at 0881e358 in block starting at 0881e350
Dragon Ball Z: Tenkaichi Tag Team v1.12.3 2025-05-11 MIPSCompileOp: Invalid instruction b0b89c40
eFootball PC - V. v1.12.3 2025-05-11 Unknown GetPointer 0000000b PC 0884d7b4 LR 0884d7d4
Spider-Man 3 v1.12.3 2025-05-10 sceMpegRingbufferPut(): invalid mpeg data
GTA: Liberty City Stories v1.12.3 2025-05-10 Jump to invalid address: 07339400
GTA: Liberty City Stories v1.12.3 2025-05-10 MIPSCompileOp: Invalid instruction 0000000e
GTA: Liberty City Stories v1.12.3 2025-05-10 Jump to invalid address: 00000000
eFootball PC - V. v1.12.3 2025-05-10 ReadFromHardware: Invalid address ffffff00 near PC ffffff00 LR 08a3c194
SOCOM: Fireteam Bravo 3 v1.12.3 2025-05-10 sceDmacMemcpy(dest=087966e0, src=099ea0e0, size=8288): overlapping read
Prince of Persia - Rival Swords v1.12.3 2025-05-09 Unknown GE command : 4e08ebd2
Prince of Persia - Rival Swords v1.12.3 2025-05-09 Unknown GE command : 5248693a
Prince of Persia - Rival Swords v1.12.3 2025-05-09 Unknown GE command : 340e020a
英雄伝説 空の軌跡 the 3rd v1.12.3 2025-05-09 sceDmacMemcpy(dest=041e0100, src=08e794c0, size=32768): overlapping read
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 0069004e
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 01310079
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 0435041d
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 006c0041
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 0061007a
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 00610079
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 767b672a
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 0000ff9f
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 006e0069
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 00e3004e
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction b4f1bbf8
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 006e0055
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 006f004e
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 00730069
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9c249c25
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9c769c67
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9dc29dcf
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9daf9d26
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9e929e8c
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9f609f5f
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 9d489d46
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 76b79f08
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9d2a9d06
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9eb89ea9
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9ce79c78
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9d089d09
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9dab9d87
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9ef69ef4
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9f6c9f67
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 9f219f15
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 9dc69dba
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9f769f72
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9ed49ed0
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9de69df8
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9ee89ee5
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9e799e75
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9f9c9f95
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9e819e7d
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 9f779f6a
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9ef99ef7
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-21 MIPSCompileOp: Invalid instruction 9f079efd
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9d5e9d5d
eFootball Euro y Copa America By T. Bendezu v1.18.1 2025-05-20 MIPSCompileOp: Invalid instruction 9e1e9e1b