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 |
Spider-Man: Friend or Foe |
v1.17.1 |
2024-07-28 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=1, text=1 |
Spider-Man: Friend or Foe |
v1.17.1 |
2024-07-28 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=2, text=2 |
Spider-Man: Friend or Foe |
v1.13.2-1944-g3e481634a |
2024-04-14 |
Attempting to texture from current render target (src=041e0000 / target=041e0000 / flags=7), making a copy |
Spider-Man: Friend or Foe |
v1.9.0 |
2022-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=2, text=2 |
Spider-Man: Friend or Foe |
v1.9.0 |
2022-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=1, text=1 |
Spider-Man: Friend or Foe |
v1.13.1 |
2022-09-30 |
Ignoring possible texturing from framebuffer at 04160000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.12.3 |
2022-06-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Spider-Man: Friend or Foe |
v1.12.3 |
2022-06-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffdeec, pos=0, access=1, data=1, text=1 |
Spider-Man: Friend or Foe |
v1.9.0 |
2022-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
Spider-Man: Friend or Foe |
v1.9.0 |
2022-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
Spider-Man: Friend or Foe |
v1.10.3 |
2021-04-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
Spider-Man: Friend or Foe |
v1.11.3 |
2021-06-30 |
Ignoring possible texturing from framebuffer at 041c0000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.14.4 |
2024-04-14 |
Ignoring possible texturing from framebuffer at 041a0000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.14.4 |
2024-08-28 |
Ignoring possible texturing from framebuffer at 04180000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.13.2 |
2022-12-22 |
Ignoring possible texturing from framebuffer at 04180000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.12.3 |
2022-06-19 |
Ignoring possible texturing from framebuffer at 041a0000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.13.2 |
2022-10-11 |
Ignoring possible texturing from framebuffer at 04160000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.11.3 |
2021-05-02 |
Unknown GetPointer 00000000 PC 089bcbec LR 089bcbec |
Spider-Man: Friend or Foe |
v1.9.4 |
2022-10-06 |
Ignoring possible render to texture at 04160000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2019-12-19 |
GL ran out of GPU memory; switching to low memory mode |
Spider-Man: Friend or Foe |
v1.6.3-492-g9fddfff66 |
2019-11-03 |
Ignoring possible render to texture at 001a0000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2022-07-11 |
Ignoring possible render to texture at 04180000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.0 |
2023-07-24 |
Ignoring possible render to texture at 041a0000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-09-02 |
Render to area containing texture at 04160000 +128x0 |
Spider-Man: Friend or Foe |
v1.7.5-302-g51fec7f43 |
2018-12-20 |
Error in shader compilation: info: 0:6: P0001: Error parsing constant expression, unknown identifier 'GL_FRAGMENT_PRECISION_HIGH'
0:7: P0004: High precision not supported, instead compiling high precision as medium precision
stencil
#ifdef GL_ES
precision mediump float;
#endif
#ifdef GL_ES
#if GL_FRAGMENT_PRECISION_HIGH
precision highp float;
#else
precision mediump float; // just hope it's enough..
#endif
#endif
#if __VERSION__ >= 130
#define varying in
#define texture2D texture
#define gl_FragColor fragColor0
out vec4 fragColor0;
#endif
varying vec2 v_texcoord0;
uniform float u_stencilValue;
uniform sampler2D tex;
float roundAndScaleTo255f(in float x) { return floor(x * 255.99); }
void main() {
vec4 index = texture2D(tex, v_texcoord0);
gl_FragColor = vec4(index.a);
float shifted = roundAndScaleTo255f(index.a) / roundAndScaleTo255f(u_stencilValue);
if (mod(floor(shifted), 2.0) < 0.99) discard;
}
|
Spider-Man: Friend or Foe |
v1.9.4 |
2023-02-02 |
Render to area containing texture at 041a0000 +128x0 |
Spider-Man: Friend or Foe |
v1.7.5 |
2021-06-18 |
Ignoring possible render to texture at 00180000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.0 |
2022-08-29 |
Ignoring possible render to texture at 041a0000 +240x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-11-13 |
Video out requested, not supported: mode=0 size=0,0 |
Spider-Man: Friend or Foe |
v1.9.4 |
2022-11-07 |
Render to area containing texture at 04180000 +128x0 |
Spider-Man: Friend or Foe |
v1.9.4 |
2022-11-07 |
Ignoring possible render to texture at 04160000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.7.5 |
2020-07-26 |
Render to area containing texture at 00180000 +128x0 |
Spider-Man: Friend or Foe |
v1.6.3-492-g9fddfff66 |
2019-01-27 |
Ignoring possible render to texture at 00180000 +192x256 / 256x272 |
Spider-Man: Friend or Foe |
v1.4.2 |
2024-10-23 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b1300 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072ae600 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b2e00 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b2080 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b3b80 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b0580 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072af800 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072aef00 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 04a00000 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b4900 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b5680 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b6400 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b9a00 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b7180 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 04a1f9f0 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 04a1f890 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b7f00 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 04a1f940 |
Spider-Man: Friend or Foe |
v1.1.1-66-g5ebd7bf |
2016-01-07 |
Jump to invalid address: 072b8c80 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-09-02 |
Render to area containing texture at 041e0000 +128x0 |
Spider-Man: Friend or Foe |
v1.7.2 |
2020-06-04 |
Render to area containing texture at 001a0000 +128x0 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-09-02 |
Ignoring possible render to texture at 04180000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-09-29 |
Ignoring possible render to texture at 041a0000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.7.5 |
2019-11-03 |
Render to area containing texture at 001c0000 +128x0 |
Spider-Man: Friend or Foe |
v1.7.5 |
2023-12-10 |
Render to area containing texture at 001e0000 +128x0 |
Spider-Man: Friend or Foe |
v1.7.5 |
2021-06-18 |
Render to area containing texture at 00160000 +128x0 |
Spider-Man: Friend or Foe |
v1.6.3 |
2018-06-22 |
Ignoring possible render to texture at 00160000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-09-02 |
Ignoring possible render to texture at 041c0000 +0x128 / 256x272 |
Spider-Man: Friend or Foe |
v1.9.4 |
2024-09-29 |
Render to area containing texture at 041c0000 +128x0 |