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 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296812 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146185776 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
__KernelStopThread: thread 357 does not exist |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceNetAdhocMatchingInit(131072) at 08823830 |
Kosmodrones |
v1.12.3-1319-g419692832 |
2022-07-16 |
An uneaten prefix at end of block for 08c18dfc |
Kosmodrones |
v1.12.3 |
2022-07-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
Kosmodrones |
v1.12.3 |
2022-04-27 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 3, 0): must change latched framebuf first |
Kosmodrones |
v1.12.3 |
2022-04-19 |
MFIC instruction hit (70020024) at 08832bd0 |
Kosmodrones |
v1.12.3 |
2022-05-02 |
FBO using existing buffer as depthbuffer, 04000000/04088000 and 04088000/00000000 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
Kosmodrones |
v1.12.3 |
2022-02-16 |
MFIC instruction hit (70020024) at 089941c4 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
Kosmodrones |
v1.12.3 |
2022-01-26 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
Kosmodrones |
v1.12.3 |
2022-01-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
Kosmodrones |
v1.12.3 |
2022-06-08 |
MFIC instruction hit (70020024) at 08933650 |
Kosmodrones |
v1.12.3 |
2021-12-20 |
Error in shader program link: info: (unknown reason)
fs: postshader
#ifdef GL_ES
precision mediump float;
#endif
/*
Hyllian's xBR-lv2 Shader Accuracy (tweak by guest.r)
Copyright (C) 2011-2015 Hyllian - [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Incorporates some of the ideas from SABR shader. Thanks to Joshua Street.
*/
#ifdef GL_ES
precision mediump float;
precision mediump int;
#endif
#define CornerA 0 //ON:1/OFF:0 / A, B, C, D are just different variants of corner rounding
#define CornerB 0 //ON:1/OFF:0 / activate only one
#define CornerD 0 //ON:1/OFF:0
// CornerC //used as default if none of the above is defined
const float XBR_SCALE = 3.0;
const float lv2_cf = 2.0;
const float coef = 2.0;
const vec3 rgbw = vec3(14.352, 28.176, 5.472);
const vec4 eq_threshold = vec4(15.0, 15.0, 15.0, 15.0);
const vec4 Ao = vec4( 1.0, -1.0, -1.0, 1.0 );
const vec4 Bo = vec4( 1.0, 1.0, -1.0,-1.0 );
const vec4 Co = vec4( 1.5, 0.5, -0.5, 0.5 );
const vec4 Ax = vec4( 1.0, -1.0, -1.0, 1.0 );
const vec4 Bx = vec4( 0.5, 2.0, -0.5,-2.0 );
const vec4 Cx = vec4( 1.0, 1.0, -0.5, 0.0 );
const vec4 Ay = vec4( 1.0, -1.0, -1.0, 1.0 );
const vec4 By = vec4( 2.0, 0.5, -2.0,-0.5 );
const vec4 Cy = vec4( 2.0, 0.0, -1.0, 0.5 );
const vec4 Ci = vec4(0.25, 0.25, 0.25, 0.25);
uniform sampler2D sampler0;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
varying vec2 v_texcoord0;
// Difference between vector components.
vec4 df(vec4 A, vec4 B) {
return vec4(abs(A-B));
}
// Compare two vectors and return their components are different.
vec4 diff(vec4 A, vec4 B) {
return vec4(notEqual(A, B));
}
// Determine if two vector components are equal based on a threshold.
vec4 eq(vec4 A, vec4 B) {
return (step(df(A, B), eq_threshold));
}
// Determine if two vector components are NOT equal based on a threshold.
vec4 neq(vec4 A, vec4 B) {
return (vec4(1.0, 1.0, 1.0, 1.0) - eq(A, B));
}
float c_df(vec3 c1, vec3 c2) {
vec3 df = abs(c1 - c2);
return df.r + df.g + df.b;
}
void main() {
bool upscale = u_texelDelta.x > (1.6 * u_pixelDelta.x);
vec3 res = texture2D(sampler0, v_texcoord0.xy).xyz;
// Let's skip the whole scaling if output size smaller than 1.6x of input size
if (upscale) {
vec4 edri, edr, edr_l, edr_u, px; // px = pixel, edr = edge detection rule
vec4 irlv0, irlv1, irlv2l, irlv2u;
vec4 fx, fx_l, fx_u; // inequations of straight lines.
vec2 pS = 1.0 / u_texelDelta.xy;
vec2 fp = fract(v_texcoord0.xy*pS.xy);
vec2 TexCoord_0 = v_texcoord0.xy-fp*u_pixelDelta.xy;
vec2 dx = vec2(u_texelDelta.x,0.0);
vec2 dy = vec2(0.0,u_texelDelta.y);
vec2 y2 = dy + dy; vec2 x2 = dx + dx;
vec4 delta = vec4(1.0/XBR_SCALE, 1.0/XBR_SCALE, 1.0/XBR_SCALE, 1.0/XBR_SCALE);
vec4 delta_l = vec4(0.5/XBR_SCALE, 1.0/XBR_SCALE, 0.5/XBR_SCALE, 1.0/XBR_SCALE);
vec4 delta_u = delta_l.yxwz;
vec3 A = texture2D(sampler0, TexCoord_0 -dx - |
Kosmodrones |
v1.12.3 |
2021-12-11 |
__KernelStopThread: thread 360 does not exist |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Kosmodrones |
v1.12.3-1319-g419692832 |
2022-07-16 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04088000/04110000 |
Kosmodrones |
v1.12.3 |
2022-04-08 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
Kosmodrones |
v1.12.3 |
2021-10-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1 |
Kosmodrones |
v1.12.3 |
2022-07-27 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04000000/04088000 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
Video out requested, not supported: mode=0 size=0,0 |
Kosmodrones |
v1.12.3 |
2021-10-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
Kosmodrones |
v1.11.3 |
2021-04-13 |
MFIC instruction hit (70020024) at 0894c1c4 |
Kosmodrones |
v1.13.1-162-gc3324c872 |
2022-08-12 |
Waiting thread for 20 that was already waiting for 20 |
Kosmodrones |
v1.11.3 |
2021-04-06 |
Unknown GetPointer 00000000 PC 088096e4 LR 0881c110 |
Kosmodrones |
v1.11.3 |
2021-04-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
Kosmodrones |
v1.11.3 |
2021-04-06 |
BREAK instruction hit |
Kosmodrones |
v1.12.3 |
2021-10-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536 |
Kosmodrones |
v1.12.3 |
2021-10-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771616 |
Kosmodrones |
v1.11.3 |
2021-03-28 |
FBO created from existing depthbuffer as color, 04088000/04110000 and 04000000/04088000 |
Kosmodrones |
v1.13.1 |
2022-08-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Kosmodrones |
v1.13.1 |
2022-08-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Kosmodrones |
v1.11.3 |
2021-03-22 |
sceAudiocodecInit(08abf4c0, 4097): replacing existing context |
Kosmodrones |
v1.13.1 |
2022-08-05 |
Trying to relocate non-loaded section (null) |
Kosmodrones |
v1.11.3 |
2021-03-21 |
Unknown GetPointer 00000000 PC 0880a6b0 LR 0880a6b0 |
Kosmodrones |
v1.12.3 |
2022-01-29 |
Unimplemented HLE function sceNetResolverTerm |
Kosmodrones |
v1.12.3 |
2022-01-29 |
Unimplemented HLE function sceUtilityGetNetParam |
Kosmodrones |
v1.13.1 |
2022-08-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Kosmodrones |
v1.11.2 |
2021-02-25 |
Unknown GetPointer 00000000 PC 088163b8 LR 088163b8 |
Kosmodrones |
v1.11.3 |
2021-04-15 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
Kosmodrones |
v1.11.3 |
2021-04-14 |
Unknown GetPointer 00000000 PC 08825fbc LR 08825fbc |
Kosmodrones |
v1.11.2 |
2021-02-28 |
Unknown GetPointer 00000000 PC 0881b7f8 LR 0881b7f8 |
Kosmodrones |
v1.13.1-162-gc3324c872 |
2022-08-12 |
MFIC instruction hit (70020024) at 08901204 |