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 |
SNK Arcade Classics Vol. 1 |
v1.17.1 |
2024-08-11 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (00130080), bad data |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2024-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2024-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2024-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2024-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.14.4-719-gc286ecc65 |
2023-12-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.16.5 |
2023-10-14 |
An uneaten prefix at end of block: 0882e674 |
SNK Arcade Classics Vol. 1 |
v1.16.5 |
2023-10-14 |
sceKernelVolatileMemUnlock(0) FAILED - not locked |
SNK Arcade Classics Vol. 1 |
v1.16.5 |
2023-10-12 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI40e9, d8:97:e8:21:40:e9, 20000000, 0) at 0888fb54 |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2023-10-22 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI3822, 3, 2, 09fff690, 20000000, 0) at 0888f9ec |
SNK Arcade Classics Vol. 1 |
v1.15.4 |
2023-08-14 |
scePsmfPlayerStart(09fffbd0, 09fffb50, 0): unable to change video stream to 0 |
SNK Arcade Classics Vol. 1 |
v1.15.4 |
2023-08-14 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (ff000000), bad data |
SNK Arcade Classics Vol. 1 |
v1.15.4 |
2023-08-14 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (a5e380bd), bad data |
SNK Arcade Classics Vol. 1 |
v1.15.4 |
2023-08-14 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (b0eebbfc), bad data |
SNK Arcade Classics Vol. 1 |
v1.6.3 |
2023-07-23 |
Error in shader program link: info: error: linking with uncompiled shadererror: linking with uncompiled shader
fs: postshader
#version 300
#ifdef GL_ARB_shading_language_420pack
#extension GL_ARB_shading_language_420pack : require
#endif
uniform sampler2D sampler0;
in vec4 v_texcoord0;
in vec4 v_texcoord1;
in vec4 v_texcoord2;
in vec4 v_texcoord3;
out vec4 _gl_FragColor;
void main()
{
vec3 c0 = texture(sampler0, v_texcoord0.xy).xyz;
c0 += (texture(sampler0, v_texcoord0.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord0.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord0.zw).xyz * 0.125);
c0 += texture(sampler0, v_texcoord1.xy).xyz;
c0 += (texture(sampler0, v_texcoord1.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord1.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord1.zw).xyz * 0.125);
c0 += texture(sampler0, v_texcoord2.xy).xyz;
c0 += (texture(sampler0, v_texcoord2.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord2.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord2.zw).xyz * 0.125);
c0 += texture(sampler0, v_texcoord3.xy).xyz;
c0 += (texture(sampler0, v_texcoord3.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord3.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord3.zw).xyz * 0.125);
c0 *= 0.15384615957736968994140625;
vec3 c1 = mat3(vec3(0.2989999949932098388671875, 0.596000015735626220703125, 0.21199999749660491943359375), vec3(0.58700001239776611328125, -0.2750000059604644775390625, -0.5230000019073486328125), vec3(0.114000000059604644775390625, -0.3210000097751617431640625, 0.31099998950958251953125)) * c0;
c1 = vec3(pow(c1.x, 1.2000000476837158203125), c1.yz * vec2(1.2000000476837158203125));
vec3 _193 = mat3(vec3(1.0), vec3(0.955688059329986572265625, -0.2715817987918853759765625, -1.10817730426788330078125), vec3(0.619858086109161376953125, -0.64687383174896240234375, 1.7050645351409912109375)) * c1;
_gl_FragColor = vec4(_193.x, _193.y, _193.z, _gl_FragColor.w);
_gl_FragColor.w = 1.0;
}
vs: postshader
#version 300
#ifdef GL_ARB_shading_language_420pack
#extension GL_ARB_shading_language_420pack : require
#endif
uniform vec4 u_texelDelta;
in vec4 a_position;
out vec4 v_texcoord0;
in vec2 a_texcoord0;
out vec4 v_texcoord1;
out vec4 v_texcoord2;
out vec4 v_texcoord3;
void main()
{
gl_Position = a_position;
v_texcoord0 = a_texcoord0.xyxy + (vec4(-0.5, -0.5, -1.5, -1.5) * u_texelDelta.xyxy);
v_texcoord1 = a_texcoord0.xyxy + (vec4(0.5, -0.5, 1.5, -1.5) * u_texelDelta.xyxy);
v_texcoord2 = a_texcoord0.xyxy + (vec4(-0.5, 0.5, -1.5, 1.5) * u_texelDelta.xyxy);
v_texcoord3 = a_texcoord0.xyxy + (vec4(0.5, 0.5, 1.5, 1.5) * u_texelDelta.xyxy);
gl_Position.z = 2.0 * gl_Position.z - gl_Position.w;
}
|
SNK Arcade Classics Vol. 1 |
v1.6.3 |
2023-07-23 |
Error in shader compilation: info: 0:1(10): error: GLSL 3.00 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 1.00 ES, and 3.00 ES
postshader
#version 300
#ifdef GL_ARB_shading_language_420pack
#extension GL_ARB_shading_language_420pack : require
#endif
uniform sampler2D sampler0;
in vec4 v_texcoord0;
in vec4 v_texcoord1;
in vec4 v_texcoord2;
in vec4 v_texcoord3;
out vec4 _gl_FragColor;
void main()
{
vec3 c0 = texture(sampler0, v_texcoord0.xy).xyz;
c0 += (texture(sampler0, v_texcoord0.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord0.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord0.zw).xyz * 0.125);
c0 += texture(sampler0, v_texcoord1.xy).xyz;
c0 += (texture(sampler0, v_texcoord1.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord1.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord1.zw).xyz * 0.125);
c0 += texture(sampler0, v_texcoord2.xy).xyz;
c0 += (texture(sampler0, v_texcoord2.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord2.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord2.zw).xyz * 0.125);
c0 += texture(sampler0, v_texcoord3.xy).xyz;
c0 += (texture(sampler0, v_texcoord3.zy).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord3.xw).xyz * 0.25);
c0 += (texture(sampler0, v_texcoord3.zw).xyz * 0.125);
c0 *= 0.15384615957736968994140625;
vec3 c1 = mat3(vec3(0.2989999949932098388671875, 0.596000015735626220703125, 0.21199999749660491943359375), vec3(0.58700001239776611328125, -0.2750000059604644775390625, -0.5230000019073486328125), vec3(0.114000000059604644775390625, -0.3210000097751617431640625, 0.31099998950958251953125)) * c0;
c1 = vec3(pow(c1.x, 1.2000000476837158203125), c1.yz * vec2(1.2000000476837158203125));
vec3 _193 = mat3(vec3(1.0), vec3(0.955688059329986572265625, -0.2715817987918853759765625, -1.10817730426788330078125), vec3(0.619858086109161376953125, -0.64687383174896240234375, 1.7050645351409912109375)) * c1;
_gl_FragColor = vec4(_193.x, _193.y, _193.z, _gl_FragColor.w);
_gl_FragColor.w = 1.0;
}
|
SNK Arcade Classics Vol. 1 |
v1.6.3 |
2023-07-23 |
Error in shader compilation: info: 0:1(10): error: GLSL 3.00 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 1.00 ES, and 3.00 ES
postshader
#version 300
#ifdef GL_ARB_shading_language_420pack
#extension GL_ARB_shading_language_420pack : require
#endif
uniform vec4 u_texelDelta;
in vec4 a_position;
out vec4 v_texcoord0;
in vec2 a_texcoord0;
out vec4 v_texcoord1;
out vec4 v_texcoord2;
out vec4 v_texcoord3;
void main()
{
gl_Position = a_position;
v_texcoord0 = a_texcoord0.xyxy + (vec4(-0.5, -0.5, -1.5, -1.5) * u_texelDelta.xyxy);
v_texcoord1 = a_texcoord0.xyxy + (vec4(0.5, -0.5, 1.5, -1.5) * u_texelDelta.xyxy);
v_texcoord2 = a_texcoord0.xyxy + (vec4(-0.5, 0.5, -1.5, 1.5) * u_texelDelta.xyxy);
v_texcoord3 = a_texcoord0.xyxy + (vec4(0.5, 0.5, 1.5, 1.5) * u_texelDelta.xyxy);
gl_Position.z = 2.0 * gl_Position.z - gl_Position.w;
}
|
SNK Arcade Classics Vol. 1 |
v1.17.3 |
2024-07-21 |
sceNetAdhocMatchingInit(32768) at 0888ec90 |
SNK Arcade Classics Vol. 1 |
v1.15.4 |
2023-06-09 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (746e6574), bad data |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/fb7846e2, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/f1b73d12, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/e0cf8091, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/d9392ccb, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/d2b18485, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/cc0a8bda, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/c6a8bee2, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/c56949ad, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/beb47224, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/b8476cf4, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/b7d3c112, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/b4d1cbbf, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/a62e6e80, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/a2d5d209, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/953e6c10, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/92c05851, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/90521ac5, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/8406f469, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2023-03-15 |
Ignoring func export sceCcc/76e33e9c, already implemented in HLE. |
SNK Arcade Classics Vol. 1 |
v1.14.4 |
2023-02-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.17.1 |
2024-06-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.13.2 |
2022-11-15 |
Savedata version requested: 3 |
SNK Arcade Classics Vol. 1 |
v1.13.1 |
2023-01-17 |
00000000=sceDisplaySetHoldMode(00000001): unsupported |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-07-03 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (d4ebcab9), bad data |
SNK Arcade Classics Vol. 1 |
v1.15.4 |
2023-08-14 |
800200d2=scePsmfPlayerSetPsmf(09fffbd0, disc0:/PSP_GAME/USRDIR/VIDEO/INTRO.PMF): too many streams in PSMF video, bogus data |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-07-03 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (f504299c), bad data |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2022-06-14 |
sceMpegRingbufferPut(): invalid mpeg data |
SNK Arcade Classics Vol. 1 |
v1.13 |
2023-08-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147998192 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 147069000 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146129136 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146120776 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143597400 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167770768 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-01-18 |
Unexpected mpeg first timestamp: 0 / 0 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2022-01-10 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(TRIa5cc, 8c:fc:37:b3:a5:cc, 20000000, 0) at 0888fb54 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2022-01-04 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(TRIa8ae, 3, 2, 09fff690, 20000000, 0) at 0888f9ec |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-01-01 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(TRId85a, 3, 2, 09fff690, 20000000, 0) at 0888f9ec |
SNK Arcade Classics Vol. 1 |
v1.17.1 |
2024-09-04 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (00000000), bad data |
SNK Arcade Classics Vol. 1 |
v1.11.3-1189-g2cf9b3d51 |
2021-09-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=2f454d41, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.11.3-1189-g2cf9b3d51 |
2021-09-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=2f454d41, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.11.3-1189-g2cf9b3d51 |
2021-09-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08990000, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.11.3-1189-g2cf9b3d51 |
2021-09-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08990000, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-08-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-08-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145759344 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-18 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918352 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907468 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316544 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08228844, firstSym=082286c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228854, firstSym=082286e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228858, firstSym=082286e8, varData=00000000, extra=00000000
|
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.10.2 |
2021-06-04 |
80630006=sceAtracSetDataAndGetID(08a144c0, ffffffff): invalid RIFF header |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=02000200, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-01-08 |
Video out requested, not supported: mode=0 size=0,0 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-01-08 |
RET: Stack empty! |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2024-10-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
SNK Arcade Classics Vol. 1 |
v1.13.1 |
2023-01-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
SNK Arcade Classics Vol. 1 |
v1.12.3 |
2022-03-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2020-11-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.17 |
2024-09-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.11.3 |
2021-07-06 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2021-03-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
SNK Arcade Classics Vol. 1 |
v1.16.6 |
2024-01-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2020-08-21 |
VTYPE with morph used: THRU=0 TC=0 COL=0 POS=3 NRM=0 WT=0 NW=1 IDX=2 MC=2 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2020-08-21 |
sceKernelCreateThread(name=ScePafJob): unsupported options parameter 09fbfdd0 |
SNK Arcade Classics Vol. 1 |
v1.10.3 |
2020-08-21 |
sceKernelCreateThread(name=ScePafJob): unsupported attributes 00000008 |