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 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-06-23 |
sceDmacMemcpy(dest=49845190, src=099649c0, size=1024): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.5.4 |
2022-06-18 |
sceDmacMemcpy(dest=4984515c, src=09964740, size=768): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-06-11 |
80630006=sceAtracSetDataAndGetID(095a6300, 00005d4c): invalid RIFF header |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2022-05-15 |
D3D error in shader compilation: info: C:\Program Files\PPSSPP\[email protected](95,31-45): error X3004: undeclared identifier 'u_spline_counts'
/ code: #pragma warning( disable : 3571 )
float4x4 u_proj : register(c0);
float4 u_matambientalpha : register(c20);
float4x3 u_world : register(c11);
float4x3 u_view : register(c8);
float4 u_uvscaleoffset : register(c17);
float4 u_cullRangeMin : register(c80);
float4 u_cullRangeMax : register(c81);
struct VS_IN {
float2 texcoord : TEXCOORD0;
float4 color0 : COLOR0;
float3 normal : NORMAL;
float3 position : POSITION;
};
struct VS_OUT {
float3 v_texcoord : TEXCOORD0;
float4 v_color0 : COLOR0;
float4 gl_Position : POSITION;
};
float2 tess_sample(in float2 points[16], float4x4 weights) {
float2 pos = float2(0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float3 tess_sample(in float3 points[16], float4x4 weights) {
float3 pos = float3(0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float4 tess_sample(in float4 points[16], float4x4 weights) {
float4 pos = float4(0.0, 0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float4x4 outerProduct(float4 u, float4 v) {
return mul((float4x1)v, (float1x4)u);
}
struct Tess {
float3 pos;
float2 tex;
float4 col;
};
void tessellate(in VS_IN In, out Tess tess) {
int2 point_pos = int2(In.position.z, In.normal.z);
int2 weight_idx = int2(In.position.xy);
float3 _pos[16];
float2 _tex[16];
float4 _col[16];
int index;
index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[0] = tess_data[index].pos;
_tex[0] = tess_data[index].tex;
_col[0] = tess_data[index].col;
index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_pos[1] = tess_data[index].pos;
_tex[1] = tess_data[index].tex;
_col[1] = tess_data[index].col;
index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x);
_pos[2] = tess_data[index].pos;
_tex[2] = tess_data[index].tex;
_col[2] = tess_data[index].col;
index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x);
_pos[3] = tess_data[index].pos;
_tex[3] = tess_data[index].tex;
_col[3] = tess_data[index].col;
index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[4] = tess_data[index].pos;
_tex[4] = tess_data[index].tex;
_col[4] = tess_data[index].col;
index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_p |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2022-05-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2022-05-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=1, text=1 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2022-05-11 |
sceDmacMemcpy(dest=498451a4, src=0995fe40, size=512): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2022-05-04 |
Ignoring possible render to texture at 04184000 +0x45 / 256x128 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-04-22 |
Using texture with rendered CLUT: texfmt=5, clutfmt=3 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-04-22 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04154000/04110000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-04-22 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-04-22 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04088000/04110000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2022-04-21 |
Ignoring possible render to texture at 04156000 +128x40 / 256x128 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1018-g6f04f52f5 |
2022-06-25 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.2 |
2022-04-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b6fc98, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.2 |
2022-04-05 |
sceFontGetFontInfo(0, 9ffcb08): bad font |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1196-g017f71a70 |
2022-06-20 |
sceNetAdhocMatchingInit(44364) at 089036d4 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-27 |
WriteToHardware: Invalid address 0000000c near PC 08000000 LR 08000000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-27 |
ReadFromHardware: Invalid address 0000052c near PC 08000000 LR 08000000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-21 |
sceDmacMemcpy(dest=09954640, src=09944600, size=35520): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.9.4 |
2022-03-17 |
Ignoring possible render to texture at 04192000 +0x60 / 256x128 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-11 |
WriteToHardware: Invalid address fffff1a0 near PC 0893ffe0 LR 0893ff1c |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=1, text=1 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-10 |
sceUtilityOskInitStart: invalid status |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.9.4 |
2022-03-08 |
Ignoring possible render to texture at 041a8000 +0x36 / 256x128 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-07 |
sceKernelCreateThread(name=god_g997_Save): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-06 |
sceKernelCreateThread(name=god_g999_Base): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-06 |
VTYPE with morph used: THRU=0 TC=2 COL=6 POS=2 NRM=1 WT=0 NW=1 IDX=0 MC=4 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-07 |
sceKernelCreateThread(name=god_g001_Demo): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-06 |
sceKernelCreateThread(name=god_game): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-06 |
sceKernelCreateThread(name=god_m002_Movie): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-07 |
sceKernelCreateThread(name=layout): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-06 |
sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.9.4 |
2022-03-06 |
Ignoring possible render to texture at 04154000 +128x60 / 256x128 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-03-01 |
sceDmacMemcpy(dest=0995fe40, src=09944600, size=512): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-02-21 |
80630006=sceAtracSetDataAndGetID(095cd180, 000d43a4): invalid RIFF header |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-02-09 |
Unexpected mpeg first timestamp: c0068000001 / 13195884363777 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.9.0 |
2022-02-02 |
Unknown GetPointer 00000188 PC 088dcc24 LR 088dcfa0 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-12-20 |
sceDmacMemcpy(dest=4989d610, src=09966d40, size=1024): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-12-18 |
GetFramebufferCandidates(DEPTH): Multiple (2) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16) |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-12-12 |
Ignoring possible render to texture at 0415a000 +0x46 / 256x128 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-12-11 |
80630008=sceAtracSetDataAndGetID(0999e580, 00018000): loop starts after it ends |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1018-g6f04f52f5 |
2022-04-06 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1018-g6f04f52f5 |
2022-04-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1018-g6f04f52f5 |
2022-04-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1018-g6f04f52f5 |
2022-04-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-12-06 |
UNIMPL sceKernelSelfStopUnloadModule(00000001, 00000000, 00000000): game has likely crashed |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-12-15 |
sceDmacMemcpy(dest=49845190, src=09964940, size=1024): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-12-01 |
sceDmacMemcpy(dest=4984517c, src=09963ec0, size=704): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-11-26 |
Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-11-26 |
sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid) |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-11-26 |
GE Interrupt: newState might be 1 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3-1018-g6f04f52f5 |
2022-06-24 |
UNIMPL sceNetAdhocDiscoverInitStart(090d0e80) at 08903490 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.2-312-g38e384d83 |
2021-11-22 |
sceDmacMemcpy(dest=4989d624, src=0995fe40, size=512): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2022-05-09 |
sceDmacMemcpy(dest=498451a4, src=09956c00, size=512): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-11-23 |
Error in shader compilation: info: ERROR: 0:22: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:22: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:22: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'uniform uint' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:35: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:35: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:35: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'uniform uint' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:36: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:36: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:36: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'uniform uint' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:36: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:36: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:36: '<<' : wrong operand types no operation '<<' exists that takes a left-hand operand of type 'uniform uint' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:37: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:37: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:37: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'uniform uint' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:41: 'col' : undeclared identifier
ERROR: 0:41: 'assign' : implicit conversion between types not allowed in ES 2.0
ERROR: 0:41: 'assign' : cannot convert from '4-component vector of uint' to 'float'
ERROR: 0:42: 'index0' : undeclared identifier
ERROR: 0:42: 'b' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:42: '<<' : wrong operand types no operation '<<' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:42: 'g' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:42: '<<' : wrong operand types no operation '<<' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:42: '|' : wrong operand types no operation '|' exists that takes a left-hand operand of type 'float' and a right operand of type 'float' (or there is no acceptable conversion)
ERROR: 0:42: 'r' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:42: '|' : wrong operand types no operation '|' exists that takes a left-hand operand of type 'float' and a right operand of type 'float' (or there is no acceptable conversion)
ERROR: 0:44: 'assign' : implicit conversion between types not allowed in ES 2.0
ERROR: 0:44: 'assign' : cannot convert from '4-component vector of uint' to 'float'
ERROR: 0:45: 'index1' : undeclared identifier
ERROR: 0:45: 'b' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:45: '<<' : wrong operand types no operation '<<' exists that takes a |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2021-10-21 |
Unexpected mpeg first timestamp: eb4818e1a37 / 16168430475831 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.12.3 |
2022-06-28 |
sceIoChstat: change attr to 0000 requested |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-10-16 |
sceDmacMemcpy(dest=4989d600, src=09954640, size=28352): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-12-15 |
sceDmacMemcpy(dest=4984517c, src=09954640, size=14336): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.9.3 |
2021-10-08 |
sceDmacMemcpy(dest=09954640, src=09944600, size=51648): overlapping read |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-10-04 |
WriteToHardware: Invalid address 00670162 near PC 08881840 LR 08881840 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-10-04 |
ReadFromHardware: Invalid address 00670162 near PC 08881840 LR 08881840 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-10-04 |
Unknown GetPointer 00670089 PC 0887d7f8 LR 0887d810 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3-1549-g61d73e46e |
2021-09-23 |
UNIMPL sceNetAdhocDiscoverInitStart() at 08903490 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-09-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-09-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-08-20 |
sceMpegRingbufferPut(): invalid mpeg data |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-08-19 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04154000/04088000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-08-19 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 041dc000/04088000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.11.3 |
2021-08-19 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 040cc000/04088000 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x58b1f937 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x4e3a1105 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x3f53e640 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0x28b6489c |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
DISSIDIA 012[duodecim] FINAL FANTASY |
v1.10.3 |
2021-08-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |