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 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=4e49422e, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=0822a444, firstSym=0822a2c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=0822a454, firstSym=0822a2e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=0822a458, firstSym=0822a2e8, varData=00000000, extra=00000000
|
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0x58b1f937 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=fefefefe, pos=0, access=1, data=1, text=1 |
Grand Theft Auto: Vice City Stories |
v1.9.4 |
2020-12-12 |
WriteToHardware: Invalid address 0000082c near PC 08000000 LR 08000000 |
Grand Theft Auto: Vice City Stories |
v1.10.3-1271-gb8ccd7fae |
2020-12-05 |
Video out requested, not supported: mode=0 size=512,272 |
Grand Theft Auto: Vice City Stories |
v1.10.3-1271-gb8ccd7fae |
2020-12-05 |
sceKernelCreateThread(name=jmpFont_Library): unsupported attributes 00000006 |
Grand Theft Auto: Vice City Stories |
v1.10.3-1271-gb8ccd7fae |
2020-12-05 |
ReadFromHardware: Invalid address 0a000000 near PC 08e1b560 LR 08e1b560 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-12-04 |
WriteToHardware: Invalid address 00000002 near PC 0899f91c LR 089b920c |
Grand Theft Auto: Vice City Stories |
v1.4.2-425-g7a7ccee5e |
2020-12-07 |
Error in shader compilation: info: ERROR: 0:16: 'u_proj' : undeclared identifier
/ code: #version 330
#define lowp
#define mediump
#define highp
in vec3 position;
in mediump vec3 normal;
uniform mat4 u_proj_through;
uniform mat4 u_world;
uniform mat4 u_view;
uniform lowp vec4 u_matambientalpha;
out lowp vec4 v_color0;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
v_color0 = u_matambientalpha;
}
|
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-11-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaf0, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.6.3-492-g9fddfff66 |
2020-11-27 |
Error in shader program link: info: (unknown reason)
fs: 00000000:0000d000 AlphaTest >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D testtex;
in vec4 v_color0;
inout vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a;
if (aResult < 0.5) discard;
fragColor0 = v;
}
vs: 00000000:0000000a THR C
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
vec4 outPos = u_proj_through * vec4(position.xyz, 1.0);
gl_Position = outPos;
}
|
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-10-23 |
WriteToHardware: Invalid address 00000000 near PC 0887bd9c LR 0887bd20 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-10-23 |
WriteToHardware: Invalid address 00000000 near PC 08000000 LR 08000000 |
Grand Theft Auto: Vice City Stories |
v1.6.3-492-g9fddfff66 |
2020-11-10 |
Error in shader program link: info: (unknown reason)
fs: 00000000:00000022 Tex TexAlpha TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
fragColor0 = v;
}
vs: 00000000:00000012 THR Tex
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
vec4 outPos = u_proj_through * vec4(position.xyz, 1.0);
gl_Position = outPos;
}
|
Grand Theft Auto: Vice City Stories |
v1.6.3-492-g9fddfff66 |
2020-11-27 |
Error in shader program link: info: (unknown reason)
fs: 00000000:0000d022 Tex TexAlpha TFuncMod AlphaTest >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a;
if (aResult < 0.5) discard;
fragColor0 = v;
}
vs: 00000000:0000001a THR C Tex
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
vec4 outPos = u_proj_through * vec4(position.xyz, 1.0);
gl_Position = outPos;
}
|
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-26 |
Savedata version requested: 3 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-16 |
ReadFromHardware: Invalid address 000045d4 near PC 08973ba0 LR 08973a50 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-16 |
ReadFromHardware: Invalid address 000045d0 near PC 08973ba0 LR 08973a50 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-16 |
Unknown GetPointer 00000000 PC 00000000 LR 08973bc8 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-07 |
ReadFromHardware: Invalid address 000003be near PC 08973ba0 LR 08973a50 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-10-07 |
ReadFromHardware: Invalid address 000003ba near PC 08973ba0 LR 08973a50 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-09-22 |
sceIoAssign(disc0:, umd0:, isofs0:, IOASSIGN_RDONLY, 00000000, 0) |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-09-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2021-01-02 |
Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-09-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-09-22 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08227844, firstSym=082276c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08227854, firstSym=082276e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08227858, firstSym=082276e8, varData=00000000, extra=00000000
|
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-12-13 |
Crazy varData address 01011006, skipping rest of module |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-09-14 |
WriteToHardware: Invalid address 00000000 near PC 089b46a4 LR 089b4684 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-09-14 |
WriteToHardware: Invalid address 000006a8 near PC 08000000 LR 08000000 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-09-14 |
WriteToHardware: Invalid address 354d413e near PC 08000000 LR 08000000 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-09-08 |
Branch in RSRTComp delay slot at 08a0cbf8 in block starting at 08a0cb90 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-08-30 |
WriteToHardware: Invalid address 00000434 near PC 089d7b54 LR 089d7d24 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-08-30 |
WriteToHardware: Invalid address 000000d0 near PC 089d7b54 LR 089d7d24 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ce88eee8 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ccc7b7cc |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
Jump to invalid address: 04845df8 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction cccccccc |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 7e7cccb9 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction eeee8eee |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ee888838 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction eee8ddd8 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction b7779777 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ee83ddd8 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ee8383dd |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction b2b838bb |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction cccbbccc |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction eeee3eee |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction eeeeebe8 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction eee88eee |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ee22eeee |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction cc9e38e8 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 7779e997 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 9e9977eb |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
Branch in Jump delay slot at 08e42a88 in block starting at 08e42a80 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 7e88888e |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
Jump to invalid address: 02485c74 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 777ccc77 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction eeeeeeee |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 79ee38ee |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 4d2aca73 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction ee83ddd3 |
Grand Theft Auto: Vice City Stories |
v1.9.3 |
2020-08-30 |
MIPSCompileOp: Invalid instruction 4d6cca74 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-25 |
WriteToHardware: Invalid address 0000082c near PC 08b2af28 LR 08b2af28 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-08-21 |
Unknown syscall in known module 'sceAudio': 0x46ebb729 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-08-21 |
Unknown syscall in known module 'sceAudio': 0x20628e6f |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-08-21 |
Unknown syscall in known module 'ThreadManForUser': 0x71ec4271 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Grand Theft Auto: Vice City Stories |
v1.10.3 |
2020-08-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=0, text=0 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-11 |
ReadFromHardware: Invalid address 00002008 near PC 08000000 LR 08000000 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-11 |
WriteToHardware: Invalid address 27bd0288 near PC 08000000 LR 08000000 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-10 |
WriteToHardware: Invalid address 27bd0378 near PC 088d553c LR 088d5544 |
Grand Theft Auto: Vice City Stories |
v1.9.0 |
2020-08-11 |
WriteToHardware: Invalid address 27bd0378 near PC 08000000 LR 08000000 |