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 |
Gran Turismo® |
v1.14.4 |
2023-02-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.14.4 |
2023-02-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.14.1 |
2023-01-04 |
UI scissor out of bounds in GameSettingsScreen: 419,0-1438,864 / 1757,864 |
Gran Turismo® |
v1.13.1 |
2022-12-24 |
Failed to read valid video stream data from header |
Gran Turismo® |
v1.13.2-1942-g3f133befa |
2022-11-16 |
Error in shader compilation: info: (unknown reason)
postshader
#version 320 es
precision mediump float;
precision highp int;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec2 u_texelDelta;
in vec2 v_texcoord0;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
void main()
{
float FXAA_SPAN_MAX = 8.0;
float FXAA_REDUCE_MUL = 0.125;
float FXAA_REDUCE_MIN = 0.0078125;
vec3 rgbNW = texture(sampler0, v_texcoord0 + (vec2(-1.0) * u_texelDelta)).xyz;
vec3 rgbNE = texture(sampler0, v_texcoord0 + (vec2(1.0, -1.0) * u_texelDelta)).xyz;
vec3 rgbSW = texture(sampler0, v_texcoord0 + (vec2(-1.0, 1.0) * u_texelDelta)).xyz;
vec3 rgbSE = texture(sampler0, v_texcoord0 + (vec2(1.0) * u_texelDelta)).xyz;
vec3 rgbM = texture(sampler0, v_texcoord0).xyz;
vec3 luma = vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625);
float lumaNW = dot(rgbNW, luma);
float lumaNE = dot(rgbNE, luma);
float lumaSW = dot(rgbSW, luma);
float lumaSE = dot(rgbSE, luma);
float lumaM = dot(rgbM, luma);
float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE)));
float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE)));
vec2 dir;
dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE));
dir.y = (lumaNW + lumaSW) - (lumaNE + lumaSE);
float dirReduce = max((((lumaNW + lumaNE) + lumaSW) + lumaSE) * (0.25 * FXAA_REDUCE_MUL), FXAA_REDUCE_MIN);
float rcpDirMin = 1.0 / (min(abs(dir.x), abs(dir.y)) + dirReduce);
dir = min(vec2(FXAA_SPAN_MAX, FXAA_SPAN_MAX), max(vec2(-FXAA_SPAN_MAX, -FXAA_SPAN_MAX), dir * rcpDirMin)) * u_texelDelta;
vec3 rgbA = (texture(sampler0, v_texcoord0 + (dir * (-0.16666667163372039794921875))).xyz + texture(sampler0, v_texcoord0 + (dir * 0.16666667163372039794921875)).xyz) * 0.5;
vec3 rgbB = (rgbA * 0.5) + ((texture(sampler0, v_texcoord0 + (dir * (-0.5))).xyz + texture(sampler0, v_texcoord0 + (dir * 0.5)).xyz) * 0.25);
float lumaB = dot(rgbB, luma);
if ((lumaB < lumaMin) || (lumaB > lumaMax))
{
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor = vec4(rgbA.x, rgbA.y, rgbA.z, _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.w);
}
else
{
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor = vec4(rgbB.x, rgbB.y, rgbB.z, _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.w);
}
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor.w = 1.0;
}
|
Gran Turismo® |
v1.10.3 |
2022-10-12 |
Jump to invalid address: 07436010 |
Gran Turismo® |
v1.10.3 |
2022-10-12 |
Jump to invalid address: 07412c00 |
Gran Turismo® |
v1.12.3 |
2022-07-23 |
Jump to invalid address: 05db0b00 |
Gran Turismo® |
v1.12.3 |
2022-07-23 |
Jump to invalid address: 059f6810 |
Gran Turismo® |
v1.12.3 |
2022-07-23 |
Jump to invalid address: 05af5a30 |
Gran Turismo® |
v1.13.2 |
2022-10-25 |
Jump to invalid address: 073e0110 |
Gran Turismo® |
v1.10.2 |
2022-07-19 |
sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid) |
Gran Turismo® |
v1.12.3-1375-gb529313db |
2022-07-12 |
Jump to invalid address: 000000a0 PC 088a1915 LR 088e1fac |
Gran Turismo® |
v1.12.3-1375-gb529313db |
2022-07-12 |
Jump to invalid address: 023ecc00 PC 088a1901 LR 088e1fac |
Gran Turismo® |
v1.12.3 |
2022-07-08 |
Rendering to framebuffer offset: 04162000 +256x0 |
Gran Turismo® |
v1.12.3 |
2022-07-08 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
Gran Turismo® |
v1.9.0 |
2022-06-14 |
sceGeBreak(mode=1, unknown=0995dbe0): unknown ptr (valid) |
Gran Turismo® |
v1.9.0 |
2022-06-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=0, text=2 |
Gran Turismo® |
v1.12.3 |
2022-05-10 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
Gran Turismo® |
v1.12.3 |
2022-05-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.12.3 |
2022-05-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1 |
Gran Turismo® |
v1.12 |
2022-05-03 |
ReadFromHardware: Invalid address 00000001 near PC 08861f8c LR 08861f9c |
Gran Turismo® |
v1.12.3 |
2022-04-29 |
sceKernelCreateThread(name=SceParseHTTPheader_Library): unsupported attributes 00000006 |
Gran Turismo® |
v1.12.3 |
2022-04-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08bdd350, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.9.4 |
2022-03-25 |
ReadFromHardware: Invalid address 78180000 near PC 78180000 LR 08956fcc |
Gran Turismo® |
v1.14.4 |
2023-03-28 |
sceNetAdhocMatchingInit(6144) at 08b30098 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 061dda80 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05b9d0c0 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05b9cd00 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05b9c940 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 061dd9c0 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 061dda40 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 033094c0 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 07a8fbc0 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 07931b90 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 07931b60 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05cbd040 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05d6f700 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05fde010 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 0331a4a0 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 061dd700 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 061dd800 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 05c8db40 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 0642d4c0 |
Gran Turismo® |
v1.10.2 |
2022-02-08 |
Jump to invalid address: 07412d10 |
Gran Turismo® |
v1.12.3 |
2022-01-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
Gran Turismo® |
v1.12.3 |
2021-12-22 |
Jump to invalid address: 07403410 |
Gran Turismo® |
v1.13.2 |
2022-11-12 |
Jump to invalid address: 03309fa0 |
Gran Turismo® |
v1.11.3 |
2021-11-27 |
Savedata version requested: 3 |
Gran Turismo® |
v1.12.2 |
2021-11-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408 |
Gran Turismo® |
v1.12.2 |
2021-11-07 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
Gran Turismo® |
v1.12.2 |
2021-11-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
Gran Turismo® |
v1.12.3 |
2021-12-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
Gran Turismo® |
v1.12.3 |
2021-12-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
Gran Turismo® |
v1.12.2 |
2021-11-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064 |
Gran Turismo® |
v1.12.3 |
2021-12-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.12.2 |
2021-11-07 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
Gran Turismo® |
v1.11.3 |
2021-09-20 |
GE Interrupt: newState might be 0 |
Gran Turismo® |
v1.11.3 |
2021-09-20 |
GE Interrupt: newState might be 1 |
Gran Turismo® |
v1.13.2 |
2022-11-12 |
Jump to invalid address: 073e0000 |
Gran Turismo® |
v1.11.3 |
2021-09-11 |
Unknown GetPointer 00000000 PC 08220c00 LR 08220c00 |
Gran Turismo® |
v1.11.3-716-g914b4478b |
2021-07-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.11.3-716-g914b4478b |
2021-07-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Gran Turismo® |
v1.11.3 |
2021-06-30 |
Jump to invalid address: 023ecc00 |
Gran Turismo® |
v1.11.3 |
2021-06-19 |
ReadFromHardware: Invalid address ffffffff near PC ffffffff LR 08956fcc |
Gran Turismo® |
v1.10.1 |
2021-06-09 |
80630006=sceAtracSetDataAndGetID(08f483c0, 00020000): invalid RIFF header |
Gran Turismo® |
v1.11.3 |
2021-03-24 |
Texture cache ran out of GPU memory; switching to low memory mode |
Gran Turismo® |
v1.10.2 |
2021-03-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.10.2 |
2021-03-05 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
Gran Turismo® |
v1.10.2 |
2021-03-05 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
Gran Turismo® |
v1.11.3 |
2021-03-03 |
Video out requested, not supported: mode=0 size=0,0 |
Gran Turismo® |
v1.14.4-951-gaa66cc03f |
2023-03-27 |
Waiting thread for 20 that was already waiting for 20 |
Gran Turismo® |
v1.11.2 |
2021-02-21 |
Unknown GetPointer 40000000 PC 08b37564 LR 08b3756c |
Gran Turismo® |
v1.11.3 |
2021-09-11 |
BREAK instruction hit |
Gran Turismo® |
v1.12.3 |
2022-02-27 |
80630006=sceAtracSetDataAndGetID(08eed340, 00020000): invalid RIFF header |
Gran Turismo® |
v1.12.3 |
2022-04-03 |
80630006=sceAtracSetDataAndGetID(08f149c0, 00020000): invalid RIFF header |
Gran Turismo® |
v1.10.3 |
2021-02-04 |
Jump to invalid address: 0334a560 |
Gran Turismo® |
v1.10.3 |
2021-02-04 |
Jump to invalid address: 0334b000 |
Gran Turismo® |
v1.10.3 |
2021-02-04 |
Jump to invalid address: 07412800 |
Gran Turismo® |
v1.14.4 |
2023-03-05 |
UNTESTED sceNetAdhocPollSocket(09d37b30, 2, 0, 1) at 08b47398 |
Gran Turismo® |
v1.11.3 |
2021-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Gran Turismo® |
v1.10.3 |
2020-12-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Gran Turismo® |
v1.10.3 |
2020-11-12 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
Gran Turismo® |
v1.10.3 |
2020-11-12 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
Gran Turismo® |
v1.12.3 |
2022-03-10 |
UNTESTED sceNetAdhocPollSocket(09d38130, 2, 0, 1) at 08b47398 |
Gran Turismo® |
v1.11.3 |
2021-05-21 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
Gran Turismo® |
v1.10.3 |
2020-11-02 |
sceFontOpenUserFile(09f9ac00, /font/pgf/chinese-traditional-10.125.pgf, 00000000, 09fff3e0): file does not exist |
Gran Turismo® |
v1.10.3 |
2021-06-09 |
80630006=sceAtracSetDataAndGetID(08f20d40, 00020000): invalid RIFF header |
Gran Turismo® |
v1.9.4 |
2020-09-15 |
Unknown GE command : 52b4b1e1 |
Gran Turismo® |
v1.9.4 |
2020-04-27 |
sceMp3Init: invalid data: not 44.1kHz |
Gran Turismo® |
v1.9 |
2021-06-22 |
Unknown GetPointer 00000000 PC 0880410c LR 08000030 |
Gran Turismo® |
v1.9.4 |
2021-09-03 |
Unknown GetPointer 00000000 PC 08b5a330 LR 08000020 |
Gran Turismo® |
v1.7.5 |
2018-12-26 |
Render to texture with incompatible formats 4 != 3 at 040cc000 |
Gran Turismo® |
v1.6.3 |
2018-08-05 |
Jump to invalid address: 061e9b40 |
Gran Turismo® |
v1.6.3 |
2018-08-05 |
Jump to invalid address: 061e9b80 |
Gran Turismo® |
v1.6.3 |
2018-08-05 |
Jump to invalid address: 07a97f20 |
Gran Turismo® |
v1.6.3 |
2018-08-05 |
Jump to invalid address: 05db3f00 |
Gran Turismo® |
v1.6.3 |
2018-08-05 |
Jump to invalid address: 07939bc0 |
Gran Turismo® |
v1.6.3 |
2018-08-05 |
Jump to invalid address: 032feec0 |
Gran Turismo® |
v1.6.3 |
2022-02-08 |
Jump to invalid address: 032fd160 |