Recent logs - METAL GEAR SOLID PEACE WALKER

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 GEAR SOLID PEACE WALKER v1.14.2 2023-06-09 UI scissor out of bounds in GameSettingsScreen: 330,0-1347,817 / 1690,816
METAL GEAR SOLID PEACE WALKER v1.15.4 2023-06-01 __KernelStopThread: thread 588 does not exist (helper deleted)
METAL GEAR SOLID PEACE WALKER v1.15.4 2023-06-01 __KernelStopThread: thread 308 does not exist (helper deleted)
METAL GEAR SOLID PEACE WALKER v1.15.3 2023-05-24 Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader. Please contact [email protected] with the shader causing the problem, along with this error message. Mali online shader compiler r8p0-01rel0 [Revision 96995]. 01f34444:00000b29 HWX C T N LM Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:3 Cull #version 100 // Driver: Mali-450 MP - GLSL 100 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01f34444:00000b29 HWX C T N LM Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:3 Cull attribute vec3 position; attribute mediump vec3 normal; attribute vec2 texcoord; attribute lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform mediump vec3 u_lightatt1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform mediump vec3 u_lightatt2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec4 u_ambient; 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; varying lowp vec4 v_color0; varying lowp vec3 v_color1; varying mediump vec3 v_texcoord; varying 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 = color0; vec3 diffuseColor = color0.rgb; vec3 specularColor = u_matspecular.rgb; lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; toLight = u_lightpos0 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale; toLight = u_lightpos1 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale; toLight = u_lightpos2 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse) * lightScale; toLight = u_lightpos3 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse) * lightScale; lightSum0 = clamp(lightSum0, 0.0, 1.0); v_color0 = lightSum0; v_color1 = splat3(0.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); if (u_fogcoef.x <= -65535.0 && u_fogcoef.y <= -65535.0) { v_fogdepth =
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Branch in Jump delay slot at 09ccc168 in block starting at 09ccc140
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Branch in Jump delay slot at 09ccc164 in block starting at 09ccc140
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Jump to invalid address: 078882c0
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Jump to invalid address: 039e9b20
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Branch in Jump delay slot at 09ccc150 in block starting at 09ccc140
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Jump to invalid address: 07b7c5c0
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Branch in Jump delay slot at 09ccc14c in block starting at 09ccc140
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Jump to invalid address: 07330530
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Branch in Jump delay slot at 09ccc148 in block starting at 09ccc140
METAL GEAR SOLID PEACE WALKER v1.15-15-gb51ade9b4 2023-05-11 Jump to invalid address: 039e9b60
METAL GEAR SOLID PEACE WALKER v1.15.2 2023-05-11 Branch in branch delay slot at 09edf1b4 with different target
METAL GEAR SOLID PEACE WALKER v1.15.2 2023-05-11 Jump to invalid address: 0b3bc2c0
METAL GEAR SOLID PEACE WALKER v1.15.3 2023-05-09 sceKernelLoadModule: unsupported options size=00000014, flags=0891c5c8, pos=0, access=1, data=0, text=2
METAL GEAR SOLID PEACE WALKER v1.15.3 2023-05-09 sceKernelLoadModule: unsupported options size=00000014, flags=0891c5c8, pos=0, access=1, data=0, text=1
METAL GEAR SOLID PEACE WALKER v1.15.3 2023-05-09 __KernelStopThread: thread 443 does not exist (helper deleted)
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-05-04 UI scissor out of bounds in GameSettingsScreen: 344,0-1203,720 / 1464,720
METAL GEAR SOLID PEACE WALKER v1.12.2 2023-05-02 __KernelStopThread: thread 407 does not exist
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-05-01 sceUtilityMsgDialogInitStart: invalid status
METAL GEAR SOLID PEACE WALKER v1.10.2 2023-04-17 Unknown syscall in known module 'sceNp': 0x7e0864df
METAL GEAR SOLID PEACE WALKER v1.10.2 2023-04-17 Unknown syscall in known module 'sceNp': 0x633b5f71
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-04-17 __KernelStopThread: thread 389 does not exist (helper deleted)
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-04-10 Unusual bezier/spline vtype: 120017c1, morph: 0, bones: 1
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-04-06 __KernelStopThread: thread 393 does not exist (helper deleted)
METAL GEAR SOLID PEACE WALKER v1.14.3 2023-04-02 UI scissor out of bounds in GameSettingsScreen: 463,0-1859,1080 / 2210,1080
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-03-30 Error in shader compilation: info: Fragment shader compilation failed. Internal compiler error: unexpected operator 001c1a86:00000000 WriteMask ReplaceBlend_6A:10_B:6_Eq:0 #version 300 es // Driver: Adreno (TM) 330 - GLSL 300 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 001c1a86:00000000 WriteMask ReplaceBlend_6A:10_B:6_Eq:0 precision highp int; uniform sampler2D fbotex; uniform vec3 u_blendFixA; uniform uint u_colorWriteMask; in lowp vec4 v_color0; in mediump float v_fogdepth; out vec4 fragColor0; uint packUnorm4x8R(vec4 v) { highp vec4 f = clamp(v, 0.0, 1.0); uvec4 u = uvec4(255.0 * f); return u.x | (u.y << 0x8u) | (u.z << 0x10u) | (u.w << 0x18u); } vec4 unpackUnorm4x8R(highp uint x) { highp uvec4 u = uvec4(x & 0xFFu, (x >> 0x8u) & 0xFFu, (x >> 0x10u) & 0xFFu, (x >> 0x18u) & 0xFFu); highp vec4 f = vec4(u); return f * (1.0 / 255.0); } void main() { lowp vec4 destColor = texelFetch(fbotex, ivec2(gl_FragCoord.x, gl_FragCoord.y), 0); vec4 v = v_color0 ; v.rgb = v.rgb * u_blendFixA + destColor.rgb * v.aaa * 2.0; fragColor0 = v; highp uint v32 = packUnorm4x8R(fragColor0); highp uint d32 = packUnorm4x8R(destColor); v32 = (v32 & u_colorWriteMask & 0x00FFFFFFu) | (d32 & (~u_colorWriteMask | 0xFF000000u)); fragColor0 = unpackUnorm4x8R(v32); }
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-03-27 sceKernelRegisterSubIntrHandler(30, 1, 08893958, 00000000): duplicate handler
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1656,516-0,92 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1656,412-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1656,308-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1656,204-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1656,100-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1530,516-0,92 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1530,412-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1530,308-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1530,204-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1530,100-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1512,516-0,92 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1512,412-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1512,308-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1512,204-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1512,100-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1680,516-0,92 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1680,412-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1680,308-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1680,204-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-03-26 UI scissor out of bounds in SavedataScreen: 1680,100-0,99 / 1480,720
METAL GEAR SOLID PEACE WALKER v1.9.3-80-g73bf6098e 2023-03-25 __KernelStopThread: thread 816 does not exist
METAL GEAR SOLID PEACE WALKER v1.9.3-80-g73bf6098e 2023-03-25 __KernelStopThread: thread 780 does not exist
METAL GEAR SOLID PEACE WALKER v1.9.3-80-g73bf6098e 2023-03-25 __KernelStopThread: thread 498 does not exist
METAL GEAR SOLID PEACE WALKER v1.10.2 2023-03-16 __KernelStopThread: thread 2106 does not exist
METAL GEAR SOLID PEACE WALKER v1.9.4 2023-03-11 __KernelStopThread: thread 1511 does not exist
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-03-07 Unimplemented HLE function sceUtilityGetNetParam
METAL GEAR SOLID PEACE WALKER v1.13.2 2023-03-04 sceKernelLoadModule: unsupported options size=00000014, flags=0899a900, pos=0, access=1, data=2, text=2
METAL GEAR SOLID PEACE WALKER v1.14.1 2023-02-19 sceKernelLoadModule: unsupported options size=00000014, flags=08beaac0, pos=0, access=1, data=1, text=1
METAL GEAR SOLID PEACE WALKER v1.14.1 2023-02-19 sceKernelLoadModule: unsupported options size=00000014, flags=09fff5f0, pos=0, access=1, data=1, text=1
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-02-15 00000400=sceGeEdramSetAddrTranslation(00000400)
METAL GEAR SOLID PEACE WALKER v1.14-66-ge9ed8370a 2023-02-14 ReadFromHardware: Invalid address 21eda4c9 near PC 088789c8 LR 0887990c
METAL GEAR SOLID PEACE WALKER v1.14-66-ge9ed8370a 2023-02-14 WriteToHardware: Invalid address 14c289c1 near PC 088eaa88 LR 088ead60
METAL GEAR SOLID PEACE WALKER v1.14-66-ge9ed8370a 2023-02-14 ReadFromHardware: Invalid address 22c3f6e0 near PC 0880f12c LR 0880f210
METAL GEAR SOLID PEACE WALKER v1.14-66-ge9ed8370a 2023-02-14 WriteToHardware: Invalid address 140ae546 near PC 0887dc84 LR 0887dcc8
METAL GEAR SOLID PEACE WALKER v1.14-66-ge9ed8370a 2023-02-14 ReadFromHardware: Invalid address 140ae536 near PC 088274f0 LR 088274f0
METAL GEAR SOLID PEACE WALKER v1.10.3-268-g7ffc37eb7 2023-01-31 __KernelStopThread: thread 437 does not exist
METAL GEAR SOLID PEACE WALKER v1.14.1 2023-01-27 sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=0, text=0
METAL GEAR SOLID PEACE WALKER v1.14.4-284-g473da82e8 2023-01-24 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2
METAL GEAR SOLID PEACE WALKER v1.13.1 2023-01-23 sceNetAdhocMatchingInit(9816) at 088fc4e8
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-01-20 sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-01-20 sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1
METAL GEAR SOLID PEACE WALKER v1.14.1 2023-01-24 UI scissor out of bounds in GamePauseScreen: 2971,13-1008,354 / 1813,816
METAL GEAR SOLID PEACE WALKER v1.14 2023-01-08 UI scissor out of bounds in GamePauseScreen: 325,20-200,940 / 960,540
METAL GEAR SOLID PEACE WALKER v1.14 2023-01-08 UI scissor out of bounds in GamePauseScreen: 0,20-315,940 / 960,540
METAL GEAR SOLID PEACE WALKER v1.14.2 2023-01-07 UI scissor out of bounds in MainScreen: 54,675-666,885 / 1560,720
METAL GEAR SOLID PEACE WALKER v1.14.1 2023-01-26 UI scissor out of bounds in GamePauseScreen: 181,13-2757,354 / 1813,816
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-01-06 Jump to invalid address: 02c80000
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-01-06 Branch in Jump delay slot at 09ffe2cc in block starting at 09ffe260
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-01-06 Jump to invalid address: 05459140
METAL GEAR SOLID PEACE WALKER v1.14.4 2023-01-06 Jump to invalid address: 02146c10
METAL GEAR SOLID PEACE WALKER v1.14.1 2022-12-31 __KernelStopThread: thread 2851 does not exist (helper deleted)
METAL GEAR SOLID PEACE WALKER v1.13.1 2023-01-18 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136
METAL GEAR SOLID PEACE WALKER v1.14.1 2022-12-29 sceKernelLoadModule: unsupported options size=00000014, flags=0882ce3c, pos=0, access=1, data=2, text=2
METAL GEAR SOLID PEACE WALKER v1.14.1 2022-12-29 sceKernelLoadModule: unsupported options size=00000014, flags=09510110, pos=0, access=1, data=2, text=2
METAL GEAR SOLID PEACE WALKER v1.14.1 2022-12-29 __KernelStopThread: thread 1303 does not exist (ApctlThread stopped)
METAL GEAR SOLID PEACE WALKER v1.13.2-1944-g3e481634a 2022-12-20 80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header
METAL GEAR SOLID PEACE WALKER v1.13.2 2022-12-20 sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid)
METAL GEAR SOLID PEACE WALKER v1.13.2 2022-12-06 00000000=sceDisplaySetHoldMode(00000001): unsupported
METAL GEAR SOLID PEACE WALKER v1.13.2 2022-12-03 Unknown GetPointerWrite 00000002 PC 08903d54 LR 08903d64
METAL GEAR SOLID PEACE WALKER v1.13.2-1734-gcf27d1413 2022-11-13 Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0
METAL GEAR SOLID PEACE WALKER v1.13.2-1734-gcf27d1413 2022-11-13 00000400=sceGeEdramSetAddrTranslation(00001000)
METAL GEAR SOLID PEACE WALKER v1.9.4 2022-11-06 Jump to invalid address: 00000080
METAL GEAR SOLID PEACE WALKER v1.13.2 2022-11-04 sceKernelCreateThread(name=MediaEngine): unsupported attributes 00001006
METAL GEAR SOLID PEACE WALKER v1.12.3 2022-11-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147002140
METAL GEAR SOLID PEACE WALKER v1.12.3 2022-11-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146993220
METAL GEAR SOLID PEACE WALKER v1.12.3 2022-11-02 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 166232480
METAL GEAR SOLID PEACE WALKER v1.12.3 2022-11-02 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776
METAL GEAR SOLID PEACE WALKER v1.12.3 2022-11-02 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=2, text=2
METAL GEAR SOLID PEACE WALKER v1.10.3 2022-11-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296812
METAL GEAR SOLID PEACE WALKER v1.13.2 2022-11-01 ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 0883c95c, type=8 : lwc1 f0, -0x7F5C(gp)