Recent logs - PATCH SPARTAN11

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
PATCH SPARTAN11 v1.14.4 2025-01-14 Replacement rowPitch=128, but w=256 (level=0)
PATCH SPARTAN11 v1.18.1 2025-01-10 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 00000000
PATCH SPARTAN11 v1.18.1 2025-01-10 Unknown GetPointerWrite 00000001 PC 08a02afc LR 0887138c
PATCH SPARTAN11 v1.18.1 2025-01-10 Unknown GetPointerWrite 00000002 PC 08a02afc LR 08872c1c
PATCH SPARTAN11 v1.15.4 2024-12-28 Unknown GetPointer 0000f5bd PC 0881c430 LR 0881c438
PATCH SPARTAN11 v1.15.4 2024-12-28 Unknown GetPointerWrite 00000000 PC 08816154 LR 0881615c
PATCH SPARTAN11 v1.10.2 2024-12-25 Unknown GetPointer 00000000 PC 088287f0 LR 08828800
PATCH SPARTAN11 v1.16.6 2024-12-21 Unknown GetPointer 00000008 PC 08a0a208 LR 08a01a10
PATCH SPARTAN11 v1.18.1 2025-01-14 MIPSCompileOp: Invalid instruction 78143e11
PATCH SPARTAN11 v1.18.1 2025-01-14 Jump to invalid address: 010f1008
PATCH SPARTAN11 v1.9.4 2024-12-11 ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000
PATCH SPARTAN11 v1.18.1 2024-12-10 sceDmacMemcpy(dest=040cc000, src=095171c0, size=557056): overlapping read
PATCH SPARTAN11 v1.18.1 2024-12-08 807f00fd=sceMp3Init(00000000): invalid sample rate v3 l1 rate 03
PATCH SPARTAN11 v1.18.1 2024-12-08 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l3 rate 000f
PATCH SPARTAN11 v1.18.1 2024-12-08 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0008
PATCH SPARTAN11 v1.18.1 2024-12-06 Unknown GetPointer 00000000 PC 0881c428 LR 0881c438
PATCH SPARTAN11 v1.18.1 2024-12-05 Unknown GetPointer 00000020 PC 08815f88 LR 08815fd4
PATCH SPARTAN11 v1.18.1 2024-12-05 sceDmacMemcpy(dest=092ed040, src=086ce940, size=1251008): overlapping read
PATCH SPARTAN11 v1.17 2024-12-03 Branch in branch delay slot at 08fdc86c with different target
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction 473b8233
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction 74e7cbb3
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction 40f1606c
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction b641cffc
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction b6b2fd0f
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction 46c2f01a
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction 47ccecb5
PATCH SPARTAN11 v1.17 2024-12-03 MIPSCompileOp: Invalid instruction 76826d00
PATCH SPARTAN11 v1.18.1 2024-12-03 Unknown GetPointer 00000020 PC 08815fc8 LR 08815fd4
PATCH SPARTAN11 v1.18.1 2025-01-01 Unknown GetPointerWrite 00000000 PC 088287f0 LR 08828800
PATCH SPARTAN11 v1.18.1 2024-12-24 sceDmacMemcpy(dest=04154000, src=0948f1b0, size=557056): overlapping read
PATCH SPARTAN11 v1.18.1 2024-12-02 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000f
PATCH SPARTAN11 v1.17.1 2024-12-01 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000e
PATCH SPARTAN11 v1.18.1 2024-11-29 Can't draw: No current render step. Step count: 0
PATCH SPARTAN11 v1.18.1 2024-12-30 sceDmacMemcpy(dest=09054040, src=086ce940, size=1251008): overlapping read
PATCH SPARTAN11 v1.10.2 2024-11-27 Unknown GetPointer 00000000 PC 08a3f47c LR 08a3f47c
PATCH SPARTAN11 v1.10.3 2024-11-26 Error in shader program link: info: cannot find a matched output for input v_texcoordNC0 cannot find a matched output for input v_texcoordNC1 cannot find a matched output for input v_texcoordNC2 cannot find a matched output for input v_texcoordNC3 fs: postshader #ifdef GL_ES precision mediump float; #endif //Note : Recommend to use PPSSPP v1.1.1-183-gb411fc0 or newer for full functionality, there were some bugs in earlier versions. //Note2 : Upscaling, smoothing and sharpening filters are not set to be mixed between each other since the results are pointless(they counter each other). // Awas ngelag! :u //====================================================================================================================================================================== //SMOOTHING FILTERS: //If you love smooth graphics ~ those are also great for downscaling - to do that, you need to use higher rendering res than your display res //================ #define FXAA 1 //ON:1/OFF:0 /default FXAA, orginal info below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering #define Gsmoothing 2.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 0 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ //SHARPENING FILTERS: //if you need very sharp image, add lots of aliasing //================ #define SHARPEN 0 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 0.98 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 0 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ //UPSCALING FILTERS: //To use those, you have to set rendering res to smaller than window/display size(x1 for best results) and screen scaling filter to "nearest" //Starting from v1.1.1-28-g70e9979 you can also add Upscaling=True to ini file(check example) to do it automatically //================ #define xBR 1 //ON:1/OFF:0 /5xBR upscale, nice for 2D games especially those that might be buggy with higher rendering res, initially made by Hyllian - license below #define VariantB 0 //ON:1/OFF:0 /slightly less effect on fonts, dots and other small details //================ #define xHQ 0 //ON:1/OFF:0 same as 4xHQ in PPSSPP, but actually using output resolution #define scaleoffset 0.75 //Default: 0.75 /you can tweek it between 0.5 and 1.0, Note: to little = no effect, to high = ugliness //================ //OTHER FILTERS: //Most effects from here on can be fully mixed without loosing previous effects. Exceptions: Natural Colors, Advanced Cartoon //================ #define BLOOM 0 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define KIMOCHI 1 //Senpai! #define samples 3 //Default: 4 /higher = more glow, worse performance #define quality 0.22 //Default: 0.18 /lower = smaller glow, better quality #define Bpower 1.0 //Default: 1.0 /amount of bloom mixed //================ #define COLORED 1 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.69 //Default: 0.5 /strenght of the effect //================ #define NATURALC 0 //ON:1/OFF:0 /by popular demand, natular colors, note: this shader can't be fully mixed with smoothing/sharpening/upscaling effects #define ncpower 0.5 //Default:0.5 / higher = more natural color, check note line above //================ #define ACARTOON 0 //ON:1/OFF:0 Advanced Cartoon from Guest
PATCH SPARTAN11 v1.18.1 2024-12-08 Branch in branch delay slot at 08000024 with different target
PATCH SPARTAN11 v1.18.1 2025-01-13 Unknown GetPointer 00000060 PC 088e4910 LR 088e4938
PATCH SPARTAN11 v1.18.1 2025-01-08 sceDmacMemcpy(dest=086ce940, src=040cc000, size=1251008): overlapping read
PATCH SPARTAN11 v1.18.1 2024-11-22 Unknown GetPointerWrite 0000002d PC 08872bb4 LR 08872c1c
PATCH SPARTAN11 v1.17.1 2024-11-14 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a1f464
PATCH SPARTAN11 v1.18.1 2024-11-14 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l3 rate 0000
PATCH SPARTAN11 v1.10.3 2024-11-11 Unimplemented HLE function sceKernelFindModuleByUID
PATCH SPARTAN11 v1.10.3 2024-11-11 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
PATCH SPARTAN11 v1.10.3 2024-11-11 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
PATCH SPARTAN11 v1.14.2 2024-11-11 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0
PATCH SPARTAN11 v1.14.2 2024-11-11 Unimplemented HLE function sceKernelDcacheWritebackAll
PATCH SPARTAN11 v1.18.1 2025-01-12 sceNetAdhocMatchingInit(32768) at 08a719b8
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in RSZeroComp delay slot at 08000100 in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Jump to invalid address: 0bbc8170
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in Jump delay slot at 08000038 in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in Jump delay slot at 08000034 in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Jump to invalid address: 0bbc7e70
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in Jump delay slot at 08000030 in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in Jump delay slot at 0800002c in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Jump to invalid address: 0bbc7d70
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in Jump delay slot at 08000028 in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Jump to invalid address: 070c7a60
PATCH SPARTAN11 v1.17.1 2024-11-01 Branch in Jump delay slot at 08000024 in block starting at 08000020
PATCH SPARTAN11 v1.17.1 2024-11-01 Jump to invalid address: 0bbc7c70
PATCH SPARTAN11 v1.17.1 2024-10-31 Unknown GetPointerWrite 00000002 PC 08a02db8 LR 08922f74
PATCH SPARTAN11 v1.17.4-1 2024-10-29 Unknown GetPointerWrite 00000000 PC 08a02a0c LR 0881615c
PATCH SPARTAN11 v1.10.2 2024-10-29 Unknown GetPointer 0000002d PC 08872bb4 LR 08872c1c
PATCH SPARTAN11 v1.17.1 2024-10-27 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l2 rate 0006
PATCH SPARTAN11 v1.18.1-421-gb608257b46 2025-01-07 sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read
PATCH SPARTAN11 v1.17.1 2024-10-22 Unknown GetPointer 2985b054 PC 0881c2d8 LR 0881c2e8
PATCH SPARTAN11 v1.17.1 2024-10-21 Unknown GetPointerWrite 000012cc PC 08a02afc LR 08808460
PATCH SPARTAN11 v1.11.3 2024-11-23 Unknown GetPointer 00000040 PC 08824cf4 LR 088113dc
PATCH SPARTAN11 v1.10.3 2024-10-19 Unknown GetPointer 00000000 PC 08815ef4 LR 08000020
PATCH SPARTAN11 v1.9.4 2024-12-19 MIPSCompileOp: Invalid instruction 01010101
PATCH SPARTAN11 v1.9.4 2025-01-08 Unknown GetPointer 00000000 PC 08815f0c LR 08000020
PATCH SPARTAN11 v1.11.3 2024-12-29 Unknown GetPointer 00000000 PC 08824cf4 LR 088113dc
PATCH SPARTAN11 v1.16.5 2024-10-16 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header
PATCH SPARTAN11 v1.8.0 2025-01-14 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16)
PATCH SPARTAN11 v1.18.1 2025-01-11 Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4
PATCH SPARTAN11 v1.9.4 2025-01-07 Game install with no files / data
PATCH SPARTAN11 v1.9.4 2025-01-10 sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read
PATCH SPARTAN11 v1.18.1 2024-12-28 sceMp3Init: invalid data: not layer 3
PATCH SPARTAN11 v1.17.1 2025-01-04 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000
PATCH SPARTAN11 v1.12.3 2025-01-14 Unknown GetPointer 00000000 PC 0881c2e0 LR 0881c2e8
PATCH SPARTAN11 v1.18.1 2025-01-11 Unknown GetPointer 00000000 PC 0884a918 LR 0884a938
PATCH SPARTAN11 v1.12.3 2024-11-21 Unknown GetPointer 00000140 PC 088113d4 LR 088113dc
PATCH SPARTAN11 v1.12.3 2025-01-15 Unknown GetPointer 00000000 PC 08816154 LR 0881615c
PATCH SPARTAN11 v1.9.4 2025-01-15 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
PATCH SPARTAN11 v1.9.4 2025-01-15 Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8
PATCH SPARTAN11 v1.18.1 2025-01-03 Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc
PATCH SPARTAN11 v1.18.1 2025-01-03 Unknown GetPointerWrite 00000000 PC 08824cf4 LR 088113dc
PATCH SPARTAN11 v1.9.4 2025-01-15 Savedata version requested on save: 3
PATCH SPARTAN11 v1.9.4 2025-01-15 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
PATCH SPARTAN11 v1.18.1-76-gace7cae79a 2025-01-15 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
PATCH SPARTAN11 v1.9.4 2025-01-15 Savedata version requested: 3