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.9.0 2024-02-16 ReadFromHardware: Invalid address 2e110511 near PC 2e110511 LR 0888d83c
三國志Ⅶ v1.9.0 2024-01-08 Unknown GetPointer 00000000 PC 0881b6d4 LR 0881b6d4
三國志Ⅶ v1.9.0 2023-12-23 Error in shader program link: info: Link Error: Fragment shader is missing. fs: thin3d #ifdef GL_ES precision mediump float; #endif #ifdef GL_ES precision lowp float; #endif #if __VERSION__ >= 130 #define varying in #define texture2D texture #define gl_FragColor fragColor0 out vec4 fragColor0; #endif varying vec4 oColor0; varying vec2 oTexCoord0; uniform sampler2D Sampler0; void main() { gl_FragColor = texture2D(Sampler0, oTexCoord0).zyxw * oColor0; } vs: thin3d #if __VERSION__ >= 130 #define attribute in #define varying out #endif attribute vec3 Position; attribute vec4 Color0; attribute vec2 TexCoord0; varying vec4 oColor0; varying vec2 oTexCoord0; uniform mat4 WorldViewProj; void main() { gl_Position = WorldViewProj * vec4(Position, 1.0); oColor0 = Color0; oTexCoord0 = TexCoord0; }
三國志Ⅶ v1.13.2-1944-g3e481634a 2023-12-19 MFIC instruction hit (70020024) at 08a36e3c
三國志Ⅶ v1.13.2-1944-g3e481634a 2023-12-19 sceKernelCreateThread(name=sceUSBGps_Driver): unsupported attributes 00001006
三國志Ⅶ v1.13.2-1944-g3e481634a 2023-12-19 Unimplemented HLE function Kprintf
三國志Ⅶ v1.13.2-1944-g3e481634a 2024-03-07 Failed to read valid video stream data from header
三國志Ⅶ v1.9.0 2023-11-16 Jump to invalid address: 02aa7d90
三國志Ⅶ v1.9.0 2023-11-07 ReadFromHardware: Invalid address 6c905e90 near PC 6c905e90 LR 088b2d40
三國志Ⅶ v1.9.0 2023-10-10 Unknown GetPointer 00000000 PC 08823080 LR 08000030
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 00000000:00000001 Clear #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; inout vec4 fragColor0; void main() { vec4 v = v_color0; fragColor0 = v; }
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 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; }
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 00002a82:0000d022 Tex TexAlpha ReplaceBlend_2A:10_B:10_Eq:0 TFuncMod AlphaTest > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_blendFixA; uniform vec3 u_blendFixB; 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; v.rgb = v.rgb * u_blendFixA; fragColor0 = v; }
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 00002a82:0000d000 ReplaceBlend_2A:10_B:10_Eq:0 AlphaTest > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform vec3 u_blendFixA; uniform vec3 u_blendFixB; 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; v.rgb = v.rgb * u_blendFixA; fragColor0 = v; }
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 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; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 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; }
三國志Ⅶ v1.6.3-312-g31646d6c8 2022-11-23 Error in shader compilation: info: (unknown reason) 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; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
三國志Ⅶ v1.9.0 2022-11-07 ReadFromHardware: Invalid address 228f6404 near PC 228f6404 LR 0888d83c
三國志Ⅶ v1.9.0 2022-11-07 ReadFromHardware: Invalid address a1088000 near PC a1088000 LR 0888d5a8
三國志Ⅶ v1.9.0 2022-10-15 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 088b95a4
三國志Ⅶ v1.9.0 2022-10-02 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 088bf620
三國志Ⅶ v1.9.0 2022-08-17 ReadFromHardware: Invalid address 9770088b near PC 9770088b LR 088c0ce8
三國志Ⅶ v1.9.0 2022-08-16 ReadFromHardware: Invalid address 57b0088b near PC 57b0088b LR 088c16ac
三國志Ⅶ v1.9.0 2022-07-05 ReadFromHardware: Invalid address 004b4b57 near PC 004b4b57 LR 088bf944
三國志Ⅶ v1.9.0 2022-06-06 ReadFromHardware: Invalid address ff465464 near PC ff465464 LR 088bf944
三國志Ⅶ v1.11.3-55-g8b7591791 2022-05-26 Jump to invalid address: 0559ec00
三國志Ⅶ v1.11.3-55-g8b7591791 2022-05-26 Jump to invalid address: 02abc1f0
三國志Ⅶ v1.9.0 2022-05-23 ReadFromHardware: Invalid address 3870088b near PC 3870088b LR 088b2b68
三國志Ⅶ v1.9.0 2022-02-18 ReadFromHardware: Invalid address 435bb6f8 near PC 435bb6f8 LR 088bf944
三國志Ⅶ v1.9.0 2022-01-20 ReadFromHardware: Invalid address 00000006 near PC 00000006 LR 0888d83c
三國志Ⅶ v1.9.0 2022-01-19 Unknown GetPointer 0586bc3a PC 088207c0 LR 08820838
三國志Ⅶ v1.9.0 2024-04-17 ReadFromHardware: Invalid address 210e20a3 near PC 210e20a3 LR 0888d83c
三國志Ⅶ v1.9.0 2021-10-30 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0888d640
三國志Ⅶ v1.9.0 2021-10-30 ReadFromHardware: Invalid address dddebeb3 near PC dddebeb3 LR 088c0ce8
三國志Ⅶ v1.9.0 2021-09-19 ReadFromHardware: Invalid address ff212129 near PC ff212129 LR 0888d83c
三國志Ⅶ v1.11.3 2021-09-12 Unknown GetPointer 00000000 PC 08980fcc LR 08996558
三國志Ⅶ v1.9.0 2021-09-05 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 088c2290
三國志Ⅶ v1.9.0 2021-08-26 Unexpected mpeg first timestamp: 13173c79069 / 1311907483753
三國志Ⅶ v1.6.3-312-g31646d6c8 2021-08-07 Failed to allocate memory for ELF!
三國志Ⅶ v1.9.0 2021-05-16 Unknown GetPointer 00000000 PC 088183b0 LR 088183b0
三國志Ⅶ v1.9.4 2022-07-06 Unexpected mpeg first timestamp: fffffffffff / 17592186044415
三國志Ⅶ v1.9.4 2022-07-06 sceMpegRingbufferPut(): invalid mpeg data
三國志Ⅶ v1.9.0 2023-11-16 Jump to invalid address: 0561b260
三國志Ⅶ v1.9.0 2021-01-03 Jump to invalid address: 02aa6eb0
三國志Ⅶ v1.9.0 2021-01-03 Jump to invalid address: 02159540
三國志Ⅶ v1.9.0 2021-01-03 Jump to invalid address: 0554b6a0
三國志Ⅶ v1.9.4 2020-09-29 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
三國志Ⅶ v1.9.4 2020-09-21 80630011=sceAtracSetSecondBuffer(2, 09403844, 00000000): too small
三國志Ⅶ v1.9.0 2022-11-27 Unknown GetPointer 00000000 PC 0881c2b4 LR 0881c2b4
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380712 in block starting at 04380712
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380702 in block starting at 04380702
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438073a in block starting at 0438073a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438066a in block starting at 0438066a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380722 in block starting at 04380722
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043806f2 in block starting at 043806f2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438074a in block starting at 0438074a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438062a in block starting at 0438062a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380632 in block starting at 04380632
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043806aa in block starting at 043806aa
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380572 in block starting at 04380572
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380682 in block starting at 04380682
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438047a in block starting at 0438047a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043804ba in block starting at 043804ba
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380582 in block starting at 04380582
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805ea in block starting at 043805ea
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438060a in block starting at 0438060a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380602 in block starting at 04380602
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805a2 in block starting at 043805a2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438049a in block starting at 0438049a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380482 in block starting at 04380482
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438070a in block starting at 0438070a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380612 in block starting at 04380612
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438057a in block starting at 0438057a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380592 in block starting at 04380592
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805b2 in block starting at 043805b2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438056a in block starting at 0438056a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438054a in block starting at 0438054a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438052a in block starting at 0438052a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043804d2 in block starting at 043804d2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438050a in block starting at 0438050a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805d2 in block starting at 043805d2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438043a in block starting at 0438043a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043804c2 in block starting at 043804c2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043804fa in block starting at 043804fa
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043804da in block starting at 043804da
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380512 in block starting at 04380512
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438045a in block starting at 0438045a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438061a in block starting at 0438061a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438058a in block starting at 0438058a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438059a in block starting at 0438059a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438055a in block starting at 0438055a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380532 in block starting at 04380532
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380522 in block starting at 04380522
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 0438063a in block starting at 0438063a
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380562 in block starting at 04380562
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 04380622 in block starting at 04380622
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805ca in block starting at 043805ca
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805c2 in block starting at 043805c2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805e2 in block starting at 043805e2
三國志Ⅶ v1.6.3-492-g9fddfff66 2020-01-29 Branch in RSRTComp delay slot at 043805f2 in block starting at 043805f2