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 |
NBA2K13 |
v1.15.4 |
2023-09-10 |
ReadFromHardware: Invalid address bfc3bfc3 near PC bfc3bfc3 LR 088c9688 |
NBA2K13 |
v1.15.4 |
2023-09-06 |
Unknown GetPointerWrite 00000000 PC 08a8912c LR 08a89150 |
NBA2K13 |
v1.15.4 |
2023-09-06 |
UNIMPL sceMpegAvcResourceGetAvcEsBuf(deadbeef) |
NBA2K13 |
v1.14.4 |
2023-09-04 |
GE Interrupt: newState might be 17 |
NBA2K13 |
v1.13.2 |
2023-08-24 |
sceNetAdhocMatchingInit(8192) at 0897e728 |
NBA2K13 |
v1.15.4 |
2023-08-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
NBA2K13 |
v1.15.4 |
2023-08-14 |
00000400=sceGeEdramSetAddrTranslation(00001000) |
NBA2K13 |
v1.15.4 |
2023-08-08 |
ReadFromHardware: Invalid address e33e3b9c near PC e33e3b9c LR e33e3b9c |
NBA2K13 |
v1.15.4 |
2023-07-28 |
80630007=sceAtracSetData(1, 08d29808, 00010000): atracID uses different codec type than data |
NBA2K13 |
v1.15.4 |
2023-07-28 |
80630007=sceAtracSetData(0, 08d19800, 00010000): atracID uses different codec type than data |
NBA2K13 |
v1.15.4 |
2023-07-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.15.4 |
2023-07-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08af0100, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.15.4 |
2023-07-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c03ab0, pos=0, access=1, data=1, text=1 |
NBA2K13 |
v1.15.4 |
2023-07-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c03ab0, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.12.3 |
2023-07-16 |
MIPSCompileOp: Invalid instruction 0000003f |
NBA2K13 |
v1.13.1 |
2023-07-10 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151249632 |
NBA2K13 |
v1.13.1 |
2023-07-10 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816 |
NBA2K13 |
v1.15.4 |
2023-06-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987780, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.15.4 |
2023-06-22 |
sceGeBreak(mode=0, unknown=09fff4e0): unknown ptr (valid) |
NBA2K13 |
v1.15.4 |
2023-06-22 |
sceGeBreak(mode=0, unknown=09fff4d0): unknown ptr (valid) |
NBA2K13 |
v1.15.4 |
2023-06-22 |
sceGeBreak(mode=0, unknown=09fff3f0): unknown ptr (valid) |
NBA2K13 |
v1.15.4 |
2023-06-11 |
An uneaten prefix at end of block: 08807558 |
NBA2K13 |
v1.6.3 |
2023-06-05 |
Error in shader program link: info: Link Error: Vertex shader is missing.
Link Error: Fragment shader is missing.
fs: 00000000:0000f000 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: 01010000:00000900 HWX T Light: MatUp:1
#version 300 es
precision highp float;
in vec3 position;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
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 vec4 u_depthRange;
out lowp vec4 v_color0;
vec4 depthRoundZVP(vec4 v) {
float z = v.z / v.w;
z = z * u_depthRange.x + u_depthRange.y;
z = floor(z);
z = (z - u_depthRange.z) * u_depthRange.w;
return vec4(v.x, v.y, z * v.w, v.w);
}
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = depthRoundZVP(u_proj * viewPos);
lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
}
|
NBA2K13 |
v1.6.3 |
2023-06-05 |
Error in shader program link: info: Link Error: Vertex shader is missing.
Link Error: Fragment shader is missing.
fs: 00000000:0000f000 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: 01010000:00000908 HWX C T Light: MatUp:1
#version 300 es
precision highp float;
in vec3 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
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 vec4 u_depthRange;
out lowp vec4 v_color0;
vec4 depthRoundZVP(vec4 v) {
float z = v.z / v.w;
z = z * u_depthRange.x + u_depthRange.y;
z = floor(z);
z = (z - u_depthRange.z) * u_depthRange.w;
return vec4(v.x, v.y, z * v.w, v.w);
}
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = depthRoundZVP(u_proj * viewPos);
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
}
|
NBA2K13 |
v1.14.4 |
2023-05-31 |
Replacement rowPitch=512, but w=2880 (level=0) |
NBA2K13 |
v1.15.4 |
2023-05-29 |
__KernelStopThread: thread 441 does not exist (helper deleted) |
NBA2K13 |
v1.14.4 |
2023-05-22 |
Replacement rowPitch=2048, but w=8192 (level=0) |
NBA2K13 |
v1.12.2 |
2023-05-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064 |
NBA2K13 |
v1.14.4 |
2023-05-19 |
Replacement rowPitch=512, but w=2000 (level=0) |
NBA2K13 |
v1.11.3 |
2023-05-17 |
Branch in Jump delay slot at 08f44038 in block starting at 08f43fe0 |
NBA2K13 |
v1.11.3 |
2023-05-17 |
Branch in Jump delay slot at 08f44034 in block starting at 08f43fe0 |
NBA2K13 |
v1.11.3 |
2023-05-17 |
Jump to invalid address: 03d02740 |
NBA2K13 |
v1.14.4 |
2023-05-17 |
Replacement rowPitch=128, but w=1024 (level=0) |
NBA2K13 |
v1.15.2 |
2023-05-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153872480 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 143973124 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146415772 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147828384 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147817308 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146832920 |
NBA2K13 |
v1.12.2 |
2023-05-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08bf65c0, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.12.3 |
2023-05-04 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
NBA2K13 |
v1.14.4 |
2023-05-03 |
Replacement rowPitch=256, but w=3360 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-30 |
Replacement rowPitch=256, but w=5120 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-29 |
__KernelStopThread: thread 359 does not exist (helper deleted) |
NBA2K13 |
v1.14.4 |
2023-04-30 |
Replacement rowPitch=256, but w=1200 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-27 |
Replacement rowPitch=128, but w=512 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-27 |
Replacement rowPitch=128, but w=400 (level=0) |
NBA2K13 |
v1.15.4 |
2023-07-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
NBA2K13 |
v1.14.4 |
2023-04-29 |
Replacement rowPitch=64, but w=128 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-16 |
Replacement rowPitch=1024, but w=2684 (level=0) |
NBA2K13 |
v1.14.1 |
2023-04-16 |
UI scissor out of bounds in GameSettingsScreen: 325,0-1262,720 / 1504,720 |
NBA2K13 |
v1.14.4 |
2023-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=088b4474, pos=0, access=48, data=0, text=0 |
NBA2K13 |
v1.14.4 |
2023-04-12 |
Replacement rowPitch=256, but w=1040 (level=0) |
NBA2K13 |
v1.12.3 |
2023-04-10 |
Could not setup streams, unexpected stream count: 65535 |
NBA2K13 |
v1.14.4 |
2023-04-07 |
MIPSCompileOp: Invalid instruction 0101fa01 |
NBA2K13 |
v1.14.4 |
2023-04-02 |
__KernelStopThread: thread 296 does not exist (helper deleted) |
NBA2K13 |
v1.14.4 |
2023-04-23 |
Truncating vertex count from 23625 to 21845 |
NBA2K13 |
v1.14.4 |
2023-04-01 |
Replacement rowPitch=1024, but w=8188 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00000d00): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00000c00): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 0000b300): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00000b00): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00000a00): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00016400): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 0000b400): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00003c00): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 00002f00): atracID uses different codec type than data |
NBA2K13 |
v1.14.4 |
2023-04-01 |
80630007=sceAtracSetData(2, 08bd6108, 0000e800): atracID uses different codec type than data |
NBA2K13 |
v1.14.2-3-gba2fab5b2 |
2023-03-27 |
UI scissor out of bounds in GameSettingsScreen: 0,98-500,2014 / 800,1280 |
NBA2K13 |
v1.14.2-3-gba2fab5b2 |
2023-03-27 |
UI scissor out of bounds in GameSettingsScreen: 186,0-1086,800 / 800,1280 |
NBA2K13 |
v1.14.4 |
2023-02-25 |
Unknown GetPointer 60b890e0 PC 60b890e0 LR 08b93710 |
NBA2K13 |
v1.14.4 |
2023-02-25 |
ReadFromHardware: Invalid address 60b890e0 near PC 60b890e0 LR 08b93710 |
NBA2K13 |
v1.14.4 |
2023-04-01 |
sceGeBreak(mode=0, unknown=08babb84): unknown ptr (valid) |
NBA2K13 |
v1.14.4 |
2023-03-09 |
Replacement rowPitch=256, but w=2400 (level=0) |
NBA2K13 |
v1.14.4 |
2023-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=08806b10, pos=0, access=48, data=0, text=0 |
NBA2K13 |
v1.14.4 |
2023-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=08806b10, pos=0, access=-80, data=0, text=0 |
NBA2K13 |
v1.15.4 |
2023-08-22 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
NBA2K13 |
v1.14 |
2023-02-14 |
UI scissor out of bounds in GameSettingsScreen: 282,0-992,544 / 1208,544 |
NBA2K13 |
v1.14 |
2023-02-14 |
UI scissor out of bounds in GameSettingsScreen: 528,0-1852,1080 / 2256,1080 |
NBA2K13 |
v1.14 |
2023-02-14 |
UI scissor out of bounds in GameSettingsScreen: 664,0-2332,1360 / 2417,1088 |
NBA2K13 |
v1.14 |
2023-02-14 |
UI scissor out of bounds in GameSettingsScreen: 707,0-2481,1360 / 3022,1360 |
NBA2K13 |
v1.14.4 |
2023-03-09 |
Replacement rowPitch=512, but w=1024 (level=0) |
NBA2K13 |
v1.12.3 |
2023-02-04 |
sceKernelCreateSema(TibMutex) unsupported options parameter, size = 145830672 |
NBA2K13 |
v1.12.3 |
2023-02-04 |
sceKernelCreateSema(TibMutex) unsupported options parameter, size = 144528672 |
NBA2K13 |
v1.12.3 |
2023-02-04 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144665236 |
NBA2K13 |
v1.12.3 |
2023-02-04 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167509712 |
NBA2K13 |
v1.9.3-80-g73bf6098e |
2023-01-28 |
__KernelStopThread: thread 3208 does not exist |
NBA2K13 |
v1.14.4 |
2023-04-23 |
Unknown GetPointer 9f9f9f9f PC 9f9f9f9f LR 08b93710 |
NBA2K13 |
v1.14.4 |
2023-01-24 |
__KernelStopThread: thread 374 does not exist (ApctlThread deleted) |
NBA2K13 |
v1.13.1 |
2023-01-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408 |
NBA2K13 |
v1.15.3 |
2023-05-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.13.1 |
2023-01-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
NBA2K13 |
v1.13.1 |
2023-01-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
NBA2K13 |
v1.10.3 |
2023-01-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
NBA2K13 |
v1.14.1 |
2023-01-11 |
UI scissor out of bounds in GameSettingsScreen: 223,0-936,544 / 1107,544 |
NBA2K13 |
v1.14.4 |
2023-01-07 |
Unexpected mpeg first timestamp: fffffffffff / 17592186044415 |
NBA2K13 |
v1.12.3 |
2022-12-28 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 10 |
NBA2K13 |
v1.12.3 |
2022-12-28 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143609860 |
NBA2K13 |
v1.12.3 |
2022-12-28 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800 |