Recent logs - Pro Evolution Soccer 2008

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
Pro Evolution Soccer 2008 v1.17.1 2024-04-25 MIPSCompileOp: Invalid instruction 766f2e65
Pro Evolution Soccer 2008 v1.17.1 2024-04-25 MIPSCompileOp 69617274 failed
Pro Evolution Soccer 2008 v1.17.1 2024-04-25 Branch in Jump delay slot at 08d53018 in block starting at 08d50e38
Pro Evolution Soccer 2008 v1.17.1 2024-04-25 Jump to invalid address: 03627a00
Pro Evolution Soccer 2008 v1.17.1 2024-04-25 Jump to invalid address: 0354c000
Pro Evolution Soccer 2008 v1.14.4 2024-04-07 ReadFCR: Unexpected reg 21
Pro Evolution Soccer 2008 v1.16.6 2024-02-03 sceDmacMemcpy(dest=040cc000, src=09225ac0, size=557056): overlapping read
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 Jump to invalid address: 023ec000
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 Branch in Jump delay slot at 0883182d in block starting at 08831821
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 Jump to invalid address: 023efc00
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 Branch in Jump delay slot at 08831829 in block starting at 08831821
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 Jump to invalid address: 02819180
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 MIPSCompileOp: Invalid instruction 9fa06560
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 MIPSCompileOp: Invalid instruction 00249e05
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 MIPSCompileOp: Invalid instruction 40248305
Pro Evolution Soccer 2008 v1.11.3-1276-g192a43c1c 2023-12-06 Branch in RSRTComp delay slot at 0885c015 in block starting at 0885c015
Pro Evolution Soccer 2008 v1.11.3 2023-11-20 Unknown GetPointer 00000000 PC 08819aa4 LR 08819ab8
Pro Evolution Soccer 2008 v1.16.5 2023-10-05 Jump to invalid address: 03170000
Pro Evolution Soccer 2008 v1.16.5 2023-10-05 Branch in Jump delay slot at 08b08800 in block starting at 08afde58
Pro Evolution Soccer 2008 v1.16.5 2023-10-05 Jump to invalid address: 02c22e80
Pro Evolution Soccer 2008 v1.12.2 2023-06-26 Branch in RSZeroComp delay slot at 044cc030 in block starting at 044cc004
Pro Evolution Soccer 2008 v1.12.2 2023-06-26 MIPSCompileOp: Invalid instruction 01e0ffff
Pro Evolution Soccer 2008 v1.12.2 2023-06-26 Jump to invalid address: 00330050
Pro Evolution Soccer 2008 v1.12.2 2023-06-26 Branch in Jump delay slot at 044cc000 in block starting at 044c2e80
Pro Evolution Soccer 2008 v1.12.2 2023-06-26 Branch in Jump delay slot at 0912c800 in block starting at 0911e020
Pro Evolution Soccer 2008 v1.14.4 2023-06-23 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2
Pro Evolution Soccer 2008 v1.10-6-g8ac4efd3c 2023-06-15 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
Pro Evolution Soccer 2008 v1.10-6-g8ac4efd3c 2023-06-14 Render to texture using CLUT with different strides 1088 != 512
Pro Evolution Soccer 2008 v1.11.3 2023-05-28 Unknown GetPointer 00000000 PC 08823178 LR 08000020
Pro Evolution Soccer 2008 v1.11.3 2023-05-28 sceDmacMemcpy(dest=04154000, src=09225ac0, size=557056): overlapping read
Pro Evolution Soccer 2008 v1.13.2 2023-04-18 FBO created from existing depthbuffer as color, 04088000/00000000 and 04000000/04088000
Pro Evolution Soccer 2008 v1.13.2 2023-04-18 FBO created from existing depthbuffer as color, 04088000/00000000 and 04044000/04088000
Pro Evolution Soccer 2008 v1.13.2 2023-04-18 FBO created from existing depthbuffer as color, 04088000/00000000 and 040cc000/04088000
Pro Evolution Soccer 2008 v1.14 2023-04-15 UI scissor out of bounds in MainScreen: 0,0-1075,721 / 1440,720
Pro Evolution Soccer 2008 v1.10.2 2023-03-23 MIPSCompileOp: Invalid instruction 05f5e0ff
Pro Evolution Soccer 2008 v1.9.4 2023-03-13 807f00fd=sceMp3Init(00000001): invalid sample rate v3 l3 rate 03
Pro Evolution Soccer 2008 v1.9.4 2023-03-13 807f00fd=sceMp3Init(00000001): invalid bitrate v3 l0 rate 0003
Pro Evolution Soccer 2008 v1.9.4 2023-03-13 807f00fd=sceMp3Init(00000001): invalid bitrate v0 l2 rate 000f
Pro Evolution Soccer 2008 v1.14.2 2023-03-13 UI scissor out of bounds in GameSettingsScreen: 224,0-1206,721 / 1440,720
Pro Evolution Soccer 2008 v1.9.4 2023-03-13 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 0003
Pro Evolution Soccer 2008 v1.9.4 2023-03-13 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l2 rate 000f
Pro Evolution Soccer 2008 v1.9.4 2023-03-13 807f00fd=sceMp3Init(00000000): invalid sample rate v3 l3 rate 03
Pro Evolution Soccer 2008 v1.14.1 2023-02-01 UI scissor out of bounds in GameSettingsScreen: 275,0-1511,810 / 1705,810
Pro Evolution Soccer 2008 v1.14.1 2023-02-01 UI scissor out of bounds in GameSettingsScreen: 363,0-1424,810 / 1706,810
Pro Evolution Soccer 2008 v1.14.4 2023-01-16 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000
Pro Evolution Soccer 2008 v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143597400
Pro Evolution Soccer 2008 v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040
Pro Evolution Soccer 2008 v1.13.2 2022-12-02 Unknown GetPointer 00000000 PC 0884a908 LR 0884a928
Pro Evolution Soccer 2008 v1.13.2 2022-12-02 Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144
Pro Evolution Soccer 2008 v1.13.2 2022-11-13 Unknown GetPointer 00000020 PC 08819aa4 LR 08819ab8
Pro Evolution Soccer 2008 v1.13.2 2022-11-13 Unknown GetPointerWrite 00000000 PC 08819aa4 LR 08819ab8
Pro Evolution Soccer 2008 v1.12.2 2022-10-31 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
Pro Evolution Soccer 2008 v1.12.2 2022-10-31 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
Pro Evolution Soccer 2008 v1.17.1 2024-04-17 sceNetAdhocMatchingInit(4096) at 089b9fe0
Pro Evolution Soccer 2008 v1.10.2 2022-09-21 sceKernelLoadModule: unsupported options size=00000014, flags=08bead40, pos=0, access=1, data=2, text=2
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNp': 0x633b5f71
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNp': 0x1d60ae4b
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0xbe22eea3
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x788f2b5e
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x75dacb57
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x72a1ce0d
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x66c64821
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x5f5e32af
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x58251346
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpService': 0x4e851b10
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNp': 0xbb069a87
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNp': 0xa0be3c4b
Pro Evolution Soccer 2008 v1.10.2 2022-08-22 Unknown syscall in known module 'sceNp': 0x7e0864df
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145463692
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146507860
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelLoadModuleByID: unsupported options size=00000014, flags=ffffabcd, pos=0, access=1, data=2, text=2
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
Pro Evolution Soccer 2008 v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148119992
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0129e5c0
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0129ca40
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0129ddc0
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0129c940
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 01299980
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 029a18c0
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 038e9260
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 03fd1660
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0388a100
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0388a000
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 03889e00
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 03e52b20
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 02b98ec0
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0388a120
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 02b98d40
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 0388a020
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 03889e20
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 029c12c0
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 02a026a0
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 03889f20
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 03884820
Pro Evolution Soccer 2008 v1.12.3 2022-04-08 Jump to invalid address: 02b99080