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 |
Ratchet |
v1.12.3 |
2022-06-17 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.12.2 |
2022-06-13 |
Bad bounding box data: 8d0065 |
Ratchet |
v1.12.2 |
2022-06-13 |
Unknown GE command : 39400000 |
Ratchet |
v1.12.3-1154-gb93be29a3 |
2022-06-07 |
FBO using existing buffer as depthbuffer, 04000000/04088000 and 04088000/00000000 |
Ratchet |
v1.12.3-1154-gb93be29a3 |
2022-06-07 |
FBO using existing buffer as depthbuffer, 04044000/04088000 and 04088000/00000000 |
Ratchet |
v1.12.3 |
2022-06-05 |
Unknown GetPointer fcfefeff PC 088075c8 LR 088075c8 |
Ratchet |
v1.12.3 |
2022-05-27 |
Unexpected mpeg first timestamp: 42420b58d1e / 4553214102814 |
Ratchet |
v1.12.3 |
2022-05-18 |
Unimplemented HLE function sceKernelStopUnloadSelfModule |
Ratchet |
v1.12.3 |
2022-04-30 |
Replacing existing mpeg context at 09494a1c |
Ratchet |
v1.12.3 |
2022-04-30 |
FBO using existing buffer as depthbuffer, 04088000/04110000 and 04110000/00000000 |
Ratchet |
v1.12.3 |
2022-04-30 |
FBO using existing buffer as depthbuffer, 04000000/04110000 and 04110000/00000000 |
Ratchet |
v1.12.3 |
2022-04-08 |
800200d8=sceKernelAllocPartitionMemory(): invalid type 30 |
Ratchet |
v1.12.3 |
2022-04-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=-1, data=0, text=0 |
Ratchet |
v1.12.3-980-g3bfab6326 |
2022-03-31 |
FBO created from existing depthbuffer as color, 04000000/00000000 and 04020000/04000000 |
Ratchet |
v1.12.3 |
2022-04-01 |
Unknown GetPointer 3efed257 PC 092e50f4 LR 092e50f0 |
Ratchet |
v1.12.3 |
2022-03-26 |
80630006=sceAtracSetDataAndGetID(08a87000, 00020000): invalid RIFF header |
Ratchet |
v1.12.3 |
2022-03-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144940664 |
Ratchet |
v1.10.3 |
2022-03-11 |
80630006=sceAtracSetDataAndGetID(095122c0, 0000b5cc): invalid RIFF header |
Ratchet |
v1.12.3 |
2022-03-01 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147002140 |
Ratchet |
v1.12.3 |
2022-03-01 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146993220 |
Ratchet |
v1.12.3 |
2022-03-01 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 166232480 |
Ratchet |
v1.12.3 |
2022-03-01 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776 |
Ratchet |
v1.12.3 |
2022-03-01 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.9.4 |
2022-02-21 |
80630011=sceAtracSetDataAndGetID(094e7780, 00000001): buffer too small |
Ratchet |
v1.12.3 |
2022-02-18 |
80020001=sceKernelCreateMutex(): invalid name |
Ratchet |
v1.10.3 |
2022-02-13 |
Error in shader program link: info: --From Vertex Shader:
Warning: varying v_texcoordNC0 is written in the vertex shader but not read in the fragment shader or bound for Transform Feedback.
Warning: varying v_texcoordNC1 is written in the vertex shader but not read in the fragment shader or bound for Transform Feedback.
Warning: varying v_texcoordNC2 is written in the vertex shader but not read in the fragment shader or bound for Transform Feedback.
Warning: varying v_texcoordNC3 is written in the vertex shader but not read in the fragment shader or bound for Transform Feedback.
Error: Symbol u_texelDelta defined with different precision in vertex and fragment shaders.
--From Fragment Shader:
Warning: varying v_texcoordNC0 is written in the vertex shader but not read in the fragment shader or bound for Transform Feedback.
Warning: varying v_texcoordNC1 is written in the vertex shader but not read in the fragment shader or bound for Transform Feedback.
Warning: varying v_texcoordNC2 is written in the vertex shader but not read in the fragment s
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).
// Only last one applies, so pick just one of them, mess around with it's settings and add other effects as needed.
//======================================================================================================================================================================
//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 0 //ON:1/OFF:0 /default FXAA, orginal info below
//================
#define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering
#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
//================
//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 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
//================
//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.wordp |
Ratchet |
v1.9.4 |
2022-02-10 |
80630006=sceAtracSetDataAndGetID(0950d400, 0000ebcc): invalid RIFF header |
Ratchet |
v1.12.3 |
2022-02-07 |
__KernelStopThread: thread 296 does not exist |
Ratchet |
v1.12.3 |
2022-01-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1 |
Ratchet |
v1.12.3 |
2022-03-27 |
80630011=sceAtracSetDataAndGetID(094ef640, 00000070): no data chunk |
Ratchet |
v1.11.3 |
2022-01-12 |
VTYPE with morph used: THRU=0 TC=3 COL=0 POS=2 NRM=1 WT=0 NW=1 IDX=0 MC=2 |
Ratchet |
v1.11.3 |
2022-01-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.8.0 |
2022-01-24 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
Ratchet |
v1.12.3 |
2021-12-29 |
Unknown GetPointer 000027e0 PC 0925a3f8 LR 0925a410 |
Ratchet |
v1.12.3 |
2021-12-20 |
Unknown GetPointer cd800000 PC 092d8d6c LR 092d8d44 |
Ratchet |
v1.12.3 |
2021-12-17 |
MIPSCompileOp: Invalid instruction 65ff2021 |
Ratchet |
v1.12.3 |
2021-12-17 |
MIPSCompileOp: Invalid instruction 65ff384a |
Ratchet |
v1.12.3 |
2021-12-17 |
MIPSCompileOp: Invalid instruction 4a3d75c0 |
Ratchet |
v1.12.3 |
2021-12-17 |
ReadFromHardware: Invalid address 00000019 near PC 00000019 LR 09193624 |
Ratchet |
v1.12.3 |
2021-12-05 |
Unexpected mpeg first timestamp: f3a0fb6a34e / 16742046147406 |
Ratchet |
v1.12.3 |
2021-11-28 |
Unknown GetPointer bc23d70a PC 092e5de4 LR 092e5d7c |
Ratchet |
v1.12.3 |
2021-11-28 |
Unknown GetPointer 3f800000 PC 0924029c LR 09241768 |
Ratchet |
v1.12.3 |
2021-11-19 |
Unexpected mpeg first timestamp: bff00b3af20 / 13189856341792 |
Ratchet |
v1.12.3 |
2021-11-21 |
80630011=sceAtracSetDataAndGetID(0950d400, 00000000): buffer too small |
Ratchet |
v1.12.3-99-g6099c4f41 |
2021-11-09 |
An uneaten prefix at end of block for 08927e54 |
Ratchet |
v1.12.3-99-g6099c4f41 |
2022-04-30 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
Ratchet |
v1.12.2 |
2021-11-06 |
80630006=sceAtracSetDataAndGetID(0950d400, 0000f4cc): invalid RIFF header |
Ratchet |
v1.12.3 |
2021-11-05 |
80630006=sceAtracSetDataAndGetID(095122c0, 0000ed4c): invalid RIFF header |
Ratchet |
v1.12.3 |
2021-11-05 |
80630006=sceAtracSetDataAndGetID(094f9580, 0000bd4c): invalid RIFF header |
Ratchet |
v1.12.3 |
2022-02-27 |
80000107=sceDisplaySetFrameBuf(00000000, 0, 0, 0): must change latched framebuf first |
Ratchet |
v1.12.3 |
2022-01-16 |
80630008=sceAtracSetDataAndGetID(094c7c00, 00000070): loop starts after it ends |
Ratchet |
v1.12.3 |
2022-03-27 |
80630008=sceAtracSetDataAndGetID(094e7780, 00000070): loop starts after it ends |
Ratchet |
v1.12.3 |
2022-05-04 |
80630011=sceAtracSetDataAndGetID(095122c0, 00000070): no data chunk |
Ratchet |
v1.12.3 |
2022-05-26 |
__KernelStopThread: thread 297 does not exist |
Ratchet |
v1.11.3 |
2021-10-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.11.3 |
2021-11-05 |
BREAK instruction hit |
Ratchet |
v1.11.3 |
2021-09-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.9.4 |
2021-09-21 |
An uneaten prefix at end of block: 091984ac |
Ratchet |
v1.11.3 |
2021-09-18 |
Unknown GetPointer 00000000 PC 0887b498 LR 08000020 |
Ratchet |
v1.11.2 |
2021-09-11 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
Ratchet |
v1.12.3 |
2022-03-26 |
80630006=sceAtracSetDataAndGetID(08a87000, 80020323): invalid RIFF header |
Ratchet |
v1.11.3 |
2021-09-02 |
80630006=sceAtracSetDataAndGetID(095122c0, 0000e74c): invalid RIFF header |
Ratchet |
v1.10.3 |
2021-08-24 |
Savedata version requested: 3 |
Ratchet |
v1.11.3 |
2021-08-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5048, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.11.3 |
2021-08-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5048, pos=0, access=1, data=1, text=1 |
Ratchet |
v1.11.3 |
2021-08-01 |
Unexpected mpeg first timestamp: 40000004c / 17179869260 |
Ratchet |
v1.9.0 |
2021-07-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=1, text=1 |
Ratchet |
v1.9.0 |
2021-07-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.12.3 |
2022-01-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Ratchet |
v1.11.3 |
2021-06-25 |
Could not setup streams, unexpected stream count: 4096 |
Ratchet |
v1.11.3 |
2021-06-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
Ratchet |
v1.12.3 |
2021-11-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
Ratchet |
v1.9.3-80-g73bf6098e |
2021-06-25 |
__KernelStopThread: thread 880 does not exist |
Ratchet |
v1.9.3-80-g73bf6098e |
2021-06-25 |
__KernelStopThread: thread 920 does not exist |
Ratchet |
v1.4.2 |
2021-06-24 |
PackFramebufferD3D11_: vfb->fbo == 0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c100b0 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 0314bfe0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c100ac in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 03040280 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c100a8 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 02ecc8f0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c100a4 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 0314bf40 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c100a0 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 03040250 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c1009c in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 02ecc5a0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c10098 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 031463e0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c10094 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 030401e0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 02ecc250 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c1007c in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 0314bd60 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c10078 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 030401b0 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c10074 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 02ecbf00 |
Ratchet |
v1.11.3 |
2021-06-23 |
Branch in Jump delay slot at 08c10070 in block starting at 08c10000 |
Ratchet |
v1.11.3 |
2021-06-23 |
Jump to invalid address: 0314bcc0 |