Recent logs - ガンダムアサルトサヴァイブ

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
ガンダムアサルトサヴァイブ v1.14.4 2023-03-04 Replacement rowPitch=512, but w=1024 (level=0)
ガンダムアサルトサヴァイブ v1.14.4 2023-01-28 Replacement rowPitch=256, but w=1024 (level=0)
ガンダムアサルトサヴァイブ v1.14.4 2023-01-27 Replacement rowPitch=128, but w=512 (level=0)
ガンダムアサルトサヴァイブ v1.14.4 2023-01-27 Replacement rowPitch=1024, but w=4096 (level=0)
ガンダムアサルトサヴァイブ v1.14.4 2023-01-28 Replacement rowPitch=512, but w=2048 (level=0)
ガンダムアサルトサヴァイブ v1.14.4 2023-01-27 Replacement rowPitch=64, but w=256 (level=0)
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 122,44-91,2640 / 544,1208
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 0,44-118,2640 / 544,1208
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 147,44-91,2640 / 544,1208
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 24,44-118,2640 / 544,1208
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 727,34-448,511 / 1208,544
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 0,34-705,511 / 1208,544
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 1979,34-672,211 / 1208,544
ガンダムアサルトサヴァイブ v1.14.2 2023-01-20 UI scissor out of bounds in GamePauseScreen: 0,34-1958,211 / 1208,544
ガンダムアサルトサヴァイブ v1.14.3 2023-01-04 UI scissor out of bounds in GameSettingsScreen: 253,0-1015,544 / 1208,544
ガンダムアサルトサヴァイブ v1.9.0 2022-12-05 MIPSCompileOp: Invalid instruction 7fff7fff
ガンダムアサルトサヴァイブ v1.12.3 2022-11-17 sceKernelLoadModule: unsupported options size=00000014, flags=0883d34c, pos=0, access=1, data=1, text=1
ガンダムアサルトサヴァイブ v1.12.3 2022-11-16 sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
ガンダムアサルトサヴァイブ v1.11 2022-11-05 Unimplemented HLE function sceNetInetInetAddr
ガンダムアサルトサヴァイブ v1.11 2022-11-05 Unimplemented HLE function sceNetInetSelect
ガンダムアサルトサヴァイブ v1.9.0 2022-11-05 Bad vertex address 0efffffe!
ガンダムアサルトサヴァイブ v1.9.0 2022-11-05 Unknown GE command : 0380a880
ガンダムアサルトサヴァイブ v1.13.2 2022-10-31 sceMpegRingbufferPut(): invalid mpeg data
ガンダムアサルトサヴァイブ v1.14 2023-01-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
ガンダムアサルトサヴァイブ v1.9.0 2022-10-28 ReadFromHardware: Invalid address 63636363 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-10-25 WriteToHardware: Invalid address c0600000 near PC 08805b24 LR 08805b24
ガンダムアサルトサヴァイブ v1.12.3 2022-10-14 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:148: 'outerProduct' : no matching overloaded function found ERROR: 0:148: '=' : cannot convert from 'const float' to '4X4 matrix of float' ERROR: 2 compilation errors. No code generated. 80000000:00004b1c HWX C T N Fog Tex Bezier TessRevN #version 300 es // Adreno (TM) 306 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; uniform sampler2D u_tess_points; uniform sampler2D u_tess_weights_u; uniform sampler2D u_tess_weights_v; uniform int u_spline_counts; vec2 tess_sample(in vec2 points[16], mat4 weights) { vec2 pos = vec2(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; } vec3 tess_sample(in vec3 points[16], mat4 weights) { vec3 pos = vec3(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; } vec4 tess_sample(in vec4 points[16], mat4 weights) { vec4 pos = vec4(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; } struct Tess { vec3 pos; vec2 tex; vec4 col; }; void tessellate(out Tess tess) { ivec2 point_pos = ivec2(position.z, normal.z) * 3; ivec2 weight_idx = ivec2(position.xy); vec3 _pos[16]; vec2 _tex[16]; vec4 _col[16]; int index_u, index_v; index_u = (0 + point_pos.x); index_v = (0 + point_pos.y); _pos[0] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; index_u = (1 + point_pos.x); index_v = (0 + point_pos.y); _pos[1] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; index_u = (2 + point_pos.x); index_v = (0 + point_pos.y); _pos[2] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; index_u = (3 + point_pos.x); index_v = (0 + point_pos.y); _pos[3] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; index_u = (0 + point_pos.x); index_v = (1 + point_pos.y); _pos[4] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; index_u = (1 + point_pos.x); index_v = (1 + point_pos.y); _pos[5] = texelFetch(u_tess_points, ivec2(ind
ガンダムアサルトサヴァイブ v1.9.0 2022-10-13 ReadFromHardware: Invalid address 001c3694 near PC 088073c0 LR 08811408
ガンダムアサルトサヴァイブ v1.9.0 2022-10-13 ReadFromHardware: Invalid address 637f99f7 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-10-12 WriteToHardware: Invalid address c0600000 near PC 088114fc LR 08805864
ガンダムアサルトサヴァイブ v1.9.0 2022-10-12 ReadFromHardware: Invalid address 00000000 near PC 088114fc LR 08805864
ガンダムアサルトサヴァイブ v1.9.0 2022-10-12 ReadFromHardware: Invalid address 00000000 near PC 08805b24 LR 08805b24
ガンダムアサルトサヴァイブ v1.9.0 2022-10-11 ReadFromHardware: Invalid address 00b9eb00 near PC 08805a70 LR 08811408
ガンダムアサルトサヴァイブ v1.9.0 2022-10-11 ReadFromHardware: Invalid address 00b9eb00 near PC 08a71ef0 LR 08a72124
ガンダムアサルトサヴァイブ v1.14.4 2023-03-21 sceNetAdhocMatchingInit(16384) at 0886b2fc
ガンダムアサルトサヴァイブ v1.9.0 2022-08-28 WriteToHardware: Invalid address ffffd8f0 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-07-30 ReadFromHardware: Invalid address 001c34c4 near PC 089c4b1c LR 088ff94c
ガンダムアサルトサヴァイブ v1.12.3 2022-07-23 ReadFromHardware: Invalid address 0000002c near PC 089684c8 LR 089684c8
ガンダムアサルトサヴァイブ v1.9.0 2022-07-16 WriteToHardware: Invalid address 01930002 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-07-16 ReadFromHardware: Invalid address bf95f690 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-12 WriteToHardware: Invalid address 000000e4 near PC 0880f0e0 LR 0880f0e0
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-12 ReadFromHardware: Invalid address 00000000 near PC 0880f0e0 LR 0880f0e0
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-12 WriteToHardware: Invalid address 000000e4 near PC 08aaa164 LR 08941d5c
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-12 ReadFromHardware: Invalid address 00000000 near PC 08aaa164 LR 08941d5c
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-12 ReadFromHardware: Invalid address 00000000 near PC 08825738 LR 08825738
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-12 ReadFromHardware: Invalid address 00000000 near PC 0882584c LR 0882584c
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-11 WriteToHardware: Invalid address 000000e4 near PC 08aa11f4 LR 08aa11f4
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-11 ReadFromHardware: Invalid address 00000000 near PC 08aa11f4 LR 08aa11f4
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-11 WriteToHardware: Invalid address 000000e4 near PC 08825804 LR 08825804
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-11 ReadFromHardware: Invalid address 00000000 near PC 08825804 LR 08825804
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-11 WriteToHardware: Invalid address 000000e4 near PC 08a7b970 LR 08a7b970
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-11 ReadFromHardware: Invalid address 00000000 near PC 08a7b970 LR 08a7b970
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-10 WriteToHardware: Invalid address 000000e4 near PC 08821364 LR 08821364
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-10 ReadFromHardware: Invalid address 00000000 near PC 08821364 LR 08821364
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-09 WriteToHardware: Invalid address 000000e4 near PC 0881f140 LR 0881f684
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-09 ReadFromHardware: Invalid address 00000000 near PC 0881f140 LR 0881f684
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-05 WriteToHardware: Invalid address 000000e4 near PC 08a6a1d0 LR 08abb1f8
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-05 ReadFromHardware: Invalid address 00000000 near PC 08a6a1d0 LR 08abb1f8
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-03 WriteToHardware: Invalid address 0000167c near PC 08abb1f8 LR 08abb1f8
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-02 WriteToHardware: Invalid address 000000e4 near PC 0883909c LR 0883903c
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-02 ReadFromHardware: Invalid address 00000000 near PC 0883909c LR 0883903c
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-03 WriteToHardware: Invalid address 0000167c near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-06-26 ReadFromHardware: Invalid address 001c2ed0 near PC 08839b08 LR 08839e1c
ガンダムアサルトサヴァイブ v1.9.0 2022-11-22 ReadFromHardware: Invalid address 6412d583 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-06-12 WriteToHardware: Invalid address 00000c14 near PC 08000000 LR 08000000
ガンダムアサルトサヴァイブ v1.9.0 2022-06-12 Jump to invalid address: 00e67880
ガンダムアサルトサヴァイブ v1.9.0 2022-06-12 Jump to invalid address: 00e67900
ガンダムアサルトサヴァイブ v1.9.0 2022-06-12 Jump to invalid address: 049f5340
ガンダムアサルトサヴァイブ v1.9.0 2022-06-08 WriteToHardware: Invalid address 00001588 near PC 08838ee0 LR 0883903c
ガンダムアサルトサヴァイブ v1.9.0 2022-05-29 WriteToHardware: Invalid address 00001588 near PC 0882647c LR 0882647c
ガンダムアサルトサヴァイブ v1.10.3 2022-05-24 Unknown GetPointer 00000000 PC 08825af4 LR 08825af4
ガンダムアサルトサヴァイブ v1.12.3 2022-05-19 WriteToHardware: Invalid address 00000000 near PC 08839ffc LR 08839e84
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-05-11 WriteToHardware: Invalid address 00000bf8 near PC 0881774c LR 08817a78
ガンダムアサルトサヴァイブ v1.9.0 2022-05-07 CALL: Stack full!
ガンダムアサルトサヴァイブ v1.9.0 2022-05-07 Render to texture with different strides 512 != 1140
ガンダムアサルトサヴァイブ v1.9.0 2022-05-07 Unknown GE command : ed42146c
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-05 WriteToHardware: Invalid address 000000e4 near PC 08840454 LR 0883eba0
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-07-05 ReadFromHardware: Invalid address 00000000 near PC 08840454 LR 0883eba0
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-05-01 WriteToHardware: Invalid address 000000e4 near PC 08abb370 LR 08abb910
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-05-01 ReadFromHardware: Invalid address 00000000 near PC 08abb370 LR 08abb910
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-04-15 WriteToHardware: Invalid address 000000e4 near PC 08839ffc LR 08839e84
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-04-15 ReadFromHardware: Invalid address 00000000 near PC 08839ffc LR 08839e84
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-05-08 WriteToHardware: Invalid address 000000e4 near PC 08838ef4 LR 0883a168
ガンダムアサルトサヴァイブ v1.11.3-55-g8b7591791 2022-05-08 ReadFromHardware: Invalid address 00000000 near PC 08838ef4 LR 0883a168
ガンダムアサルトサヴァイブ v1.12.3 2022-03-31 Unknown GE command : fdba6220
ガンダムアサルトサヴァイブ v1.12.3-990-gb631ace6d 2022-03-13 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176
ガンダムアサルトサヴァイブ v1.9.4 2022-02-07 80630006=sceAtracSetDataAndGetID(08ef1e80, 00011ec8): invalid RIFF header
ガンダムアサルトサヴァイブ v1.9.4 2022-02-07 80630006=sceAtracSetDataAndGetID(08ef1e80, 0007543c): invalid RIFF header
ガンダムアサルトサヴァイブ v1.9.4 2022-02-07 80630006=sceAtracSetDataAndGetID(08ef1e80, 000b27e4): invalid RIFF header
ガンダムアサルトサヴァイブ v1.9.4 2022-02-07 80630006=sceAtracSetDataAndGetID(08ef1e80, 0000fff0): invalid RIFF header
ガンダムアサルトサヴァイブ v1.9.4 2022-02-07 80630006=sceAtracSetDataAndGetID(08ef1e80, 000723c4): invalid RIFF header
ガンダムアサルトサヴァイブ v1.9.4 2022-03-26 80630006=sceAtracSetDataAndGetID(08ef1e80, 000c8000): invalid RIFF header
ガンダムアサルトサヴァイブ v1.8.0 2022-01-27 WriteToHardware: Invalid address 00000bf8 near PC 08840394 LR 0883eba0
ガンダムアサルトサヴァイブ v1.12.3 2022-01-02 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
ガンダムアサルトサヴァイブ v1.9.0 2021-11-11 Unknown syscall in known module 'sceNpAuth': 0xd99455dd
ガンダムアサルトサヴァイブ v1.9.0 2021-11-11 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
ガンダムアサルトサヴァイブ v1.12.3 2021-10-22 WriteToHardware: Invalid address 000000e4 near PC 08aac500 LR 08aac480
ガンダムアサルトサヴァイブ v1.12.3 2021-10-22 ReadFromHardware: Invalid address 00000000 near PC 08aac500 LR 08aac480
ガンダムアサルトサヴァイブ v1.11.3-24-g331834781 2021-10-21 WriteToHardware: Invalid address 000000e4 near PC 08838ee0 LR 0883903c
ガンダムアサルトサヴァイブ v1.11.3-24-g331834781 2021-10-21 ReadFromHardware: Invalid address 00000000 near PC 08838ee0 LR 0883903c