Recent logs - MTX Mototrax

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
MTX Mototrax v1.15.3 2023-05-18 Unusual bezier/spline vtype: 120017c1, morph: 0, bones: 1
MTX Mototrax v1.15.3 2023-05-17 Unimplemented HLE function sceNetResolverTerm
MTX Mototrax v1.15.3 2023-05-17 Unimplemented HLE function sceNetResolverCreate
MTX Mototrax v1.15.3 2023-05-13 Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage. Error: Linking failed. fs: postshader #version 320 es precision mediump float; precision highp int; uniform vec2 u_texelDelta; uniform vec2 u_pixelDelta; layout(binding = 0) uniform mediump sampler2D sampler0; uniform vec4 u_time; in vec2 v_texcoord0; out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor; in vec4 v_texcoordNC0; in vec4 v_texcoordNC1; in vec4 v_texcoordNC2; in vec4 v_texcoordNC3; mediump int SEPIA; mediump int GRAYSCALE; mediump int NEGATIVE; mediump int PSPCOLORS; bvec4 _and_(bvec4 A, bvec4 B) { return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w); } vec4 df(vec4 A, vec4 B) { return abs(A - B); } bvec4 close(vec4 A, vec4 B) { vec4 param = A; vec4 param_1 = B; return lessThan(df(param, param_1), vec4(15.0)); } bvec4 _or_(bvec4 A, bvec4 B) { return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w); } vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h) { vec4 param = a; vec4 param_1 = b; vec4 param_2 = a; vec4 param_3 = c; vec4 param_4 = d; vec4 param_5 = e; vec4 param_6 = d; vec4 param_7 = f; vec4 param_8 = g; vec4 param_9 = h; return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0); } vec3 processxBR(vec3 color) { vec2 pS = vec2(1.0) / u_texelDelta; vec2 fp = fract(v_texcoord0 * pS); vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta); vec2 dx = vec2(u_texelDelta.x, 0.0); vec2 dy = vec2(0.0, u_texelDelta.y); vec2 y2 = dy + dy; vec2 x2 = dx + dx; vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz; vec3 B = texture(sampler0, TexCoord_0 - dy).xyz; vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz; vec3 D = texture(sampler0, TexCoord_0 - dx).xyz; vec3 E = texture(sampler0, TexCoord_0).xyz; vec3 F = texture(sampler0, TexCoord_0 + dx).xyz; vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz; vec3 H = texture(sampler0, TexCoord_0 + dy).xyz; vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz; vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz; vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz; vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz; vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz; vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz; vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz; vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz; vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz; vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz; vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz; vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz; vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz; vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))); vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))); vec4 d = vec4(b.y, b.z, b.w, b.x); vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))); vec4 f = vec4(b.w, b.x, b.y, b.z); vec4 g = vec4(c.z, c.w, c.x, c.y); vec4 h = vec4(b.z, b.w, b.x, b.y); vec4 i = vec4(c.w, c.x, c.y, c.z); vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, 23.3509998321533203125, 8.4771995544
MTX Mototrax v1.14.4 2023-05-01 Replacement rowPitch=128, but w=2000 (level=0)
MTX Mototrax v1.14.4 2023-04-26 Replacement rowPitch=256, but w=2000 (level=0)
MTX Mototrax v1.14.4 2023-04-09 MFIC instruction hit (70020024) at 0894c1c4
MTX Mototrax v1.14.4 2023-04-03 80000107=sceDisplaySetFrameBuf(44000000, 512, 0, 0): must change latched framebuf first
MTX Mototrax v1.14.4 2023-04-03 Could not setup streams, unexpected stream count: 35208
MTX Mototrax v1.14.4 2023-04-03 Unexpected mpeg first timestamp: 30000000000 / 3298534883328
MTX Mototrax v1.14.4 2023-03-10 VTYPE with morph used: THRU=0 TC=1 COL=0 POS=2 NRM=1 WT=1 NW=2 IDX=0 MC=2
MTX Mototrax v1.14.4 2023-03-10 sceKernelLoadModule: unsupported options size=00000014, flags=cccbcac9, pos=0, access=1, data=2, text=2
MTX Mototrax v1.14.4 2023-03-10 sceKernelLoadModule: unsupported options size=00000014, flags=bab9b8b7, pos=0, access=1, data=1, text=1
MTX Mototrax v1.14.4 2023-03-10 00000400=sceGeEdramSetAddrTranslation(00000400)
MTX Mototrax v1.14.4-902-gbcd6f4a88 2023-03-31 Unaligned icache invalidation of 0886dd07 (0886dd08 + -1) at PC=08876640
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03961580
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba730 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 038f2cc0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba72c in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 0393a240
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba728 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03969700
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba724 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 039693c0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba720 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 038e0500
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba71c in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03966d00
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba718 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 038f20c0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba714 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 038f1640
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba710 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 0395d7c0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba70c in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 0394de80
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba708 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 0395b340
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba704 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 038ed3c0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba700 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aeb170
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6fc in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03ae9ba0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6f8 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03998100
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6f4 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03ae41d0
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6f0 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aea380
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aea510
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6e4 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03ae8730
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6e0 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aeb220
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6dc in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aeb250
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6d8 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aea590
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6d4 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03ae8760
MTX Mototrax v1.14.4 2023-02-12 Branch in Jump delay slot at 08eba6d0 in block starting at 08eba6d0
MTX Mototrax v1.14.4 2023-02-12 Jump to invalid address: 03aea020
MTX Mototrax v1.14.1 2023-02-11 UI scissor out of bounds in MainScreen: 71,0-1167,721 / 1600,720
MTX Mototrax v1.15.4 2023-06-09 Unaligned icache invalidation of 0886dd07 (0886dd08 + -1) at PC=08876644
MTX Mototrax v1.14.4 2023-01-30 sceKernelLoadModule: unsupported options size=00000014, flags=089e8b88, pos=0, access=1, data=1, text=1
MTX Mototrax v1.14.4 2023-01-30 sceKernelLoadModule: unsupported options size=00000014, flags=089e8b88, pos=0, access=1, data=2, text=2
MTX Mototrax v1.14.4 2023-01-18 Unknown GE command : 52000001
MTX Mototrax v1.14.2 2023-01-01 Failed decrypting the PRX (ret = -1, size = 5075133, psp_size = 5075472)!
MTX Mototrax v1.13.2 2022-12-24 80630006=sceAtracSetDataAndGetID(08a87000, 00011190): invalid RIFF header
MTX Mototrax v1.13.2 2022-12-24 80630006=sceAtracSetDataAndGetID(08a87000, 0000a8f0): invalid RIFF header
MTX Mototrax v1.14.4 2023-01-14 80630006=sceAtracSetDataAndGetID(08a87000, 00011d30): invalid RIFF header
MTX Mototrax v1.13.2 2022-12-24 80630006=sceAtracSetDataAndGetID(08a87000, 00005790): invalid RIFF header
MTX Mototrax v1.13.2 2022-12-24 80630006=sceAtracSetDataAndGetID(08a87000, 000051c0): invalid RIFF header
MTX Mototrax v1.13.2 2022-12-24 80630006=sceAtracSetDataAndGetID(08a87000, 0001ba20): invalid RIFF header
MTX Mototrax v1.13.2 2022-12-24 80630006=sceAtracSetDataAndGetID(08a87000, 00014e98): invalid RIFF header
MTX Mototrax v1.13.2 2022-12-14 sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2
MTX Mototrax v1.13.2 2022-12-14 sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1
MTX Mototrax v1.13.2 2022-12-14 sceKernelLoadModule: unsupported options size=00000014, flags=0892b22c, pos=0, access=1, data=2, text=2
MTX Mototrax v1.6.3 2022-12-13 Render to texture using CLUT with different strides 512 != 64
MTX Mototrax v1.13.2 2022-11-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2
MTX Mototrax v1.13.2 2022-11-24 Jump to invalid address: 03ae8010
MTX Mototrax v1.13.2 2022-11-24 Branch in Jump delay slot at 08eba184 in block starting at 08eba180
MTX Mototrax v1.13.2 2022-11-24 Jump to invalid address: 0391f200
MTX Mototrax v1.13.2 2022-11-24 Branch in Jump delay slot at 08eba180 in block starting at 08eba180
MTX Mototrax v1.13.2 2022-11-24 Jump to invalid address: 03aeb280
MTX Mototrax v1.13.2 2022-11-15 sceNetAdhocMatchingInit(13620) at 08a56264
MTX Mototrax v1.13.1 2022-11-12 Bottom-right corner of source of block transfer is at an invalid address: 0480fcf8
MTX Mototrax v1.13.1 2022-11-12 Bottom-right corner of source of block transfer is at an invalid address: 0480fcfc
MTX Mototrax v1.13.2 2022-11-04 Jump to invalid address: 0395d080
MTX Mototrax v1.13.2 2022-11-04 Branch in Jump delay slot at 08e575f8 in block starting at 08e575f0
MTX Mototrax v1.13.2 2022-11-04 Jump to invalid address: 03b11430
MTX Mototrax v1.13.2 2022-11-02 Unknown GetPointerWrite 00000000 PC 08a8912c LR 08a89150
MTX Mototrax v1.13.2 2022-10-27 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1
MTX Mototrax v1.13.2 2022-10-21 Jump to invalid address: 03ae9f90
MTX Mototrax v1.13.2 2022-10-21 Branch in Jump delay slot at 08eba804 in block starting at 08eba804
MTX Mototrax v1.13.2 2022-10-21 Jump to invalid address: 03aeb2e0
MTX Mototrax v1.13.2 2022-12-12 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
MTX Mototrax v1.12.3 2022-10-17 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 166232480
MTX Mototrax v1.12.3 2022-10-17 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776