Recent logs - 三國志Ⅴ
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 |
三國志Ⅴ |
v1.17.1 |
2025-08-13 |
Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage.
Error: Linking failed.
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
in vec2 v_texcoord0;
in vec2 v_texcoord1;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
void main()
{
vec2 texcoordInPixels = ((v_texcoord0 * v_texcoord1) * 272.0) * u_texelDelta.y;
vec2 centerCoord = floor(texcoordInPixels) + vec2(0.5);
vec2 distFromCenter = abs(centerCoord - texcoordInPixels);
float Y = max(distFromCenter.x, distFromCenter.y);
Y *= Y;
float YY = Y * Y;
float YYY = YY * Y;
float LineWeight = YY - (2.7000000476837158203125 * YYY);
LineWeight = 1.0 - (25.0 * LineWeight);
vec3 colour = texture(sampler0, v_texcoord0).xyz * LineWeight;
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor = vec4(colour, 1.0);
}
vs: postshader
#version 320 es
uniform vec2 u_texelDelta;
out vec2 v_texcoord0;
in vec2 a_texcoord0;
in vec4 a_position;
out vec2 v_texcoord1;
void main()
{
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
v_texcoord1 = vec2(1.0) / u_texelDelta;
}
|
三國志Ⅴ |
v1.19.2 |
2025-07-31 |
sceKernelCreateThread(name=sceMpeg_library): unsupported attributes 00000006, ignoring |
三國志Ⅴ |
v1.19.2 |
2025-07-31 |
sceKernelCreateThread(name=sceATRAC3plus_Library): unsupported attributes 00000006, ignoring |
三國志Ⅴ |
v1.9.0 |
2025-04-25 |
Unknown GetPointer 00000000 PC 088f12bc LR 088f12bc |
三國志Ⅴ |
v1.11.3 |
2023-04-05 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
三國志Ⅴ |
v1.10.3 |
2023-01-24 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
三國志Ⅴ |
v1.2.2 |
2017-05-25 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
三國志Ⅴ |
v1.5.1 |
2020-02-04 |
Loading module sceVideocodec_Driver with version 0101, devkit 00000000 |
三國志Ⅴ |
v1.5.1 |
2020-02-04 |
Loading module sceMpeg_library with version 0101, devkit 00000000 |
三國志Ⅴ |
v1.5.1 |
2020-02-04 |
Loading module sceAudiocodec_Driver with version 0101, devkit 00000000 |
三國志Ⅴ |
v1.5.1 |
2020-02-04 |
Loading module sceMpegbase_Driver with version 0101, devkit 00000000 |
三國志Ⅴ |
v1.5.1 |
2020-02-04 |
Loading module sceATRAC3plus_Library with version 0101, devkit 00000000 |
三國志Ⅴ |
v1.5.1 |
2020-01-31 |
Loading module sceSAScore with version 0101, devkit 00000000 |