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 |
DYNASTY WARRIORS Vol.2 |
v1.12.3-1071-g830420f0c |
2023-11-14 |
Failed to read valid video stream data from header |
DYNASTY WARRIORS Vol.2 |
v1.12.3-1071-g830420f0c |
2023-11-14 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r5p1-01rel0 [Revision 96995].
01f74441:00000b3c HWX C T N Fog Tex Light: 0: c:1 t:0 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:7 Cull
#version 100
// Mali-450 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * color0.rgb) * max(ldot, 0.0);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * color0.rgb * ldot ;
}
lightSum0.rgb += (u_lightambient0 * color0.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * color0.rgb + diffuse) * lightScale;
v_color0 = clamp(clamp(lightSum0, 0.0, 1.0) + vec4(lightSum1, 0.0), 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * ou |
Tenchu: Shadow Assassins |
v1.12.3-1071-g830420f0c |
2023-11-14 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r5p1-01rel0 [Revision 96995].
01f74444:00000b3d HWX C T N LM Fog Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:7 Cull
#version 100
// Mali-450 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * color0.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = splat3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullR |
God of War: Chains of Olympus |
v1.12.3-1071-g830420f0c |
2023-11-29 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r5p1-01rel0 [Revision 96995].
01730444:00010b39 HWX C T N LM Tex TexProjPos UVMtx Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 MatUp:3 Cull
#version 100
// Mali-450 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * color0.rgb) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = splat3(0.0);
v_texcoord = mul(vec4(position, 1.0), u_texmtx).xyz * vec3(u_uvscaleoffset.xy, 1.0);
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
}
|
Grand Theft Auto®: Chinatown Wars™ |
v1.12.3-1071-g830420f0c |
2023-09-20 |
avcodec_send_packet: Error decoding audio -1094995529 / bebbb1b7 |
周刊少年大乱斗 集结!顶上大决战 |
v1.12.3-1071-g830420f0c |
2023-08-03 |
Failed to read valid video stream data from header |
Grand Theft Auto: Liberty City Stories |
v1.12.3-1264-gf8c219b7f |
2023-10-18 |
Failed to read valid video stream data from header |
ワンピース ROMANCE DAWN 冒険の夜明け |
v1.12.3-1071-g830420f0c |
2023-06-27 |
Failed to read valid video stream data from header |
PATAPON™ 2 |
v1.14.4-987-gf28ac8fdc |
2023-11-19 |
Failed to read valid video stream data from header |
Sonic Rivals™ |
v1.12.3-1071-g830420f0c |
2023-02-25 |
Failed to read valid video stream data from header |
GITAROO MAN Lives! |
v1.13.1 |
2023-10-15 |
Failed to read valid video stream data from header |
初音ミク -Project DIVA- 2nd |
v1.12.3-1071-g830420f0c |
2023-02-21 |
Failed to read valid video stream data from header |
DJMAX Fever |
v1.12.3-1071-g830420f0c |
2023-02-24 |
Failed to read valid video stream data from header |
DJMAX PORTABLE BLACK SQUARE |
v1.12.3-1071-g830420f0c |
2023-02-25 |
Failed to read valid video stream data from header |
B-Boy |
v1.12.3-1071-g830420f0c |
2023-01-27 |
Unexpected mpeg first timestamp: 700000a561 / 481036379489 |
Gran Turismo® |
v1.14.4 |
2023-10-22 |
Failed to read valid video stream data from header |
FINAL FANTASY TACTICS®: THE WAR OF THE LIONS™ |
v1.12.3-1071-g830420f0c |
2023-01-15 |
Failed to read valid video stream data from header |
CRISIS CORE -FINAL FANTASY VII- |
v1.14.4-324-geef5c51c6 |
2023-06-30 |
Failed to read valid video stream data from header |
MotoGP |
v1.15.4 |
2023-09-16 |
Failed to read valid video stream data from header |
PUMPITUPZERO |
v1.12.3-1071-g830420f0c |
2023-01-08 |
Failed to read valid video stream data from header |
PUMP IT UP: EXCEED |
v1.12.3-1071-g830420f0c |
2023-01-15 |
Failed to read valid video stream data from header |
KINGDOM HEARTS Birth by Sleep |
v1.13.2-1944-g3e481634a |
2023-06-01 |
Failed to read valid video stream data from header |
悪魔城ドラキュラXクロニクル |
v1.13.1 |
2023-11-29 |
Failed to read valid video stream data from header |
DJMAX PORTABLE |
v1.12.3-1071-g830420f0c |
2023-01-10 |
Failed to read valid video stream data from header |
Audition Portable |
v1.12.3-1071-g830420f0c |
2023-01-27 |
Failed to read valid video stream data from header |
MotorStorm®: Arctic Edge |
v1.12.3-1071-g830420f0c |
2022-12-18 |
Failed to read valid video stream data from header |
WWE SmackDown! vs. RAW 2006. |
v1.13.2-1944-g3e481634a |
2023-05-09 |
Failed to read valid video stream data from header |
DJMAX PORTABLE 3 |
v1.12.3-1071-g830420f0c |
2022-12-23 |
Failed to read valid video stream data from header |
Patapon® 3 |
v1.13.2 |
2023-11-19 |
Failed to read valid video stream data from header |
MONSTER HUNTER PORTABLE 3rd |
v1.14.4 |
2023-10-12 |
Failed to read valid video stream data from header |
God of War®: Ghost of Sparta |
v1.16.5 |
2023-11-19 |
Failed to read valid video stream data from header |
グランツーリスモ® |
v1.13.2-1944-g3e481634a |
2023-10-14 |
Failed to read valid video stream data from header |
Tenchu: Shadow Assassins |
v1.13.2 |
2023-11-14 |
Failed to read valid video stream data from header |
RIDGE RACER |
v1.12.3-1071-g830420f0c |
2023-07-24 |
Failed to read valid video stream data from header |
Crash™ Tag Team Racing |
v1.13.2-1944-g3e481634a |
2023-10-11 |
Failed to read valid video stream data from header |
仮面ライダー クライマックスヒーローズ フォーゼ |
v1.12.3-1071-g830420f0c |
2022-08-23 |
Failed to read valid video stream data from header |
ウルトラマン Fighting Evolution 0 |
v1.16.6 |
2023-11-30 |
sceNetAdhocMatchingInit(32768) at 088ceba4 |
Family Guy |
v1.13.2-1944-g3e481634a |
2023-07-04 |
Failed to read valid video stream data from header |
Justice League: Heroes™ |
v1.13.1 |
2023-09-23 |
Failed to read valid video stream data from header |
WWE'12 |
v1.13.2-1944-g3e481634a |
2023-07-16 |
Failed to read valid video stream data from header |
WWE SmackDown vs. RAW 2011 |
v1.12.3-1071-g830420f0c |
2022-06-15 |
Failed to read valid video stream data from header |
Colin McRae Rally 2005 Plus |
v1.13.2-1944-g3e481634a |
2023-11-10 |
Failed to read valid video stream data from header |
SpongeBob SquarePants: The Yellow Avenger |
v1.12.3-1071-g830420f0c |
2022-05-25 |
Failed to read valid video stream data from header |
Sonic Rivals™ |
v1.12.3-1071-g830420f0c |
2022-05-14 |
Failed to read valid video stream data from header |
FREE RUNNING |
v1.12.3-1071-g830420f0c |
2022-05-14 |
Failed to read valid video stream data from header |
DaedalusX64 |
v1.12.3-1071-g830420f0c |
2022-11-14 |
MFIC instruction hit (70020024) at 088eb8b0 |
METAL SLUG Anthology |
v1.14.4-324-geef5c51c6 |
2023-09-18 |
Failed to read valid video stream data from header |
BURNOUT DOMINATOR |
v1.13.2-1944-g3e481634a |
2023-10-13 |
Failed to read valid video stream data from header |
BURNOUT DOMINATOR |
v1.16.6-240-ge93f9f64c |
2023-11-30 |
sceNetAdhocMatchingInit(9816) at 088fc4e8 |
GTA: Liberty City Stories |
v1.16.5 |
2023-11-01 |
Failed to read valid video stream data from header |
Jak & Daxter™: The Lost Frontier |
v1.9.3-478-gb475e7356 |
2022-05-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=255, data=0, text=0 |
Tomb Raider : Legend |
v1.14.4-324-geef5c51c6 |
2023-07-23 |
Failed to read valid video stream data from header |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.14.4 |
2023-10-14 |
Failed to read valid video stream data from header |
NEED FOR SPEED™ UNDERCOVER |
v1.12.3-1071-g830420f0c |
2023-01-08 |
Failed to read valid video stream data from header |
BEN 10: Protector of Earth |
v1.15.4 |
2023-08-21 |
Failed to read valid video stream data from header |
PSP Music Center v0.1 by RNB_PSP |
v1.12.3-1071-g830420f0c |
2022-07-01 |
MFIC instruction hit (70020024) at 08be77b8 |
Spider-Man 2 |
v1.12.3-1071-g830420f0c |
2023-04-22 |
Failed to read valid video stream data from header |
DaedalusX64 |
v1.13.2 |
2022-11-14 |
sceKernelCreateThread(name=exception): unsupported attributes 00001007 |
Mega Man Maverick Hunter X |
v1.14.4 |
2023-11-14 |
Failed to read valid video stream data from header |
Burnout™ Legends |
v1.13.1 |
2023-09-13 |
Failed to read valid video stream data from header |
DaedalusX64 |
v1.13.2-1351-g0746ebdb5 |
2022-11-25 |
sceGeListEnqueue: invalid address 40000000 |
DaedalusX64 |
v1.13.2-2000-gf0a905cad |
2022-11-25 |
Unimplemented HLE function scePowerLock |
DaedalusX64 |
v1.13.2-2000-gf0a905cad |
2022-11-25 |
Unimplemented HLE function sceKernelDcacheWritebackAll |
DaedalusX64 |
v1.13.2-2000-gf0a905cad |
2022-11-26 |
sceKernelCreateThread(name=MediaEngine): unsupported attributes 00001006 |
DaedalusX64 |
v1.13.2-1351-g0746ebdb5 |
2022-11-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
TEKKEN 6 |
v1.16.6 |
2023-11-26 |
Failed to read valid video stream data from header |
DaedalusX64 |
v1.13.2 |
2022-11-26 |
Trying to relocate non-loaded section (null) |
Crash® of the Titans |
v1.15.4 |
2023-09-20 |
Failed to read valid video stream data from header |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.15.4 |
2023-11-29 |
Failed to read valid video stream data from header |
TEKKEN DARK RESURRECTION |
v1.16.6 |
2023-11-17 |
Failed to read valid video stream data from header |
Need For Speed™ Underground Rivals |
v1.15.2 |
2023-06-18 |
Failed to read valid video stream data from header |
B-Boy |
v1.16.6 |
2023-11-29 |
Failed to read valid video stream data from header |
God of War: Chains of Olympus |
v1.14.4 |
2023-11-29 |
Failed to read valid video stream data from header |
Resistance: Retribution™ |
v1.16.6-243-g42dd37352 |
2023-11-28 |
Failed to read valid video stream data from header |
BLEACH ~ヒート・ザ・ソウル7~ |
v1.15.4 |
2023-08-29 |
Waiting thread for 20 that was already waiting for 20 |
Jak & Daxter™: The Lost Frontier |
v1.16.6-224-g54ad7d0bb |
2023-11-28 |
Failed to read valid video stream data from header |
doomgeneric |
v1.13.2 |
2022-11-20 |
MFIC instruction hit (70020024) at 08a54588 |
Minecraft |
v1.13.2 |
2022-11-20 |
MFIC instruction hit (70020024) at 08a54588 |
Test Drive Unlimited |
v1.12.3-607-g2d7a7fd34 |
2023-11-05 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 0417b000 offset: 0 (256x16 stride 256, CLUT16) |
RIDGE RACERS 2 |
v1.13.2 |
2023-06-23 |
Ignoring possible texturing from framebuffer at 041fc000 +0x64 / 480x272 |
Jak & Daxter™: The Lost Frontier |
v1.13.2 |
2023-11-09 |
Ignoring possible texturing from framebuffer at 0416c000 +0x64 / 64x272 |
Resistance: Retribution™ |
v1.12.3-985-g81fcb3cd0 |
2023-11-28 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 040dc000 offset: 0 (128x128 stride 128, 5551) |
God of War®: Ghost of Sparta |
v1.12.3-999-g97bc7a1ae |
2023-11-30 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 04162000 offset: 0 (256x256 stride 512, 8888) |
TEST DRIVE UNLIMITED |
v1.12.3-985-g81fcb3cd0 |
2023-11-27 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 0417b000 offset: 0 (256x16 stride 256, CLUT16) |
God of War®: Ghost of Sparta |
v1.14.4-951-gaa66cc03f |
2023-11-30 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
Jak & Daxter™: The Lost Frontier |
v1.9.3-752-g244a60139 |
2022-05-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=255, data=0, text=0 |
God of War: Chains of Olympus |
v1.14.4-98-gb56b28f77 |
2023-11-30 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
Burnout™ Legends |
v1.13.2 |
2023-11-30 |
Ignoring possible texturing from framebuffer at 04174000 +0x128 / 64x272 |
Revoltin' Youth |
v1.9.3-555-g03cd1d5c5 |
2023-06-04 |
sceUtilityMsgDialogInitStart: invalid status |
OUTRUN 2006: COAST 2 COAST |
v1.9.3-993-g0c489e2d0 |
2023-11-30 |
Unimplemented HLE function Kprintf |
WWE SmackDown! vs. RAW 2006. |
v1.9.3-973-g2ba65c831 |
2023-11-30 |
Unimplemented HLE function Kprintf |
WWE SmackDown! vs. RAW 2006. |
v1.9.3-973-g2ba65c831 |
2023-11-30 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
OUTRUN 2006: COAST 2 COAST |
v1.9.3-708-g259ae2862 |
2023-11-29 |
Unimplemented HLE function Kprintf |
OUTRUN 2006: COAST 2 COAST |
v1.9.3-708-g259ae2862 |
2023-11-29 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
WWE SmackDown! vs. RAW 2006. |
v1.9.4 |
2023-11-26 |
Rendering to framebuffer offset: 04000000 +480x0 |
WWE SmackDown vs. RAW 2011 |
v1.9.4 |
2023-11-29 |
Rendering to framebuffer offset: 040cc000 +65x0 |
WWE'12 |
v1.9.4 |
2023-11-30 |
Rendering to framebuffer offset: 040cc000 +65x0 |
Colin McRae Rally 2005 Plus |
v1.9.4 |
2023-11-30 |
Rendering from framebuf with offset 04044000 -> 04000000+0x136 |
Burnout™ Legends |
v1.9.4 |
2023-11-30 |
Attempted set for logic op: f |
B-Boy |
v1.9.4 |
2023-01-25 |
Unexpected mpeg first timestamp: 2a00000ce5f / 2886218075743 |