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 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 13070 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660 |
GUN Showdown |
v1.12.2 |
2023-08-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.15.3 |
2023-08-16 |
00000400=sceGeEdramSetAddrTranslation(00001000) |
GUN Showdown |
v1.15.3 |
2023-08-16 |
80630007=sceAtracSetData(2, 08d4b180, 0000d800): atracID uses different codec type than data |
GUN Showdown |
v1.15.3 |
2023-08-16 |
80630007=sceAtracSetData(2, 08d4b180, 0000fe00): atracID uses different codec type than data |
GUN Showdown |
v1.15.3 |
2023-08-16 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
GUN Showdown |
v1.15.3 |
2023-08-16 |
80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data |
GUN Showdown |
v1.15.4 |
2023-08-10 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
GUN Showdown |
v1.15.4 |
2023-08-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.14.1 |
2023-07-25 |
UI scissor out of bounds in GamePauseScreen: 1999,13-794,350 / 1428,720 |
GUN Showdown |
v1.14.1 |
2023-07-25 |
UI scissor out of bounds in GamePauseScreen: 0,13-1973,350 / 1428,720 |
GUN Showdown |
v1.13.2 |
2023-07-07 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
GUN Showdown |
v1.14.4 |
2023-04-04 |
Error in shader compilation: info: Vertex shader compilation failed.
ERROR: 0:125: 'comp' : redefinition
ERROR: 0:126: 'type' : redefinition
ERROR: 0:174: 'comp' : redefinition
ERROR: 0:175: 'type' : redefinition
ERROR: 0:223: 'comp' : redefinition
ERROR: 0:224: 'type' : redefinition
ERROR: 6 compilation errors. No code generated.
01000000:80000b30 HWX T N Tex Light: LightUberShader Cull
#version 300 es
// Driver: Adreno (TM) 320 - GLSL 300
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01000000:80000b30 HWX T N Tex Light: LightUberShader Cull
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 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 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_matambientalpha;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = 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;
if ((u_lightControl & 1u) != 0x0u) {
uint comp = (u_lightControl >> 0x04u) & 0x3u;
uint type = (u_lightControl >> 0x06u) & 0x3u;
if (type == 0x0u) {
toLight = u_lightpos0;
} else {
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
}
ldot = dot(toLight, worldnormal);
if (comp == 0x2u) {
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
}
switch (int(type)) {
case 1:
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
break;
case 2:
angle = length(u_lightdir0) == 0.0 ? 0.0 : dot(normalize(u_lightdir0), toLight);
if (angle >= u_lightangle_spotCoef0.x) {
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y));
} else {
lightScale = 0.0;
}
break;
default:
lightScale = 1.0;
break;
}
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (comp == 0x1u) {
if ( |
GUN Showdown |
v1.14.4 |
2023-04-04 |
Error in shader compilation: info: Vertex shader compilation failed.
ERROR: 0:126: 'comp' : redefinition
ERROR: 0:127: 'type' : redefinition
ERROR: 0:175: 'comp' : redefinition
ERROR: 0:176: 'type' : redefinition
ERROR: 0:224: 'comp' : redefinition
ERROR: 0:225: 'type' : redefinition
ERROR: 6 compilation errors. No code generated.
01000000:80000b38 HWX C T N Tex Light: LightUberShader Cull
#version 300 es
// Driver: Adreno (TM) 320 - GLSL 300
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01000000:80000b38 HWX C T N Tex 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 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;
if ((u_lightControl & 1u) != 0x0u) {
uint comp = (u_lightControl >> 0x04u) & 0x3u;
uint type = (u_lightControl >> 0x06u) & 0x3u;
if (type == 0x0u) {
toLight = u_lightpos0;
} else {
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
}
ldot = dot(toLight, worldnormal);
if (comp == 0x2u) {
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
}
switch (int(type)) {
case 1:
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
break;
case 2:
angle = length(u_lightdir0) == 0.0 ? 0.0 : dot(normalize(u_lightdir0), toLight);
if (angle >= u_lightangle_spotCoef0.x) {
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y));
} else {
lig |
GUN Showdown |
v1.14.4 |
2023-07-07 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1 |
GUN Showdown |
v1.13.2 |
2023-03-07 |
80630006=sceAtracSetDataAndGetID(08b3d9c4, 00008000): invalid RIFF header |
GUN Showdown |
v1.14.4 |
2023-02-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a87160, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.14.4 |
2023-02-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b8c790, pos=0, access=1, data=1, text=1 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 685,36-367,2304 / 2340,1080 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 76,36-592,2304 / 2340,1080 |
GUN Showdown |
v1.14.1 |
2023-01-17 |
UI scissor out of bounds in GamePauseScreen: 649,20-303,524 / 544,967 |
GUN Showdown |
v1.14.1 |
2023-01-17 |
UI scissor out of bounds in GamePauseScreen: 0,20-640,524 / 544,967 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 184,35-114,1684 / 544,967 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 0,35-179,1684 / 544,967 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 1155,11-538,295 / 967,544 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 0,11-1138,295 / 967,544 |
GUN Showdown |
v1.14.4 |
2023-01-15 |
GE Interrupt: newState might be 1 |
GUN Showdown |
v1.14.4 |
2023-01-15 |
sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid) |
GUN Showdown |
v1.14.4 |
2023-01-14 |
sceGeBreak(mode=0, unknown=08ce04ac): unknown ptr (valid) |
GUN Showdown |
v1.14.1 |
2023-01-13 |
UI scissor out of bounds in GamePauseScreen: 576,5-269,148 / 483,272 |
GUN Showdown |
v1.14.1 |
2023-01-13 |
UI scissor out of bounds in GamePauseScreen: 0,5-568,148 / 483,272 |
GUN Showdown |
v1.14.4 |
2023-01-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=0 |
GUN Showdown |
v1.14.1 |
2023-01-13 |
UI scissor out of bounds in GamePauseScreen: 92,17-57,841 / 272,483 |
GUN Showdown |
v1.14.1 |
2023-01-13 |
UI scissor out of bounds in GamePauseScreen: 0,17-90,841 / 272,483 |
GUN Showdown |
v1.14.1 |
2023-01-13 |
UI scissor out of bounds in GamePauseScreen: 324,10-152,262 / 272,483 |
GUN Showdown |
v1.14.1 |
2023-01-13 |
UI scissor out of bounds in GamePauseScreen: 0,10-320,262 / 272,483 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 1762,112-551,968 / 1080,2340 |
GUN Showdown |
v1.14.1 |
2023-01-21 |
UI scissor out of bounds in GamePauseScreen: 0,112-1744,968 / 1080,2340 |
GUN Showdown |
v1.13.1 |
2022-10-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.13.1-547-g9f4a84945 |
2022-10-20 |
GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 04154000 offset: 0 (32x16 stride 32, 8888):
[COLOR seq:13685 C:04154000/128(8888) Z:04110000/512 X:0 Y:0 reint: false]
[COLOR seq:13687 C:04154000/32(8888) Z:04110000/512 X:0 Y:0 reint: false]
|
GUN Showdown |
v1.13.2 |
2022-10-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146303584 |
GUN Showdown |
v1.13.1 |
2022-09-09 |
Unimplemented HLE function sceKernelDcacheWritebackAll |
GUN Showdown |
v1.13.1 |
2022-09-09 |
sceNetAdhocMatchingInit(32768) at 08a719b8 |
GUN Showdown |
v1.13.1 |
2022-09-09 |
Savedata version requested on save: 3 |
GUN Showdown |
v1.10.2 |
2022-08-25 |
Unexpected mpeg first timestamp: cf8823bd78f / 14261476382607 |
GUN Showdown |
v1.10.2 |
2022-08-25 |
Unexpected mpeg first timestamp: b1efe3b375 / 764233888629 |
GUN Showdown |
v1.10.2 |
2022-08-25 |
Unexpected mpeg first timestamp: ef96ef99ebf / 16464471498431 |
GUN Showdown |
v1.10.2 |
2022-08-25 |
Unexpected mpeg first timestamp: 5fc3f01c1eb / 6580946977259 |
GUN Showdown |
v1.10.2 |
2022-08-25 |
Unexpected mpeg first timestamp: 2592074d2b7 / 2581819871927 |
GUN Showdown |
v1.13.1 |
2022-08-12 |
Failed decrypting the PRX (ret = -1, size = 4109980, psp_size = 4110320)! |
GUN Showdown |
v1.13.1 |
2022-08-12 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
GUN Showdown |
v1.11.3 |
2022-08-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1 |
GUN Showdown |
v1.12.3 |
2022-07-19 |
Unexpected mpeg first timestamp: 3fd3d803d3d / 4386193423677 |
GUN Showdown |
v1.12.3 |
2022-07-19 |
Unexpected mpeg first timestamp: a5ad13eb00d / 11385173880845 |
GUN Showdown |
v1.12.3 |
2022-07-19 |
Unexpected mpeg first timestamp: e00d680000 / 962297593856 |
GUN Showdown |
v1.12.3 |
2022-07-19 |
Unexpected mpeg first timestamp: 9d7bd028006 / 10822193676294 |
GUN Showdown |
v1.12.3 |
2022-06-22 |
Unimplemented HLE function sceUtilityGetNetParam |
GUN Showdown |
v1.12.3 |
2022-08-28 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 29328 |
GUN Showdown |
v1.12.3 |
2022-06-12 |
Unexpected mpeg first timestamp: 4fe04a5101e / 5489046130718 |
GUN Showdown |
v1.12.3 |
2022-06-12 |
Unexpected mpeg first timestamp: abcf30df6b2 / 11806647908018 |
GUN Showdown |
v1.12.3 |
2022-06-12 |
Unexpected mpeg first timestamp: fb9c17ed158 / 17290489680216 |
GUN Showdown |
v1.11.3 |
2022-08-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
GUN Showdown |
v1.10.2 |
2022-05-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 07ff5b40 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 025b0b30 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 025b0ba0 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 025b88e0 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 03840000 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 037c0000 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 03a70400 |
GUN Showdown |
v1.12.2 |
2022-05-17 |
Jump to invalid address: 037a1680 |
GUN Showdown |
v1.12.3 |
2022-05-15 |
Unimplemented HLE function sceKernelStopUnloadSelfModule |
GUN Showdown |
v1.10.3 |
2022-05-08 |
Unknown syscall in known module 'sceNpAuth': 0xd99455dd |
GUN Showdown |
v1.10.3 |
2022-05-08 |
Unknown syscall in known module 'sceNpAuth': 0xcd86a656 |
GUN Showdown |
v1.10.3 |
2022-05-08 |
Unknown syscall in known module 'sceNpAuth': 0x72bb0467 |
GUN Showdown |
v1.10.3 |
2022-05-08 |
Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70 |
GUN Showdown |
v1.10.3 |
2022-05-08 |
Unknown syscall in known module 'sceNp': 0xbb069a87 |
GUN Showdown |
v1.9.0 |
2022-03-18 |
Unknown GetPointer 00000000 PC 088c83a8 LR 088c83a8 |
GUN Showdown |
v1.10.2 |
2022-03-04 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
GUN Showdown |
v1.10.2 |
2022-03-04 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204 |
GUN Showdown |
v1.13.1 |
2022-08-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.13.1 |
2022-08-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
GUN Showdown |
v1.15.4 |
2023-08-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
GUN Showdown |
v1.12.3 |
2022-01-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=08890a90, pos=0, access=1, data=1, text=1 |
GUN Showdown |
v1.12.3 |
2022-01-16 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
GUN Showdown |
v1.11.3 |
2021-12-31 |
Unexpected mpeg first timestamp: ffca005432 / 1098605679666 |
GUN Showdown |
v1.11.3 |
2021-12-31 |
Unexpected mpeg first timestamp: 9cccdc254e1 / 10775230043361 |
GUN Showdown |
v1.11.3 |
2021-12-31 |
Unexpected mpeg first timestamp: af8743fc900 / 12062218504448 |
GUN Showdown |
v1.12.3 |
2021-11-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167508272 |
GUN Showdown |
v1.12.3 |
2021-11-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1310720 |
GUN Showdown |
v1.12.3 |
2021-11-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147171884 |
GUN Showdown |
v1.12.3 |
2021-11-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952 |
GUN Showdown |
v1.12.3 |
2021-11-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488 |
GUN Showdown |
v1.12.3 |
2021-11-01 |
sceSasSetADSRMode(08beefc0, 15, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
GUN Showdown |
v1.12.3 |
2021-11-01 |
sceSasSetADSRMode(08beefc0, 14, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |