Recent logs - METAL SLUG Anthology

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 Anthology v1.19.3 2025-09-16 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI0f95, a0:b8:14:07:0f:95, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-09-05 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIa1b8, 64:a1:9f:7a:a1:b8, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-09-05 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIa1b8, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.3 2025-08-17 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI3259, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.17.1-334-g1786a4ddb 2025-08-17 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI94b1, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.3 2025-08-10 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIc9ae, 98:81:6e:7b:c9:ae, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.19.3 2025-08-10 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIc9ae, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.19.3 2025-08-10 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIc9ae, 98:81:6e:7b:c9:ae, 20000000, 0) at 08829190
METAL SLUG Anthology v1.19.3 2025-08-10 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI1e28, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.19.3 2025-08-10 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI1e28, f8:df:87:72:1e:28, 20000000, 0) at 08829190
METAL SLUG Anthology v1.18.1 2025-07-24 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI0253, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.3 2025-07-21 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI7c80, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.3 2025-07-20 Error in shader program link: info: (unknown reason) fs: 10180000:00000382 Tex FragUber TClampST TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Adreno (TM) 508 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:00000382 Tex FragUber TClampST TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform vec4 u_texclamp; uniform vec2 u_texclampoff; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec2 fixedcoord = vec2((clamp(v_texcoord.x, u_texclamp.z, u_texclamp.x - u_texclamp.z) + u_texclampoff.x), (clamp(v_texcoord.y, u_texclamp.w, u_texclamp.y - u_texclamp.w) + u_texclampoff.y)); vec4 t = texture(tex, fixedcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb *= u_texNoAlphaMul.y; fragColor0 = v; } vs: 00000000:0000000a THR C
METAL SLUG Anthology v1.19.3 2025-07-20 Error in shader program link: info: (unknown reason) fs: 10180000:00000002 Tex FragUber TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Adreno (TM) 508 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:00000002 Tex FragUber TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; in lowp vec4 v_color0; 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; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb *= u_texNoAlphaMul.y; fragColor0 = v; } vs: 00000000:0000000a THR C
METAL SLUG Anthology v1.19.3 2025-07-20 Error in shader program link: info: (unknown reason) fs: 10180000:00000000 FragUber #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Adreno (TM) 508 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:00000000 FragUber in lowp vec4 v_color0; in mediump float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; fragColor0 = v; } vs: 00000000:0000000a THR C
METAL SLUG Anthology v1.19.3 2025-07-20 Error in shader program link: info: (unknown reason) fs: 00000000:00000001 Clear #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Adreno (TM) 508 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00000001 Clear in lowp vec4 v_color0; in mediump float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0; fragColor0 = v; } vs: 00000000:0000000a THR C
METAL SLUG Anthology v1.19.2 2025-07-17 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI957a, 38:02:5c:eb:95:7a, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-07-03 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRId5dd, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.2 2025-06-30 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI59f0, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.2 2025-06-30 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI59f0, b0:fb:98:14:59:f0, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-08-29 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI0f44, 3c:58:75:5b:0f:44, 20000000, 0) at 08829190
METAL SLUG Anthology v1.18.1 2025-06-23 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIb8ba, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-19 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIc7ab, b4:d6:ba:4d:c7:ab, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-06-19 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIdce7, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.19.1 2025-06-16 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI489a, 64:ad:60:97:48:9a, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-06-14 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIf3a3, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-12 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI7b46, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-12 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI7b46, 96:eb:8b:55:7b:46, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-06-10 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIa322, c8:79:68:55:a3:22, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-06-09 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI9709, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-09 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI6d90, 2c:e2:d3:1a:6d:90, 20000000, 0) at 08829190
METAL SLUG Anthology v1.19.3 2025-09-16 Reimporting: func import sceCcc/c6a8bee2 changed
METAL SLUG Anthology v1.19.3 2025-09-16 Reimporting: func import sceCcc/b7d3c112 changed
METAL SLUG Anthology v1.19.3 2025-09-16 Reimporting: func import sceCcc/92c05851 changed
METAL SLUG Anthology v1.18.1 2025-06-07 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI6d90, 2c:e2:d3:1a:6d:90, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-06-09 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI5f56, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-03 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIfe52, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-01 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIa5e6, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-31 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI55be, c4:93:6b:0b:55:be, 20000000, 0) at 08829190
METAL SLUG Anthology v1.18.1 2025-05-31 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI9437, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-05-31 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIbaa5, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-05-30 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI7a92, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-06-01 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIa430, 2c:0b:5b:53:a4:30, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-28 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIe4bf, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-29 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIafd2, 44:24:7d:8c:af:d2, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-27 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI2480, 88:76:52:02:24:80, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.17.1-334-g1786a4ddb 2025-05-27 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI2480, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.17.1-334-g1786a4ddb 2025-05-27 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIabfb, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-27 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI1e32, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.17.1-334-g1786a4ddb 2025-05-27 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI1e32, 40:47:2a:d4:1e:32, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-25 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIf631, 60:76:c9:c0:f6:31, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-23 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI5dd1, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-31 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI9437, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-15 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIdb0b, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-05-13 scePsmfPlayerSetPsmf*: incorrect PSMF magic (304f68be), bad data
METAL SLUG Anthology v1.18.1 2025-05-15 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIdb0b, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-13 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI5ff7, 44:d3:e9:f6:5f:f7, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-11 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIe14b, 00:a1:62:1f:e1:4b, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-11 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI55be, c4:93:6b:0b:55:be, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.14.4 2025-05-09 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIfd1b, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-05 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI6e1a, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-05-03 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIc369, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-03 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI6d10, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18 2025-05-02 scePsmfPlayerSetPsmf*: incorrect PSMF magic (2e6a1b80), bad data
METAL SLUG Anthology v1.18.1 2025-09-16 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI0f44, 3c:58:75:5b:0f:44, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-30 scePsmfPlayerSetPsmf*: incorrect PSMF magic (0c0c0c0c), bad data
METAL SLUG Anthology v1.18.1 2025-04-29 scePsmfPlayerSetPsmf*: incorrect PSMF magic (0000f868), bad data
METAL SLUG Anthology v1.18.1 2025-05-04 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI70c1, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-05-04 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI70c1, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-16 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI83ba, 94:e7:1d:8d:83:ba, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-23 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI9419, 44:9d:38:36:94:19, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-23 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI9419, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-05-10 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI83ba, 94:e7:1d:8d:83:ba, 20000000, 0) at 08829190
METAL SLUG Anthology v1.18 2025-04-22 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI6470, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-22 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIabd1, a0:dd:a8:03:ab:d1, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-05-05 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI6e1a, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-22 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI6e1a, e0:29:77:a0:6e:1a, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-21 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIaaff, f0:cd:d0:c0:aa:ff, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-19 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI4014, 18:3f:81:e2:40:14, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18 2025-04-18 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRId8c3, ac:ec:05:c6:d8:c3, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18 2025-04-18 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRId8c3, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18 2025-04-18 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI6cf5, 90:40:f1:d2:6c:f5, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18 2025-04-18 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI6cf5, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-18 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI6273, 88:55:9b:cc:62:73, 20000000, 0) at 08829190
METAL SLUG Anthology v1.18.1 2025-04-18 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIc677, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-18 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIc677, 2c:8a:72:09:c6:77, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-16 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIe3ae, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-16 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRId217, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-14 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIa8a8, 94:41:03:27:a8:a8, 20000000, 0) at 08829190
METAL SLUG Anthology v1.18.1 2025-04-13 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI46ab, 4c:17:5d:e1:46:ab, 20000000, 0) at 088e683c
METAL SLUG Anthology v1.18.1 2025-04-13 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIbc41, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-14 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI8f99, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-04-14 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI8f99, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.12.3 2025-04-09 sceSasSetADSRMode(08bbde80, 13, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
METAL SLUG Anthology v1.18.1 2025-04-09 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIb209, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-18 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI2c7d, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18 2025-06-06 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIa1e5, 1, 2, 09fff8c0, 20000000, 0) at 0882910c
METAL SLUG Anthology v1.18.1 2025-04-05 scePsmfPlayerSetPsmf*: incorrect PSMF magic (8b86c068), bad data
METAL SLUG Anthology v1.18.1 2025-04-05 UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI013c, 1, 2, 09ffe9d0, 20000000, 0) at 088e66d4
METAL SLUG Anthology v1.18.1 2025-04-05 UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI013c, 28:37:2d:6b:01:3c, 20000000, 0) at 088e683c