Recent logs - Sega Genesis Collection™

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
Sega Genesis Collection™ v1.16.5 2023-09-30 __KernelStopThread: thread 297 does not exist (helper deleted)
Sega Genesis Collection™ v1.16 2023-09-12 Unknown GetPointer 0004a9e1 PC 08882384 LR 08881f44
Sega Genesis Collection™ v1.15.4 2023-08-24 MIPSCompileOp: Invalid instruction 00108fb9
Sega Genesis Collection™ v1.15.4 2023-08-24 MIPSCompileOp: Invalid instruction 020c8fa8
Sega Genesis Collection™ v1.15.4 2023-08-24 MIPSCompileOp: Invalid instruction 000c8fa9
Sega Genesis Collection™ v1.15.4 2023-08-24 MIPSCompileOp: Invalid instruction 00e226b5
Sega Genesis Collection™ v1.15.4 2023-08-24 MIPSCompileOp: Invalid instruction b0216858
Sega Genesis Collection™ v1.13 2023-08-19 sceKernelLoadModule: unsupported options size=00000014, flags=08b80000, pos=0, access=1, data=2, text=2
Sega Genesis Collection™ v1.13 2023-08-19 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464
Sega Genesis Collection™ v1.13 2023-08-19 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000
Sega Genesis Collection™ v1.14.1 2023-08-03 UI scissor out of bounds in MainScreen: 0,349-480,455 / 854,480
Sega Genesis Collection™ v1.14.1 2023-08-03 UI scissor out of bounds in MainScreen: 134,415-123,69 / 854,480
Sega Genesis Collection™ v1.14.1 2023-08-03 UI scissor out of bounds in MainScreen: 2,415-123,69 / 854,480
Sega Genesis Collection™ v1.14.1 2023-08-03 UI scissor out of bounds in MainScreen: 0,404-480,401 / 854,480
Sega Genesis Collection™ v1.4.2-425-g7a7ccee5e 2023-08-02 Error in shader compilation: info: 0(158) : error C1503: undefined variable "u_proj" 0(159) : error C1503: undefined variable "col" 0(175) : error C1503: undefined variable "col" 0(178) : error C1503: undefined variable "col" 0(179) : error C1503: undefined variable "col" 0(190) : error C1503: undefined variable "col" 0(193) : error C1503: undefined variable "col" 0(194) : error C1503: undefined variable "col" 0(205) : error C1503: undefined variable "col" 0(208) : error C1503: undefined variable "col" 0(209) : error C1503: undefined variable "col" 0(220) : error C1503: undefined variable "col" 0(223) : error C1503: undefined variable "col" 0(224) : error C1503: undefined variable "col" 0(226) : error C1503: undefined variable "tex" / code: #version 330 #define lowp #define mediump #define highp in mediump vec4 w1, w2; in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform mediump mat4 u_texmtx; uniform mat4 u_bone0; uniform mat4 u_bone1; uniform mat4 u_bone2; uniform mat4 u_bone3; uniform mat4 u_bone4; uniform mat4 u_bone5; uniform mat4 u_bone6; uniform mat4 u_bone7; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump float u_lightangle0; uniform mediump float u_lightspotCoef0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform lowp vec3 u_lightspecular0; uniform vec3 u_lightpos1; uniform mediump vec3 u_lightatt1; uniform mediump vec3 u_lightdir1; uniform mediump float u_lightangle1; uniform mediump float u_lightspotCoef1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform lowp vec3 u_lightspecular1; uniform vec3 u_lightpos2; uniform mediump vec3 u_lightatt2; uniform mediump vec3 u_lightdir2; uniform mediump float u_lightangle2; uniform mediump float u_lightspotCoef2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec3 u_lightspecular2; uniform vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform mediump vec3 u_lightdir3; uniform mediump float u_lightangle3; uniform mediump float u_lightspotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; uniform lowp vec4 u_ambient; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; uniform sampler1D u_tess_pos_tex; uniform sampler1D u_tess_tex_tex; uniform sampler1D u_tess_col_tex; uniform int u_spline_count_u; vec2 tess_sample(in vec2 points[16], in vec2 weights[4]) { vec2 pos = vec2(0.0); for (int i = 0; i < 4; ++i) { for (int j = 0; j < 4; ++j) { float f = weights[j].x * weights[i].y; if (f != 0.0) pos = pos + f * points[i * 4 + j]; } } return pos; } vec3 tess_sample(in vec3 points[16], in vec2 weights[4]) { vec3 pos = vec3(0.0); for (int i = 0; i < 4; ++i) { for (int j = 0; j < 4; ++j) { float f = weights[j].x * weights[i].y; if (f != 0.0) pos = pos + f * points[i * 4 + j]; } } return pos; } vec4 tess_sample(in vec4 points[16], in vec2 weights[4]) { vec4 pos = vec4(0.0); for (int i = 0; i < 4; ++i) { for (int j = 0; j < 4; ++j) { float f = weights[j].x * weights[i].y; if (f != 0.0) pos = pos + f * points[i * 4 + j]; } } return pos; } uniform int u_spline_count_v; uniform int u_spline_type_u; uniform int u_spline_type_v; void spline_knot(ivec2 num_patches, ivec2 type, out vec2 knot[6], ivec2 patch_pos) { for (int i = 0; i < 6; ++i) { knot[i] = vec2(float(i + patch_pos.x - 2), float(i + patch_pos.y - 2)); } if ((type.x & 1) != 0) { if (patch_pos.x <= 2) knot[0].x = 0.0; if (patch_pos.x <= 1) knot[1].x = 0.0; } if ((type.x & 2) != 0) { if (patch_pos.x >= (num_patches.x - 2)) knot[5].x = float(num_patches.x); if (pa
Sega Genesis Collection™ v1.15.4 2023-07-31 Trying to relocate non-loaded section (null)
Sega Genesis Collection™ v1.15.4 2023-07-29 Jump to invalid address: 021545d0
Sega Genesis Collection™ v1.15.4 2023-07-29 MIPSCompileOp: Invalid instruction b6000c82
Sega Genesis Collection™ v1.15.4 2023-07-29 Branch in branch delay slot at 08857221 with different target
Sega Genesis Collection™ v1.15.4 2023-07-29 Branch in branch delay slot at 0885721d with different target
Sega Genesis Collection™ v1.15.4 2023-07-28 Branch in RSRTComp delay slot at 0885a785 in block starting at 0885a781
Sega Genesis Collection™ v1.15.4 2023-07-28 Jump to invalid address: 01a0b024
Sega Genesis Collection™ v1.15.4 2023-07-28 MIPSCompileOp: Invalid instruction cc000328
Sega Genesis Collection™ v1.15.4 2023-07-28 Branch in branch delay slot at 08857b7d with different target
Sega Genesis Collection™ v1.15.4 2023-07-28 __KernelStopThread: thread 306 does not exist (helper deleted)
Sega Genesis Collection™ v1.15.4 2023-07-28 sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=1, text=1
Sega Genesis Collection™ v1.15.4 2023-07-28 sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2
Sega Genesis Collection™ v1.12.3 2023-07-26 Unknown GetPointer 00000080 PC 08882144 LR 088820c4
Sega Genesis Collection™ v1.12.3 2023-07-26 Unknown GetPointer 00000080 PC 08882250 LR 088821c4
Sega Genesis Collection™ v1.15.4 2023-07-24 __KernelStopThread: thread 304 does not exist (helper deleted)
Sega Genesis Collection™ v1.15.4 2023-07-23 MIPSCompileOp: Invalid instruction 000126b5
Sega Genesis Collection™ v1.9.4 2023-07-20 Unknown GetPointer 00000077 PC 088823cc LR 08882004
Sega Genesis Collection™ v1.15.3 2023-07-01 sceKernelRegisterSubIntrHandler(30, 1, 08891b98, 00000000): duplicate handler
Sega Genesis Collection™ v1.12.3 2023-06-27 Jump to invalid address: 01a06b38
Sega Genesis Collection™ v1.12.3 2023-06-27 MIPSCompileOp: Invalid instruction 70c0684a
Sega Genesis Collection™ v1.12.3 2023-06-27 MIPSCompileOp: Invalid instruction 06b8a4e6
Sega Genesis Collection™ v1.15.3 2023-05-19 00000400=sceGeEdramSetAddrTranslation(00000800)
Sega Genesis Collection™ v1.4.2-425-g7a7ccee5e 2023-05-07 Error in shader compilation: info: ERROR: 0:158: 'u_proj' : undeclared identifier ERROR: 0:159: 'col' : undeclared identifier ERROR: 0:175: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:178: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:179: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:190: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:193: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:194: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:205: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:208: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:209: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:220: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:223: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:224: 'rgb' : field selection requires structure, vector, or matrix on left hand side ERROR: 0:226: 'tex' : undeclared identifier / code: #version 330 #define lowp #define mediump #define highp in mediump vec4 w1, w2; in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform mediump mat4 u_texmtx; uniform mat4 u_bone0; uniform mat4 u_bone1; uniform mat4 u_bone2; uniform mat4 u_bone3; uniform mat4 u_bone4; uniform mat4 u_bone5; uniform mat4 u_bone6; uniform mat4 u_bone7; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform mediump vec3 u_lightdir0; uniform mediump float u_lightangle0; uniform mediump float u_lightspotCoef0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform lowp vec3 u_lightspecular0; uniform vec3 u_lightpos1; uniform mediump vec3 u_lightatt1; uniform mediump vec3 u_lightdir1; uniform mediump float u_lightangle1; uniform mediump float u_lightspotCoef1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform lowp vec3 u_lightspecular1; uniform vec3 u_lightpos2; uniform mediump vec3 u_lightatt2; uniform mediump vec3 u_lightdir2; uniform mediump float u_lightangle2; uniform mediump float u_lightspotCoef2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec3 u_lightspecular2; uniform vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform mediump vec3 u_lightdir3; uniform mediump float u_lightangle3; uniform mediump float u_lightspotCoef3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; uniform lowp vec4 u_ambient; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; uniform sampler1D u_tess_pos_tex; uniform sampler1D u_tess_tex_tex; uniform sampler1D u_tess_col_tex; uniform int u_spline_count_u; vec2 tess_sample(in vec2 points[16], in vec2 weights[4]) { vec2 pos = vec2(0.0); for (int i = 0; i < 4; ++i) { for (int j = 0; j < 4; ++j) { float f = weights[j].x * weights[i].y; if (f != 0.0) pos = pos + f * points[i * 4 + j]; } } return pos; } vec3 tess_sample(in vec3 points[16], in vec2 weights[4]) { vec3 pos = vec3(0.0); for (int i = 0; i < 4; ++i) { for (int j = 0; j < 4; ++j) { float f = weights[j].x * weights[i].y; if (f != 0.0) pos = pos + f * points[i * 4 + j]; } } return pos; } vec4 tess_sample(in vec4 points[16], in vec2 weights[4]) { vec4 pos = vec4(0.0); for (int i = 0; i < 4; ++i) { for (int j = 0; j < 4; ++j) { float f = weights[j].x * weights[i].y; if (f != 0.0) pos = pos + f * points[i
Sega Genesis Collection™ v1.14.4 2023-04-29 sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
Sega Genesis Collection™ v1.14.4 2023-04-29 sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2
Sega Genesis Collection™ v1.14.4 2023-04-27 Branch in Jump delay slot at 08abe9e8 in block starting at 08abe9e0
Sega Genesis Collection™ v1.14.4 2023-04-27 Branch in Jump delay slot at 08abe9e4 in block starting at 08abe9e0
Sega Genesis Collection™ v1.14.4 2023-04-27 Branch in Jump delay slot at 08abe9e0 in block starting at 08abe9e0
Sega Genesis Collection™ v1.14.4 2023-04-27 Jump to invalid address: 02156130
Sega Genesis Collection™ v1.16.2 2023-09-23 Branch in branch delay slot at 088578f9 with different target
Sega Genesis Collection™ v1.16.2 2023-09-23 Branch in branch delay slot at 088578f5 with different target
Sega Genesis Collection™ v1.12.2 2023-03-23 ReadFromHardware: Invalid address 9f7decb2 near PC 9f7decb2 LR 9f7decb2
Sega Genesis Collection™ v1.14.4 2023-03-22 An uneaten prefix at end of block: 0882e674
Sega Genesis Collection™ v1.14.4 2023-03-22 sceKernelVolatileMemUnlock(0) FAILED - not locked
Sega Genesis Collection™ v1.14.4 2023-03-04 __KernelStopThread: thread 418 does not exist (ApctlThread deleted)
Sega Genesis Collection™ v1.14.1 2023-02-25 UI scissor out of bounds in GameSettingsScreen: 239,0-1294,721 / 1600,720
Sega Genesis Collection™ v1.14.1 2023-02-25 UI scissor out of bounds in MainScreen: 0,0-1180,721 / 1600,720
Sega Genesis Collection™ v1.14.1 2023-02-21 UI scissor out of bounds in GameSettingsScreen: 294,0-1294,721 / 1600,720
Sega Genesis Collection™ v1.14.1 2023-02-18 Unknown GetPointerWrite 00ce7000 PC 08882690 LR 08882548
Sega Genesis Collection™ v1.14.1 2023-02-23 UI scissor out of bounds in MainScreen: 55,0-1180,721 / 1600,720
Sega Genesis Collection™ v1.14.4 2023-02-12 Branch in branch delay slot at 08843262 with different target
Sega Genesis Collection™ v1.14.4 2023-02-12 MIPSCompileOp: Invalid instruction 0008ae05
Sega Genesis Collection™ v1.14.4 2023-02-12 Jump to invalid address: 022cf008
Sega Genesis Collection™ v1.14.4 2023-02-12 Branch in Jump delay slot at 0884324a in block starting at 08843232
Sega Genesis Collection™ v1.14.4 2023-02-12 Jump to invalid address: 022c0200
Sega Genesis Collection™ v1.14.4 2023-02-12 MIPSCompileOp: Invalid instruction 0000afbf
Sega Genesis Collection™ v1.14.4 2023-02-12 MIPSCompileOp: Invalid instruction 000427bd
Sega Genesis Collection™ v1.14.4 2023-02-12 MIPSCompileOp: Invalid instruction 437027bd
Sega Genesis Collection™ v1.8.0 2023-02-11 Unknown GetPointer 00000000 PC 08856848 LR 08856898
Sega Genesis Collection™ v1.12.3 2023-02-07 Unknown GetPointer 9585331d PC 08882690 LR 08827c6c
Sega Genesis Collection™ v1.14.4 2023-02-05 ReadFromHardware: Invalid address ffffbf00 near PC 0885732d LR 08856854
Sega Genesis Collection™ v1.14.4 2023-02-05 MIPSCompileOp: Invalid instruction 07afb100
Sega Genesis Collection™ v1.14.4 2023-02-05 Jump to invalid address: 000020e0
Sega Genesis Collection™ v1.14.4 2023-02-05 Jump to invalid address: 01a1bb18
Sega Genesis Collection™ v1.14.4 2023-02-05 MIPSCompileOp: Invalid instruction 00302585
Sega Genesis Collection™ v1.14.4 2023-02-05 MIPSCompileOp: Invalid instruction 7de40220
Sega Genesis Collection™ v1.14.1 2023-02-05 UI scissor out of bounds in GameSettingsScreen: 128,0-454,272 / 544,272
Sega Genesis Collection™ v1.14.4 2023-02-04 80630006=sceAtracSetHalfwayBufferAndGetID(089e1f00, 00004000, 00010000): invalid RIFF header
Sega Genesis Collection™ v1.13.2 2023-01-28 MIPSCompileOp: Invalid instruction 70c06881
Sega Genesis Collection™ v1.13.2 2023-01-28 MIPSCompileOp: Invalid instruction 00076881
Sega Genesis Collection™ v1.13.2 2023-01-28 MIPSCompileOp: Invalid instruction 47d8a4e6
Sega Genesis Collection™ v1.14.4 2023-01-21 Branch in Jump delay slot at 08ac406c in block starting at 08ac4060
Sega Genesis Collection™ v1.14.4 2023-01-21 Branch in Jump delay slot at 08ac4068 in block starting at 08ac4060
Sega Genesis Collection™ v1.14.4 2023-01-21 Branch in Jump delay slot at 08ac4064 in block starting at 08ac4060
Sega Genesis Collection™ v1.14.4 2023-01-21 Branch in Jump delay slot at 08ac4060 in block starting at 08ac4060
Sega Genesis Collection™ v1.14.4 2023-01-21 Jump to invalid address: 02156540
Sega Genesis Collection™ v1.15.4 2023-07-29 MIPSCompileOp: Invalid instruction 0100187a
Sega Genesis Collection™ v1.14.4 2023-01-21 Branch in branch delay slot at 088579fd with different target
Sega Genesis Collection™ v1.14.4 2023-01-21 Branch in branch delay slot at 088579f9 with different target
Sega Genesis Collection™ v1.13.2 2023-01-17 Jump to invalid address: 01a24964
Sega Genesis Collection™ v1.14.4 2023-01-14 sceUtilityMsgDialogInitStart: invalid status
Sega Genesis Collection™ v1.12.3 2022-11-28 Jump to invalid address: 01a09d3c
Sega Genesis Collection™ v1.12.3 2022-11-28 MIPSCompileOp: Invalid instruction 00ac8201
Sega Genesis Collection™ v1.13.2 2022-11-26 Unknown GetPointer 5f3f458b PC 08882184 LR 08881f44
Sega Genesis Collection™ v1.13.2 2022-11-26 Unknown GetPointerWrite 00000003 PC 08882084 LR 08881f84
Sega Genesis Collection™ v1.13.2 2022-11-25 Unknown GetPointerWrite 00000080 PC 088823d0 LR 08881f44
Sega Genesis Collection™ v1.13.2 2022-10-31 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151249632
Sega Genesis Collection™ v1.13.2 2022-10-31 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816
Sega Genesis Collection™ v1.13.2 2022-10-31 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296812
Sega Genesis Collection™ v1.16.5 2023-10-03 00000200=sceGeEdramSetAddrTranslation(00000200)
Sega Genesis Collection™ v1.16.5 2023-10-03 00000400=sceGeEdramSetAddrTranslation(00000200)
Sega Genesis Collection™ v1.13.2 2022-10-13 Could not setup streams, unexpected stream count: 5632
Sega Genesis Collection™ v1.13.2 2022-10-13 Unexpected mpeg first timestamp: a000000d00 / 687194770688
Sega Genesis Collection™ v1.13.2 2022-10-13 Failed to read valid video stream data from header
Sega Genesis Collection™ v1.13.2 2022-10-13 Could not setup streams, unexpected stream count: 7168