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 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-07-14 |
sceDmacMemcpy(dest=0414e000, src=0958e470, size=122160): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-07-12 |
sceDmacMemcpy(dest=041c1e00, src=0966a780, size=19712): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-07-11 |
sceDmacMemcpy(dest=0414e000, src=096f3630, size=170880): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-30 |
sceDmacMemcpy(dest=0414e000, src=095dbe70, size=277104): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-30 |
sceDmacMemcpy(dest=0414e000, src=095dbe30, size=261792): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-27 |
sceDmacMemcpy(dest=0414e000, src=09630e20, size=235888): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-27 |
sceDmacMemcpy(dest=0414e000, src=095d55b0, size=244016): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.20.4 |
2026-06-25 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 10190000:003e0002 Tex Fog FragUber TFuncMod ColorTest0 != TestDiscardToZero
vs: 00000000:00000020 Cull
#version 320 es
// Driver: PowerVR Rogue GE8320 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00000000:00000020 Cull
in vec4 position;
in highp float fog;
in vec2 texcoord;
in lowp vec4 color0;
uniform lowp float u_rotation;
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;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = fog;
vec4 pos = position;
vec4 outPos = pos;
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;
}
|
| MONSTER HUNTER PORTABLE 2nd G |
v1.20.4 |
2026-06-25 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 10190000:003e0002 Tex Fog FragUber TFuncMod ColorTest0 != TestDiscardToZero
vs: 00000000:00000028 C Cull
#version 320 es
// Driver: PowerVR Rogue GE8320 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00000000:00000028 C Cull
in vec4 position;
in highp float fog;
in vec2 texcoord;
in lowp vec4 color0;
uniform lowp float u_rotation;
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;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = fog;
vec4 pos = position;
vec4 outPos = pos;
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;
}
|
| MONSTER HUNTER PORTABLE 2nd G |
v1.20.4 |
2026-06-25 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00000000:00000001 Clear
vs: 00000000:0000000a THR C
#version 320 es
// Driver: PowerVR Rogue GE8320 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00000000:0000000a THR C
in vec4 position;
in highp float fog;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
uniform lowp float u_rotation;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = fog;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
gl_Position = outPos;
}
|
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-26 |
sceDmacMemcpy(dest=0414e000, src=095cddf0, size=175072): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-14 |
sceDmacMemcpy(dest=041a2600, src=094af650, size=97888): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-14 |
sceDmacMemcpy(dest=0414e000, src=095d4d30, size=282864): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-13 |
sceDmacMemcpy(dest=0414e000, src=096ec4c0, size=93856): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-12 |
sceDmacMemcpy(dest=0414e000, src=095ccd10, size=83984): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-12 |
sceDmacMemcpy(dest=0414e000, src=095cccc0, size=221072): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-11 |
sceDmacMemcpy(dest=040e4000, src=091bb2f0, size=17520): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-10 |
sceDmacMemcpy(dest=0414e000, src=095cce60, size=266768): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-12 |
sceDmacMemcpy(dest=0414e000, src=095ccdf0, size=198576): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-10 |
sceDmacMemcpy(dest=0414e000, src=097b85f0, size=204848): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-10 |
sceDmacMemcpy(dest=041cd180, src=0976d6d0, size=7920): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-10 |
sceDmacMemcpy(dest=0414e000, src=095274f0, size=222016): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.13.2 |
2026-06-08 |
sceDmacMemcpy(dest=0414e000, src=095a9670, size=277104): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-06 |
sceDmacMemcpy(dest=0414e000, src=095cdf00, size=298912): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.4.2-425-g7a7ccee5e |
2026-06-01 |
sceDmacMemcpy(dest=041b7e00, src=096343a0, size=48944): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-05-30 |
sceDmacMemcpy(dest=0414e000, src=09503550, size=218704): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-05-27 |
sceDmacMemcpy(dest=0414e000, src=095475e0, size=231056): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-05-27 |
sceDmacMemcpy(dest=0414e000, src=09547540, size=159696): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.8.0 |
2026-05-26 |
sceDmacMemcpy(dest=0414e000, src=095abe10, size=226592): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.15.4 |
2026-05-11 |
sceDmacMemcpy(dest=0414e000, src=095e1cf0, size=265248): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.13.2 |
2026-04-22 |
80630006=sceAtracSetDataAndGetID(08bfac40, 000c0800): invalid RIFF header |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-04-05 |
Jump to invalid address: 01080028 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-04-04 |
ReadFromHardware: Invalid address 76007364 near PC 76007364 LR 088666e4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-04-03 |
Unknown GE command : fd7c1e10 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-04-03 |
Unknown GE command : fd7cdee0 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-04-01 |
Jump to invalid address: 07ff7ac8 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-04-05 |
ReadFromHardware: Invalid address 3b000007 near PC 3b000007 LR 0884bf58 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-03-14 |
__KernelStopThread: thread 321 does not exist (ApctlThread stopped) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.4-1 |
2026-03-05 |
sceDmacMemcpy(dest=0414e000, src=095f1590, size=231216): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.15.4 |
2026-02-24 |
sceDmacMemcpy(dest=0414e000, src=095dbf00, size=298912): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=3456) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=63387) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=63632) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=2995) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=2107) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=62327) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=59303) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-19 |
Texture with unexpected bufw (full=63628) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.6.3 |
2026-02-17 |
sceDmacMemcpy(dest=0414e000, src=09407cd0, size=239760): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.8.0 |
2026-02-16 |
sceDmacMemcpy(dest=0414e000, src=096a9780, size=189712): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-14 |
Texture with unexpected bufw (full=5049) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-14 |
Texture with unexpected bufw (full=2127) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-02-14 |
Texture with unexpected bufw (full=64555) |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-02-11 |
sceDmacMemcpy(dest=041a2600, src=094b0eb0, size=124416): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-02-08 |
sceDmacMemcpy(dest=0414e000, src=096f44f0, size=221072): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.8.0 |
2026-02-08 |
sceDmacMemcpy(dest=0414e000, src=095abd00, size=172880): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-02-08 |
sceDmacMemcpy(dest=040e4000, src=091bb2e0, size=17040): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-02-05 |
sceDmacMemcpy(dest=0414e000, src=096f4520, size=244976): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-02-05 |
sceDmacMemcpy(dest=0414e000, src=09538bd0, size=306400): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-02-02 |
sceDmacMemcpy(dest=0414e000, src=096273b0, size=308032): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-01-29 |
sceDmacMemcpy(dest=0414e000, src=095a5580, size=155872): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-01-29 |
ReadFromHardware: Invalid address 00000150 near PC 088d7c94 LR 088d7a78 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.18.1 |
2026-01-24 |
Trying to compile instruction 00108030 that can't be interpreted |
| MONSTER HUNTER PORTABLE 2nd G |
v1.10.3 |
2026-01-23 |
sceDmacMemcpy(dest=0414e000, src=0963f630, size=222080): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdc2c in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7140 PC 09ffdc1c LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdc18 in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7300 PC 09ffdc18 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdc14 in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 020410b0 PC 09ffdc14 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdc10 in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7e48 PC 09ffdc10 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ffa470 PC 09ffdbfc LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdbf8 in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7280 PC 09ffdbf8 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7000 PC 09ffdbf0 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 02042000 PC 09ffdbd4 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 020410b0 PC 09ffdbc4 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdbc0 in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7d08 PC 09ffdbc0 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ffa330 PC 09ffdbac LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Branch in Jump delay slot at 09ffdba8 in block starting at 09ffd5d4 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7140 PC 09ffdba8 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1 |
2026-01-15 |
Jump to invalid address: 07ff7070 PC 09ffdba0 LR 09a9b400 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.4-1 |
2026-01-12 |
sceDmacMemcpy(dest=0414e000, src=096f3720, size=220688): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.16.6 |
2026-01-11 |
Unknown GetPointer 0000eae8 PC 08811cc8 LR 0880bd5c |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.4-1 |
2026-01-08 |
sceDmacMemcpy(dest=0414e000, src=095dc5b0, size=244016): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.4-1 |
2026-01-08 |
sceDmacMemcpy(dest=0414e000, src=095dc4d0, size=195968): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2026-01-01 |
sceDmacMemcpy(dest=0414e000, src=09516e30, size=174480): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.15.4 |
2025-12-19 |
sceDmacMemcpy(dest=0414e000, src=0949d560, size=231216): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.15.4 |
2025-12-18 |
sceDmacMemcpy(dest=041a2600, src=09521650, size=37520): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.17.1-817-g13506d3d02 |
2025-12-02 |
sceDmacMemcpy(dest=0414e000, src=095b5e00, size=237168): overlapping read |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
Branch in RSRTComp delay slot at 09d5eccc in block starting at 09d5eccc |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
Branch in RSRTComp delay slot at 09d5ecc4 in block starting at 09d5e980 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
MIPSCompileOp: Invalid instruction 45bef084 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
MIPSCompileOp: Invalid instruction 45c00884 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
Jump to invalid address: 06904d80 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
Jump to invalid address: 06904a80 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
MIPSCompileOp: Invalid instruction 0418b500 |
| MONSTER HUNTER PORTABLE 2nd G |
v1.9.0 |
2025-10-15 |
Jump to invalid address: 05cc96c0 |