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 07 |
v1.12.3 |
2022-06-18 |
__KernelStopThread: thread 1072 does not exist |
FIFA 07 |
v1.12.3 |
2022-06-15 |
__KernelStopThread: thread 448 does not exist |
FIFA 07 |
v1.12.3 |
2022-06-12 |
Unknown GetPointer 42a87c2f PC 08d12674 LR 08d12724 |
FIFA 07 |
v1.12.3 |
2022-06-08 |
MIPSCompileOp: Invalid instruction 43e0f0f3 |
FIFA 07 |
v1.12.3 |
2022-05-26 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
FIFA 07 |
v1.12.3 |
2022-05-20 |
Could not setup streams, unexpected stream count: 13414 |
FIFA 07 |
v1.12.3 |
2022-05-20 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
FIFA 07 |
v1.12.3 |
2022-05-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc3a |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc42 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc40 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc3e |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc3c |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc38 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc34 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc2e |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc28 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc22 |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fc1e |
FIFA 07 |
v1.12.3 |
2022-05-15 |
Bottom-right corner of source of block transfer is at an invalid address: 048103fe |
FIFA 07 |
v1.12.3 |
2022-05-14 |
MIPSCompileOp: Invalid instruction 00088fbf |
FIFA 07 |
v1.12.3 |
2022-05-12 |
Jump to invalid address: 06da8f80 |
FIFA 07 |
v1.12.3 |
2022-04-22 |
__KernelStopThread: thread 311 does not exist |
FIFA 07 |
v1.12.3 |
2022-04-10 |
Trying to write block exit to illegal destination 0a00bd04: pc = 09ffeb10 |
FIFA 07 |
v1.12.3 |
2022-04-10 |
MIPSCompileOp: Invalid instruction cd0704e7 |
FIFA 07 |
v1.12.3 |
2022-04-10 |
BlockTransfer: Bad source transfer address 22e020a0! |
FIFA 07 |
v1.12.3 |
2022-04-07 |
Direct3D9: Failed to get the device caps! |
FIFA 07 |
v1.12.3 |
2022-04-07 |
Unable to download render target data from 04110000 |
FIFA 07 |
v1.12.3 |
2022-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
FIFA 07 |
v1.12.3 |
2022-03-23 |
Jump to invalid address: 0568aff8 |
FIFA 07 |
v1.12.3 |
2022-03-23 |
Jump to invalid address: 058ed590 |
FIFA 07 |
v1.11.3 |
2022-03-21 |
Unknown GetPointer 587043d4 PC 08de4a24 LR 08de4a3c |
FIFA 07 |
v1.10.3 |
2022-03-18 |
Error in shader compilation: info: Compile failed.
ERROR: 0:459: 'mix' : no matching overloaded function found
ERROR: 0:459: 'assign' : cannot convert from 'float' to '3-component vector of float'
2 compilation errors. No code generated.
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 1 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o
#define Cpower 0.3 //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 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
//================
#define SHADEBOOST 1 //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.1 //Default: 1.0 //negative will look like inverted colors shader
#define brightness 2.5 //Default: 1.0
#define contrast 1.23 //Default: 1.0 //negative will be... well negative;p
#define red 0.55 //Default: 1.0
#define green 0.55 //Default: 1.0
#define blue 0.55 //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 1 //simple gamma function after reading http://filmicgames.com/archives/299
#define correction 1.2 //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 lin |
FIFA 07 |
v1.11.3 |
2022-03-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145232488 |
FIFA 07 |
v1.11.3 |
2022-03-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145224280 |
FIFA 07 |
v1.11.3 |
2022-03-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151249632 |
FIFA 07 |
v1.11.3 |
2022-03-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816 |
FIFA 07 |
v1.12.3 |
2022-03-06 |
ReadFromHardware: Invalid address ffffc38c near PC 08f2247c LR 08a43564 |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 035c030e |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 034c031f |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 0180014e |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 465b4fb2 |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 465abf4c |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 465b4c2c |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 4539790e |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 430e1cca |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 431c04bf |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 4539f796 |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 4306f5c3 |
FIFA 07 |
v1.12.3 |
2022-03-06 |
MIPSCompileOp: Invalid instruction 431b2a1e |
FIFA 07 |
v1.12.3 |
2022-02-27 |
80630007=sceAtracSetData(2, 08d4b180, 00018700): atracID uses different codec type than data |
FIFA 07 |
v1.12.3 |
2022-02-27 |
80630007=sceAtracSetData(2, 08d4b180, 0000fe00): atracID uses different codec type than data |
FIFA 07 |
v1.12.3 |
2022-02-27 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
FIFA 07 |
v1.12.3 |
2022-02-27 |
80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data |
FIFA 07 |
v1.12.3 |
2022-02-14 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 573 |
FIFA 07 |
v1.12.3 |
2022-02-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=0000001c, pos=0, access=1, data=2, text=2 |
FIFA 07 |
v1.12.3 |
2022-02-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08a1d400, pos=0, access=1, data=1, text=1 |
FIFA 07 |
v1.9.0 |
2022-02-09 |
Unknown GetPointer ffededed PC 08d12674 LR 08d12724 |
FIFA 07 |
v1.12.3 |
2022-02-08 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 08adfdf4, 4, 00000000, 0) |
FIFA 07 |
v1.12.3 |
2022-02-08 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 08adfdf4, 4, 00000000, 0) |
FIFA 07 |
v1.10.3 |
2022-02-08 |
Failed to truncate file. |
FIFA 07 |
v1.10.3 |
2022-02-08 |
ReadFromHardware: Invalid address 00000020 near PC 08a43540 LR 08a43540 |
FIFA 07 |
v1.12.3 |
2022-02-07 |
BlockTransfer: Bad source transfer address 20d67430! |
FIFA 07 |
v1.10.3 |
2022-02-07 |
Unknown GetPointer 00000000 PC 00000000 LR 08a43564 |
FIFA 07 |
v1.10.3 |
2022-02-07 |
WriteToHardware: Invalid address 00000022 near PC 08d09158 LR 08d09158 |
FIFA 07 |
v1.10.3 |
2022-02-07 |
ReadFromHardware: Invalid address 3f3851dd near PC 089dc5b8 LR 08a12814 |
FIFA 07 |
v1.10.3 |
2022-02-08 |
WriteToHardware: Invalid address 2de8b8a0 near PC 08bc8ea0 LR 08bc8ea0 |
FIFA 07 |
v1.10.3 |
2022-02-08 |
ReadFromHardware: Invalid address 2de8b8a0 near PC 08bc8ea0 LR 08bc8ea0 |
FIFA 07 |
v1.11.3 |
2022-01-30 |
Branch in JumpReg delay slot at 08e86594 in block starting at 08e86590 |
FIFA 07 |
v1.11.3 |
2022-01-30 |
Jump to invalid address: 04db2c00 |
FIFA 07 |
v1.11.3 |
2022-01-30 |
Branch in Jump delay slot at 08e86590 in block starting at 08e86590 |
FIFA 07 |
v1.11.3 |
2022-01-30 |
Jump to invalid address: 05714600 |
FIFA 07 |
v1.11.3 |
2022-01-22 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0893b1e0 |
FIFA 07 |
v1.10.2 |
2022-01-16 |
|