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.9.0 2023-04-09 WriteToHardware: Invalid address 00000290 near PC 08000000 LR 08000000
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.0 2023-04-09 ReadFromHardware: Invalid address 0026db14 near PC 08000000 LR 08000000
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.14.1 2023-01-16 UI scissor out of bounds in GameSettingsScreen: 224,0-1046,721 / 1280,720
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.14.1 2023-01-16 UI scissor out of bounds in MainScreen: 0,0-939,721 / 1280,720
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.13.1 2022-09-17 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:149: 'outerProduct' : no matching overloaded function found ERROR: 0:149: '=' : 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_depthRange; 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] = te
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.17.1 2024-04-26 sceNetAdhocMatchingInit(16384) at 088e47a8
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.8.0 2022-03-04 80630006=sceAtracSetDataAndGetID(09c86d50, 000064d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-08-15 80630006=sceAtracSetDataAndGetID(09ca2d90, 000022d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-08-15 80630006=sceAtracSetDataAndGetID(09c6ad10, 0000a250): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-08-15 80630006=sceAtracSetDataAndGetID(09c6ad10, 000085d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-08-15 80630006=sceAtracSetDataAndGetID(09ca2d90, 000034d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-08-15 80630006=sceAtracSetDataAndGetID(09c86d50, 00002bd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-08-15 80630006=sceAtracSetDataAndGetID(09c86d50, 00003dd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2021-06-14 Unknown syscall in known module 'sceNpAuth': 0xd99455dd
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2021-06-14 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2021-06-14 Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2021-06-14 Unknown syscall in known module 'sceNp': 0x4b5c71c8
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11 2021-05-23 ReadFromHardware: Invalid address 2e4e425f near PC 2e4e425f LR 08988cdc
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.5.4-987-g30c3fd63e 2021-05-10 Failed to truncate file.
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.5.4-987-g30c3fd63e 2021-05-10 scePsmfPlayerCreate(09b91478, 09b9147c): buffer too small 00003000
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.11.3 2021-05-04 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.17.1 2024-04-26 sceUtilityMsgDialogInitStart: invalid status
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-28 80630006=sceAtracSetDataAndGetID(09c86d50, 00010d90): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-28 80630006=sceAtracSetDataAndGetID(09c4ecd0, 000052d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-28 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00005690): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-28 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00005f90): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-26 80630006=sceAtracSetDataAndGetID(09ca2d90, 0000b8d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-26 80630006=sceAtracSetDataAndGetID(09ca2d90, 00008750): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-26 80630006=sceAtracSetDataAndGetID(09ca2d90, 00012d10): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-17 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00005750): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-17 80630006=sceAtracSetDataAndGetID(09c86d50, 00005150): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-17 80630006=sceAtracSetDataAndGetID(09c86d50, 00005690): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-17 80630006=sceAtracSetDataAndGetID(09c86d50, 0000e450): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-17 80630006=sceAtracSetDataAndGetID(09ca2d90, 00011e10): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-13 80630006=sceAtracSetDataAndGetID(09c4ecd0, 0000b5d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-13 80630006=sceAtracSetDataAndGetID(09ca2d90, 00011690): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-10 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00005bd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-19 80630006=sceAtracSetDataAndGetID(09ca2d90, 0000d250): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-10 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00007610): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-09 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00009a10): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.10.3 2020-08-08 80630006=sceAtracSetDataAndGetID(09c86d50, 00009110): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-04-30 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-04-30 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00003f50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09ca2d90, 00002bd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c86d50, 00008810): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c6ad10, 0000d910): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c4ecd0, 000085d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09ca2d90, 00006650): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c86d50, 000088d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00009110): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09c6ad10, 000106d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09ca2d90, 00009c50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00003dd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2021-08-15 80630006=sceAtracSetDataAndGetID(09ca2d90, 00004490): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09ca2d90, 00009110): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2022-03-23 Unknown GetPointer 00000000 PC 0890bcd4 LR 08000030
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2022-12-08 Unknown GetPointer 00000000 PC 088d4820 LR 08000020
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00005810): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.8.0 2022-03-04 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00009c50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c6ad10, 00005810): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.8.0 2022-03-04 80630006=sceAtracSetDataAndGetID(09c6ad10, 00009c50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c6ad10, 000034d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09ca2d90, 00005090): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2020-08-28 80630006=sceAtracSetDataAndGetID(09ca2d90, 00005f90): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09ca2d90, 00006f50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09ca2d90, 000040d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c86d50, 00005810): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c86d50, 00001850): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09ca2d90, 00000d10): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09ca2d90, 000028d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c86d50, 00000dd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09ca2d90, 00001850): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c86d50, 000028d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-03 80630006=sceAtracSetDataAndGetID(09c86d50, 00000d10): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00002bd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09c4ecd0, 000034d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09c86d50, 00003f50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00007fd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09ca2d90, 000091d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c86d50, 00001fd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c6ad10, 00010010): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c6ad10, 00009110): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00015890): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09ca2d90, 000085d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c6ad10, 0000dfd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09c6ad10, 00006650): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2019-11-19 80630006=sceAtracSetDataAndGetID(09c86d50, 000085d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2022-03-05 80630006=sceAtracSetDataAndGetID(09c86d50, 00018000): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-10-01 80630006=sceAtracSetDataAndGetID(09ca2d90, 00001190): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2022-03-05 80630006=sceAtracSetDataAndGetID(09ca2d90, 00018000): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2022-03-05 80630006=sceAtracSetDataAndGetID(09c4ecd0, 00018000): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-09-26 80630006=sceAtracSetDataAndGetID(09c86d50, 00005c90): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-09-26 80630006=sceAtracSetDataAndGetID(09ca2d90, 0000ab50): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-09-25 80630006=sceAtracSetDataAndGetID(09ca2d90, 00006950): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-09-24 80630006=sceAtracSetDataAndGetID(09c86d50, 00009a10): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-11-04 80630006=sceAtracSetDataAndGetID(09c6ad10, 000037d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2020-02-29 80630006=sceAtracSetDataAndGetID(09c6ad10, 000022d0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.6.3 2018-09-24 80630006=sceAtracSetDataAndGetID(09ca2d90, 0000dfd0): invalid RIFF header
るろうに剣心 -明治剣客浪漫譚- 再閃 v1.9.4 2022-03-05 80630006=sceAtracSetDataAndGetID(09c86d50, 000022d0): invalid RIFF header