Recent logs - FIFA 14 - Por

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
FIFA 14 - Por v1.10.3 2023-04-16 Unknown GetPointer 00000000 PC 08dd5cb8 LR 08000030
FIFA 14 - Por v1.10.3 2023-04-09 Branch in Jump delay slot at 08d6ffb7 in block starting at 08d6ff37
FIFA 14 - Por v1.10.3 2023-04-09 Jump to invalid address: 0000331c
FIFA 14 - Por v1.10.3 2023-04-09 Jump to invalid address: 058c0800
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b10010af
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b0000c3c
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction 043c9cac
FIFA 14 - Por v1.10.3 2023-04-09 Branch in Jump delay slot at 08d67877 in block starting at 08d6786f
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b6002825
FIFA 14 - Por v1.10.3 2023-04-09 Jump to invalid address: 01db80f0
FIFA 14 - Por v1.10.3 2023-04-09 Jump to invalid address: 0023bc00
FIFA 14 - Por v1.10.3 2023-04-09 Jump to invalid address: 01d3f1a0
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction 40202500
FIFA 14 - Por v1.10.3 2023-04-09 WriteToHardware: Invalid address 0000088f near PC 08d677e7 LR 0939767f
FIFA 14 - Por v1.10.3 2023-04-09 ReadFromHardware: Invalid address 00002500 near PC 08d6779f LR 08d67757
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b1000400
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction 40202568
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b2000800
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b10004af
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b0000068
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b3000c8f
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b200088f
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction b1000468
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction 0028250e
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction 4030250e
FIFA 14 - Por v1.10.3 2023-04-09 MIPSCompileOp: Invalid instruction 00282568
FIFA 14 - Por v1.14.4 2023-03-21 Unknown GetPointerWrite 00000000 PC 08dec250 LR 08dec264
FIFA 14 - Por v1.9.4 2023-03-20 ReadFromHardware: Invalid address 00000041 near PC 00000041 LR 08af5b40
FIFA 14 - Por v1.9.4 2023-03-15 ReadFromHardware: Invalid address 00000052 near PC 00000052 LR 08af5b40
FIFA 14 - Por v1.9.4 2023-03-15 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08af5b40
FIFA 14 - Por v1.13.2 2023-03-08 Unexpected mpeg first timestamp: fffffffffff / 17592186044415
FIFA 14 - Por v1.14.4 2023-03-01 Branch in RSRTComp delay slot at 08d6777d in block starting at 08d67755
FIFA 14 - Por v1.14.4 2023-03-01 Jump to invalid address: 023ec800
FIFA 14 - Por v1.14.4 2023-03-01 Branch in Jump delay slot at 08d67779 in block starting at 08d67755
FIFA 14 - Por v1.14.4 2023-03-01 Jump to invalid address: 023ec400
FIFA 14 - Por v1.14.4 2023-03-01 MIPSCompileOp: Invalid instruction b5022020
FIFA 14 - Por v1.10.2 2023-02-19 Error in shader compilation: info: 0:387: L0002: No matching function for call to 'mul' 0:391: L0001: else statement not preceded by if postshader #ifdef GL_ES precision mediump float; #endif // PPSSPP: Grabbed from Processing and slightly modified. // FXAA shader, GLSL code adapted from: // http://horde3d.org/wiki/index.php5?title=Shading_Technique_-_FXAA // Whitepaper describing the technique: // http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf //====================================================================================================================================================================== //Extra options: #define FXAA 0 //ON:1/OFF:0 /default FXAA, info above //there's no extra config for fxaa here since from what I checked this simple fxaa version offers only more blur or less aa;c, you can check it yourself below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering, don't use with either FXAA nor sharpen filters #define Gsmoothing 3.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 //================ #define MIKU 0 //Hatsune<3 this is an optional filter for all those pale anime faces which get white with bloom/colored:P tested on Miku in white dress //================ #define BLOOM 0 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define samples 4 //Default: 4 /higher = more glow, worser performance #define quality 0.25 //Default: 0.25 /lower = smaller glow, better quality #define factor 0.002 //Default: 0.002 /just an extra tweak for the bloom slightly higher values might look better in some cases, but too much can cause artifacts #define Bpower 0.5 //Default: 0.5 /amount of bloom mixed //================ #define COLORED 0 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.5 //Default: 0.5 /amount of effect mixed //================ #define SHARPEN 0 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 7.5 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 1 //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 //================ #define SHADEBOOST 0 //ON:1/OFF:0 /color correction from GSdx/pcsx2 plugin, initially taken from http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=21057 #define saturation 1.0 //Default: 1.0 //negative will look like inverted colors shader #define brightness 1.0 //Default: 1.0 #define contrast 1.0 //Default: 1.0 //negative will be... well negative;p #define red 1.0 //Default: 1.0 #define green 1.0 //Default: 1.0 #define blue 1.0 //Default: 1.0 //Shadeboost presets: //Shadeboost must be activated, presets override options above int SEPIA = 0; //Moody coolors:) int GRAYSCALE = 0; //Just for lols? int NEGATIVE = 0; //As above int PSPCOLORS = 0; //Makes the colors as on older PSP screens(colder) //All presets are simple switch ON:1/OFF:0, //================ #define GAMMA 0 //simple gamma function after reading http://filmicgames.com/archives/299 #define correction 1.0 //Default: 1.0 //================ #define SCANLINES 0 //Ugly lines which never existed on psp, yet are popular among some people(I had to, sorry:P) #define SLsize 1 //Default: 1 /basically sets how wide each line is, from 1 to looks_weird_when_too_high #define SLco
FIFA 14 - Por v1.13.2 2023-02-11 Savedata version requested: 3
FIFA 14 - Por v1.14.2 2023-01-04 UI scissor out of bounds in GameSettingsScreen: 224,0-1046,721 / 1280,720
FIFA 14 - Por v1.12.3 2022-12-11 MIPSCompileOp: Invalid instruction 63657079
FIFA 14 - Por v1.12.3 2022-12-11 MIPSCompileOp: Invalid instruction 74746e65
FIFA 14 - Por v1.12.3 2022-12-11 MIPSCompileOp: Invalid instruction 73746e65
FIFA 14 - Por v1.12.3 2022-12-11 MIPSCompileOp: Invalid instruction 6e6f6974
FIFA 14 - Por v1.11.3 2022-10-25 MIPSCompileOp: Invalid instruction 00000001
FIFA 14 - Por v1.11.3 2022-10-25 Jump to invalid address: 03898870
FIFA 14 - Por v1.11.3 2022-10-25 Jump to invalid address: 04e72740
FIFA 14 - Por v1.11.3 2022-10-25 Branch in Jump delay slot at 08e5eaf4 in block starting at 08e5eaf4
FIFA 14 - Por v1.11.3 2022-10-25 Jump to invalid address: 04ec4fc0
FIFA 14 - Por v1.13.2 2022-10-16 Jump to invalid address: 03ddb120
FIFA 14 - Por v1.13.2 2022-10-16 Jump to invalid address: 03ddac40
FIFA 14 - Por v1.13.2 2022-10-16 Jump to invalid address: 03dda760
FIFA 14 - Por v1.13.2 2022-10-09 Unknown GetPointer 0000004f PC 0000004f LR 08af5b40
FIFA 14 - Por v1.13.2 2022-10-09 ReadFromHardware: Invalid address 0000004f near PC 0000004f LR 08af5b40
FIFA 14 - Por v1.13.2 2022-10-03 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2
FIFA 14 - Por v1.13.2 2022-09-30 Unknown GetPointer 00000000 PC 00000000 LR 08abc554
FIFA 14 - Por v1.13.2 2022-09-30 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08abc554
FIFA 14 - Por v1.9.0 2022-11-07 Unknown GetPointer 00000000 PC 08affdc4 LR 08000020
FIFA 14 - Por v1.13.2 2022-09-29 Unknown GetPointer 000000a4 PC 000000a4 LR 08a1a930
FIFA 14 - Por v1.13.2 2022-09-29 ReadFromHardware: Invalid address 000000a4 near PC 000000a4 LR 08a1a930
FIFA 14 - Por v1.12.3 2022-10-09 Unknown GetPointer 00000000 PC 08de4488 LR 08de5014
FIFA 14 - Por v1.13.1 2022-08-10 Unknown GetPointer 00000046 PC 00000046 LR 00000046
FIFA 14 - Por v1.13.1 2022-08-10 ReadFromHardware: Invalid address 00000046 near PC 00000046 LR 00000046
FIFA 14 - Por v1.13.1 2022-08-29 Savedata version requested on save: 3
FIFA 14 - Por v1.12.3 2022-07-20 Failed to read valid video stream data from header
FIFA 14 - Por v1.12.3 2022-07-20 Could not setup streams, unexpected stream count: 46230
FIFA 14 - Por v1.12.3 2022-07-20 Unexpected mpeg first timestamp: 5579a080000 / 5873804509184
FIFA 14 - Por v1.12.3 2022-07-20 Video out requested, not supported: mode=0 size=0,0
FIFA 14 - Por v1.12.3 2022-07-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
FIFA 14 - Por v1.12.3 2022-07-20 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1
FIFA 14 - Por v1.12.3 2022-07-19 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000f
FIFA 14 - Por v1.10.2 2022-07-16 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
FIFA 14 - Por v1.10.2 2022-07-16 sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaa4, pos=0, access=1, data=1, text=1
FIFA 14 - Por v1.9.4 2023-02-15 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
FIFA 14 - Por v1.10.3 2022-10-20 Unknown GetPointer 00000000 PC 08000000 LR 08000000
FIFA 14 - Por v1.12.3 2022-05-30 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 098c88f8
FIFA 14 - Por v1.12.3 2022-04-20 ReadFromHardware: Invalid address 00000020 near PC 0880c75c LR 08a222c4
FIFA 14 - Por v1.12.3 2022-04-19 ReadFromHardware: Invalid address 00000007 near PC 08b3ec34 LR 08b3ec3c
FIFA 14 - Por v1.12.3 2022-04-19 WriteToHardware: Invalid address 00000000 near PC 08b3ec34 LR 08b3ec3c
FIFA 14 - Por v1.12.3 2022-07-16 WriteToHardware: Invalid address 00000000 near PC 088eac00 LR 088eac00
FIFA 14 - Por v1.12.3 2022-04-17 WriteToHardware: Invalid address 0003ab02 near PC 08877644 LR 0880a648
FIFA 14 - Por v1.12.3 2022-04-17 ReadFromHardware: Invalid address 0003ab02 near PC 08877644 LR 0880a648
FIFA 14 - Por v1.12.3 2022-04-17 ReadFromHardware: Invalid address 0006590d near PC 08a1e5e4 LR 08a1e60c
FIFA 14 - Por v1.9.4 2023-06-05 BREAK instruction hit
FIFA 14 - Por v1.9.4 2023-06-05 UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000001, 00000000, 00000000, 00000000, 00000000): game has likely crashed
FIFA 14 - Por v1.12.3 2022-04-16 ReadFromHardware: Invalid address 0006590d near PC 089bb838 LR 08a1e60c
FIFA 14 - Por v1.12.3 2022-04-17 ReadFromHardware: Invalid address 00065905 near PC 08b5021c LR 08b5021c
FIFA 14 - Por v1.12.3 2022-04-17 ReadFromHardware: Invalid address 000658ff near PC 08878d68 LR 089e4364
FIFA 14 - Por v1.12.3 2022-04-18 ReadFromHardware: Invalid address 000658db near PC 08b5021c LR 08b5021c
FIFA 14 - Por v1.12.3 2022-04-18 ReadFromHardware: Invalid address 000658d5 near PC 08878d68 LR 089e4364
FIFA 14 - Por v1.12.3 2022-04-15 WriteToHardware: Invalid address 00000010 near PC 088eac00 LR 088eac00
FIFA 14 - Por v1.12.3 2022-04-15 ReadFromHardware: Invalid address 000657e0 near PC 08b5021c LR 08b5021c
FIFA 14 - Por v1.12.3 2022-04-15 ReadFromHardware: Invalid address 000657da near PC 08878d68 LR 089e4364
FIFA 14 - Por v1.12.3 2022-04-15 ReadFromHardware: Invalid address 000657e8 near PC 089bb838 LR 08a1e60c
FIFA 14 - Por v1.12.3 2022-04-20 ReadFromHardware: Invalid address 00000000 near PC 088057bc LR 088057bc
FIFA 14 - Por v1.12.3 2022-04-20 WriteToHardware: Invalid address 00000000 near PC 08807f84 LR 08807eb8
FIFA 14 - Por v1.12.3 2022-04-18 WriteToHardware: Invalid address 00000028 near PC 08b502e4 LR 08b502e4
FIFA 14 - Por v1.12.3 2022-04-18 WriteToHardware: Invalid address 00000022 near PC 08b502e4 LR 08b502e4
FIFA 14 - Por v1.12.3 2022-04-15 ReadFromHardware: Invalid address 0004963a near PC 08b5021c LR 08b5021c
FIFA 14 - Por v1.12.3 2022-04-15 ReadFromHardware: Invalid address 00049634 near PC 08878d68 LR 089e4364
FIFA 14 - Por v1.11.3 2022-04-09 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146507860