Recent logs - Miami Vice™ The Game

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
Miami Vice™ The Game v1.14.4 2023-03-24 80630006=sceAtracSetDataAndGetID(08d89030, 00001000): invalid RIFF header
Miami Vice™ The Game v1.9.4 2023-02-08 sceDmacMemcpy(dest=08e25fb0, src=08e33fb0, size=8768): overlapping read
Miami Vice™ The Game v1.9.4 2023-02-08 Render to texture with incompatible formats 5 != 1 at 04000000
Miami Vice™ The Game v1.9.4 2023-02-08 Render to area containing texture at 040cc000 +0x128
Miami Vice™ The Game v1.9.4 2023-02-08 Render to texture using CLUT with different strides 1024 != 512
Miami Vice™ The Game v1.9.4 2023-02-08 Render to texture with different formats 0 != 3
Miami Vice™ The Game v1.9.4 2023-02-08 4 and 8-bit CLUT format not supported for framebuffers
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x66c64821
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNp': 0x7e0864df
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x75dacb57
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x72a1ce0d
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x788f2b5e
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0xbe22eea3
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNp': 0x1d60ae4b
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x4e851b10
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNp': 0x633b5f71
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNp': 0xa0be3c4b
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x58251346
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNpService': 0x5f5e32af
Miami Vice™ The Game v1.9.4 2023-02-19 Unknown syscall in known module 'sceNp': 0xbb069a87
Miami Vice™ The Game v1.14.4 2023-02-04 sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2
Miami Vice™ The Game v1.14.4 2023-02-04 sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
Miami Vice™ The Game v1.13.2 2023-02-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 4000
Miami Vice™ The Game v1.14.4 2023-02-18 An uneaten prefix at end of block: 08bbc6b8
Miami Vice™ The Game v1.14.4 2023-03-12 Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader. Please contact [email protected] with the shader causing the problem, along with this error message. Mali online shader compiler r8p0-00dev0 [Revision 96995]. 01710444:00000b28 HWX C T N Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 MatUp:1 Cull #version 100 // Driver: Mali-400 MP - GLSL 100 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01710444:00000b28 HWX C T N Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 MatUp:1 Cull attribute vec3 position; attribute mediump vec3 normal; attribute lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec3 u_lightpos0; uniform mediump vec3 u_lightatt0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform mediump vec3 u_lightatt1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform mediump vec3 u_lightatt2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; 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; varying lowp vec4 v_color0; varying mediump float v_fogdepth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); vec4 ambientColor = color0; vec3 diffuseColor = u_matdiffuse.rgb; vec3 specularColor = u_matspecular.rgb; lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; toLight = u_lightpos0 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale; toLight = u_lightpos1 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale; toLight = u_lightpos2 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse) * lightScale; v_color0 = clamp(lightSum0, 0.0, 1.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; 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; }
Miami Vice™ The Game v1.13.2 2023-01-28 Branch in Jump delay slot at 08b0d124 in block starting at 08b0a978
Miami Vice™ The Game v1.13.2 2023-01-28 Jump to invalid address: 0750d580 PC 08b0a98c LR 088681cc
Miami Vice™ The Game v1.14.1 2023-01-25 UI scissor out of bounds in GamePauseScreen: 1528,15-712,390 / 1280,720
Miami Vice™ The Game v1.14.1 2023-01-25 UI scissor out of bounds in GamePauseScreen: 0,15-1506,390 / 1280,720
Miami Vice™ The Game v1.14.4 2023-02-18 00000400=sceGeEdramSetAddrTranslation(00000400)
Miami Vice™ The Game v1.13.2 2023-01-10 sceKernelLoadModule: unsupported options size=00000014, flags=09fff5f0, pos=0, access=1, data=2, text=2
Miami Vice™ The Game v1.13.2 2023-01-10 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
Miami Vice™ The Game v1.14 2023-01-08 Unimplemented HLE function sceUtilityGetNetParam
Miami Vice™ The Game v1.14 2023-01-08 sceGeBreak(mode=0, unknown=08f6c8fc): unknown ptr (valid)
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1479-306,90 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1382-306,90 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 85,1285-221,90 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1285-306,90 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 85,1189-221,90 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1189-306,90 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 87,1009-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1009-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 175,861-85,140 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 87,861-85,140 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,861-85,140 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,408-645,51 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,354-645,51 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,300-645,51 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 151,245-494,51 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,245-645,51 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 468,64-152,76 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in GamePauseScreen: 8,77-985,163 / 967,544
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in GameSettingsScreen: 0,114-306,1472 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in GameSettingsScreen: 211,0-746,544 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 654,10-303,534 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,64-645,480 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,0-645,544 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 85,1676-221,43 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1676-306,43 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 87,1497-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1497-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 175,1336-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 87,1336-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1336-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 175,1174-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 87,1174-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1174-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 175,1013-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 87,1013-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,1013-85,153 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,861-306,858 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,746-306,973 / 544,967
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 1163,5-538,301 / 967,544
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,0-1147,306 / 967,544
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,36-1147,270 / 967,544
Miami Vice™ The Game v1.14.1 2023-01-06 UI scissor out of bounds in MainScreen: 0,304-1147,2 / 967,544
Miami Vice™ The Game v1.14 2022-12-30 __KernelStopThread: thread 335 does not exist (helper deleted)
Miami Vice™ The Game v1.14 2022-12-30 sceGeBreak(mode=0, unknown=09fff520): unknown ptr (valid)
Miami Vice™ The Game v1.14 2022-12-30 sceGeBreak(mode=0, unknown=09fff420): unknown ptr (valid)
Miami Vice™ The Game v1.14 2022-12-30 sceGeBreak(mode=0, unknown=09fff410): unknown ptr (valid)
Miami Vice™ The Game v1.14.1 2022-12-29 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
Miami Vice™ The Game v1.14.2 2023-01-07 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
Miami Vice™ The Game v1.11.3 2022-12-28 sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2
Miami Vice™ The Game v1.13.2 2022-12-22 sceKernelLoadModule: unsupported options size=00000014, flags=0892b4b0, pos=0, access=1, data=2, text=2
Miami Vice™ The Game v1.13.2 2022-12-17 GE Interrupt: newState might be 6
Miami Vice™ The Game v1.13.2 2022-12-17 GE Interrupt: newState might be 5
Miami Vice™ The Game v1.13.2 2022-12-17 GE Interrupt: newState might be 4
Miami Vice™ The Game v1.13.2 2022-12-17 GE Interrupt: newState might be 3
Miami Vice™ The Game v1.13.2 2022-12-17 GE Interrupt: newState might be 7
Miami Vice™ The Game v1.10.3 2022-12-15 Savedata version requested on save: 3
Miami Vice™ The Game v1.13.2 2022-12-06 80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -559038737
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146162800
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 102464
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145477420
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 3080
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648
Miami Vice™ The Game v1.13.2 2022-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143464896