Recent logs - v1.9.0

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
Star Wars™ The Clone Wars™: Republic Heroes™ v1.9.0 2025-11-17 sceKernelLoadModule: unsupported options size=00000014, flags=08b6fc98, pos=0, access=1, data=2, text=2
Star Wars™ The Clone Wars™: Republic Heroes™ v1.9.0 2025-11-17 sceFontGetFontInfo(0, 9ffcb08): bad font
三國志Ⅵ v1.9.0 2025-11-17 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 089f56e8
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:02817022 Tex TexAlpha 2x StenToAlphaDual StenUniform TFuncMod AlphaTest0 != #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; uniform float u_stencilReplaceValue; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); if (v.a < 0.002) discard; fragColor0 = vec4(v.rgb, u_stencilReplaceValue); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:06817022 Tex TexAlpha 2x StenToAlphaDual Sten0 TFuncMod AlphaTest0 != #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); if (v.a < 0.002) discard; fragColor0 = vec4(v.rgb, 0.0); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:02805022 Tex TexAlpha 2x StenToAlphaDual StenUniform TFuncMod AlphaTest == #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; uniform float u_stencilReplaceValue; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) discard; fragColor0 = vec4(v.rgb, u_stencilReplaceValue); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:06c00022 Tex TexProj TexAlpha 2x StenToAlphaDual Sten0 TFuncMod #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = textureProj(tex, v_texcoord); vec4 p = v_color0; vec4 v = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); fragColor0 = vec4(v.rgb, 0.0); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:0281d002 Tex 2x StenToAlphaDual StenUniform TFuncMod AlphaTest0 > #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; uniform float u_stencilReplaceValue; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); if (v.a < 0.002) discard; fragColor0 = vec4(v.rgb, u_stencilReplaceValue); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:02800002 Tex 2x StenToAlphaDual StenUniform TFuncMod #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform float u_stencilReplaceValue; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); fragColor0 = vec4(v.rgb, u_stencilReplaceValue); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
英雄伝説 ガガーブ トリロジー 白き魔女 v1.9.0 2025-11-14 Error in shader compilation: info: ERROR: 0:2: 'GL_EXT_blend_func_extended' : extension is not supported 00000000:0281d022 Tex TexAlpha 2x StenToAlphaDual StenUniform TFuncMod AlphaTest0 > #version 300 es #extension GL_EXT_blend_func_extended : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; uniform float u_stencilReplaceValue; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; out vec4 fragColor1; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); if (v.a < 0.002) discard; fragColor0 = vec4(v.rgb, u_stencilReplaceValue); fragColor1 = vec4(0.0, 0.0, 0.0, v.a); }
Little Aid ポータブル v1.9.0 2025-11-14 Unknown GetPointer 00000000 PC 0880453c LR 0880453c
Tomb Raider: Anniversary™ v1.9.0 2025-11-11 sceDmacMemcpy(dest=041aec00, src=095ed130, size=5120): overlapping read
X-Men Legends 2: Rise of Apocalypse v1.9.0 2025-11-09 Render to texture with different strides 256 != 64
英雄伝説 空の軌跡FC v1.9.0 2025-11-09 sceDmacMemcpy(dest=041fea00, src=08ddb510, size=4096): overlapping read
真・三國無双6 Special v1.9.0 2025-11-01 Unknown syscall in known module 'sceNpAuth': 0x72bb0467
真・三國無双6 Special v1.9.0 2025-11-01 Unknown syscall in known module 'sceNpAuth': 0x6900f084
ファントム・ブレイブ PORTABLE v1.9.0 2025-10-31 sceDmacMemcpy(dest=08d78340, src=08d89944, size=2620): overlapping read
Patapon™ 3 v1.9.0 2025-10-29 WriteToHardware: Invalid address 00000000 near PC 08a35dc0 LR 08a35dc0
Patapon™ 3 v1.9.0 2025-10-29 ReadFromHardware: Invalid address 000b9910 near PC 08a35dc0 LR 08a35dc0
英雄伝説 空の軌跡FC v1.9.0 2025-10-29 sceDmacMemcpy(dest=04134000, src=08decbf0, size=4096): overlapping read
英雄伝説 空の軌跡FC v1.9.0 2025-10-28 sceDmacMemcpy(dest=04146800, src=08deaae0, size=4096): overlapping read
ARMORED CORE SILENT LINE Portable v1.9.0 2025-10-28 WriteToHardware: Invalid address 00000008 near PC 08000000 LR 08000000
ARMORED CORE SILENT LINE Portable v1.9.0 2025-10-28 WriteToHardware: Invalid address 00000008 near PC 08a015bc LR 08a015a8
英雄伝説 空の軌跡FC v1.9.0 2025-10-27 sceDmacMemcpy(dest=04154000, src=08e26e60, size=2048): overlapping read
英雄伝説 空の軌跡FC v1.9.0 2025-10-26 sceDmacMemcpy(dest=041fda00, src=08e1ef90, size=4096): overlapping read
新紀幻想スペクトラルソウルズⅡアンリミテッドサイド v1.9.0 2025-10-26 sceDmacMemcpy(dest=093b3ee0, src=08bdf450, size=16384): overlapping read
Tomb Raider: Anniversary v1.9.0 2025-10-26 Unknown GetPointer 00000000 PC 08822388 LR 08822da8
仮面ライダー 超クライマックスヒーローズ v1.9.0 2025-10-26 MIPSCompileOp: Invalid instruction 7efa22ff
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-25 Jump to invalid address: 0bbb7770
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-25 Jump to invalid address: 070b7460
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-25 Jump to invalid address: 0bbb7670
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-25 MIPSCompileOp: Invalid instruction 71e2eff4
Prince of Persia The Forgotten Sands™ v1.9.0 2025-10-25 UNIMPL sceIoDevctl("usbpspcm:", 03415002, 0961b294, 4, 00000000, 0)
Prince of Persia The Forgotten Sands™ v1.9.0 2025-10-25 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 0961b294, 4, 00000000, 0)
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-24 MIPSCompileOp: Invalid instruction 7e7e7d7d
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-24 MIPSCompileOp: Invalid instruction 78777778
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-24 MIPSCompileOp: Invalid instruction 77787778
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-24 MIPSCompileOp: Invalid instruction 71e26534
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-23 Jump to invalid address: 0bb94c70
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-24 Jump to invalid address: 07094960
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-24 Jump to invalid address: 0bb94b70
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-23 MIPSCompileOp: Invalid instruction 71e3aafc
FINAL FANTASY 零式 ディスク1 v1.9.0 2025-10-21 sceDmacMemcpy(dest=085f4000, src=093f95c0, size=144992): overlapping read
FINAL FANTASY 零式 ディスク1 v1.9.0 2025-10-21 sceDmacMemcpy(dest=085f4000, src=09799040, size=10384): overlapping read
FINAL FANTASY 零式 ディスク1 v1.9.0 2025-10-21 sceDmacMemcpy(dest=085db000, src=097c22c0, size=47696): overlapping read
FINAL FANTASY 零式 ディスク1 v1.9.0 2025-10-21 sceDmacMemcpy(dest=085f4000, src=09451640, size=330272): overlapping read
FINAL FANTASY 零式 ディスク1 v1.9.0 2025-10-21 sceDmacMemcpy(dest=085f4000, src=09012380, size=208304): overlapping read
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-21 Jump to invalid address: 070b9360
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-21 MIPSCompileOp: Invalid instruction 71e2f7b4
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-21 Jump to invalid address: 0bbb9570
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-20 MIPSCompileOp: Invalid instruction 71e44568
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-20 MIPSCompileOp: Invalid instruction 71e2f7f4
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-20 Jump to invalid address: 0bbb9770
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-20 Jump to invalid address: 070b9460
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-21 Jump to invalid address: 0bbb9670
WORLD SOCCER Winning Eleven 2014 v1.9.0 2025-10-20 MIPSCompileOp: Invalid instruction 71e57754
FINAL FANTASY 零式 ディスク1 v1.9.0 2025-10-19 sceDmacMemcpy(dest=08545000, src=09449e40, size=246720): overlapping read
ナルティメットアクセル3 v1.9.0 2025-10-19 ReadFromHardware: Invalid address b85a9a01 near PC 08000000 LR 08000000
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-19 MIPSCompileOp: Invalid instruction 7e7e7e7e
タクティクスオウガ 運命の輪 v1.9.0 2025-10-19 ReadFromHardware: Invalid address 0e91b257 near PC 08a568a0 LR 08a047b0
タクティクスオウガ 運命の輪 v1.9.0 2025-10-18 ReadFromHardware: Invalid address 0e91926b near PC 08000000 LR 08000000
「萌え萌え2次大戦(略)2[chu~♪]」 v1.9.0 2025-10-18 Unknown GetPointer 00000000 PC 08812d2c LR 08812d2c
ワールド・ネバーランド~ククリア王国物語~ v1.9.0 2025-10-18 WriteToHardware: Invalid address 000000e2 near PC 08000000 LR 08000000
Grand Theft Auto: Vice City Stories v1.9.0 2025-10-18 WriteToHardware: Invalid address 000004e4 near PC 08ac9b84 LR 089a5e40
BEN 10: Protector of Earth v1.9.0 2025-10-17 VTYPE with morph used: THRU=0 TC=2 COL=7 POS=1 NRM=3 WT=1 NW=2 IDX=0 MC=7
BEN 10: Protector of Earth v1.9.0 2025-10-17 Bad vertex address 0eb0c1f0!
BEN 10: Protector of Earth v1.9.0 2025-10-17 Bad vertex address 01000c23!
BEN 10: Protector of Earth v1.9.0 2025-10-17 Bad vertex address 00bf0035!
BEN 10: Protector of Earth v1.9.0 2025-10-17 Unknown GE command : 4eb50005
真・三國無双6 Special v1.9.0 2025-10-17 sceDmacMemcpy(dest=097e7210, src=09ece440, size=5664): overlapping read
Grand Theft Auto: Vice City Stories v1.9.0 2025-10-16 CALL to illegal address 0b6f2e2c - ignoring! data=6f2e2d
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 Branch in RSRTComp delay slot at 09d5eccc in block starting at 09d5eccc
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 Branch in RSRTComp delay slot at 09d5ecc4 in block starting at 09d5e980
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 MIPSCompileOp: Invalid instruction 45bef084
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 MIPSCompileOp: Invalid instruction 45c00884
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 Jump to invalid address: 06904d80
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 Jump to invalid address: 06904a80
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 MIPSCompileOp: Invalid instruction 0418b500
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-15 Jump to invalid address: 05cc96c0
RESISTANCE® ~報復の刻~ v1.9.0 2025-10-14 Unknown GE command : 4fe9f368
GTA: Sindacco Chronicles v1.9.0 2025-11-14 Render to area containing texture at 04088000 +0x136
GTA: Sindacco Chronicles v1.9.0 2025-11-14 Render to texture with incompatible formats 3 != 0 at 04088000
GTA: Sindacco Chronicles v1.9.0 2025-11-14 Render to texture with different formats 3 != 0
MLB 10 The Show ™ v1.9.0 2025-10-11 Unknown GetPointer 3f800000 PC 098f0134 LR 098efd04
MLB 10 The Show ™ v1.9.0 2025-10-11 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08806b10
GTA: Sindacco Chronicles v1.9.0 2025-10-10 Unknown GetPointer 00000000 PC 08aba9a4 LR 08000020
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-07 MIPSCompileOp: Invalid instruction 7f7c7a78
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-07 MIPSCompileOp: Invalid instruction 7c7b7978
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-07 MIPSCompileOp: Invalid instruction 77757373
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-07 MIPSCompileOp: Invalid instruction 71737476
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-07 MIPSCompileOp: Invalid instruction 7a7b7c7e
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-07 MIPSCompileOp: Invalid instruction 7b7b7a7c
英雄伝説 空の軌跡FC v1.9.0 2025-10-04 sceDmacMemcpy(dest=040d1000, src=08eb4db0, size=4096): overlapping read
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-20 WriteToHardware: Invalid address 00000012 near PC 08000000 LR 08000000
ウルトラマン Fighting Evolution 0 v1.9.0 2025-10-04 WriteToHardware: Invalid address 00000882 near PC 08000000 LR 08000000
太閤立志伝Ⅴ v1.9.0 2025-10-03 sceDmacMemcpy(dest=041a6dc0, src=0933dfc0, size=1024): overlapping read
真・三國無双 MULTI RAID 2 v1.9.0 2025-10-03 sceDmacMemcpy(dest=04171000, src=09b28a18, size=4096): overlapping read
学園ヘヴン BOY'S LOVE SCRAMBLE! v1.9.0 2025-10-03 Unknown GetPointer 00000000 PC 0881b488 LR 0881b488
MONSTER HUNTER PORTABLE 2nd G v1.9.0 2025-10-08 MIPSCompileOp: Invalid instruction 04fa5348
The Legend Of Heroes: Trails in the Sky v1.9.0 2025-10-02 sceDmacMemcpy(dest=041fea00, src=08d59c10, size=2048): overlapping read