Recent logs - Star Wars Battlefront II

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
Star Wars Battlefront II v1.16.6 2024-04-24 00000400=sceGeEdramSetAddrTranslation(00000400)
Star Wars Battlefront II v1.16.6 2024-04-24 ELF relocation HI16/4 pair (instead of LO16) at 08a3bd80 / 08a3bd90
Star Wars Battlefront II v1.17.1 2024-04-12 WriteToHardware: Invalid address 00000908 near PC 08bb280c LR 08b850a8
Star Wars Battlefront II v1.17.1 2024-04-06 __KernelStopThread: thread 496 does not exist (helper deleted)
Star Wars Battlefront II v1.17.1 2024-03-30 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1
Star Wars Battlefront II v1.17.1 2024-03-30 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2
Star Wars Battlefront II v1.15.3 2024-04-26 __KernelStopThread: thread 1993 does not exist (helper deleted)
Star Wars Battlefront II v1.15.3 2024-03-26 __KernelStopThread: thread 1889 does not exist (helper deleted)
Star Wars Battlefront II v1.17.1 2024-03-22 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 r4p1-01rel0 [Revision 96995]. 01f14440:00000108 HWX C Light: 0: c:0 t:0 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1 #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)) // 01f14440:00000108 HWX C Light: 0: c:0 t:0 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1 attribute vec3 position; attribute lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; 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 vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; 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 vec3 v_texcoord; 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(0.0, 0.0, 1.0, 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; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse); 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; toLight = u_lightpos3 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse) * lightScale; v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = splat3(0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; gl_Position = outPos; }
Star Wars Battlefront II v1.17.1 2024-03-18 Can't draw: No current render step. Step count: 0
Star Wars Battlefront II v1.15.3 2024-03-23 __KernelStopThread: thread 1559 does not exist (helper deleted)
Star Wars Battlefront II v1.15.3 2024-03-15 __KernelStopThread: thread 1329 does not exist (helper deleted)
Star Wars Battlefront II v1.15.3 2024-03-09 __KernelStopThread: thread 1211 does not exist (helper deleted)
Star Wars Battlefront II v1.17 2024-02-26 WriteToHardware: Invalid address 000000b8 near PC 08b17608 LR 08b18d14
Star Wars Battlefront II v1.17.1 2024-02-25 Unknown GetPointer 00000000 PC 08bb2738 LR 08b7d26c
Star Wars Battlefront II v1.17.1 2024-02-25 Unknown GE command : fe090000
Star Wars Battlefront II v1.16.6-602-gef149bd9f 2024-02-10 WriteToHardware: Invalid address 00000014 near PC 08b76b30 LR 08b76ad8
Star Wars Battlefront II v1.17 2024-02-09 sceGeBreak(mode=0, unknown=08ce050c): unknown ptr (valid)
Star Wars Battlefront II v1.16.6 2024-01-22 WriteToHardware: Invalid address 00000908 near PC 08000104 LR 09ffdec0
Star Wars Battlefront II v1.16.6 2024-01-01 Jump to invalid address: 059e36b0
Star Wars Battlefront II v1.16.6 2024-01-01 Branch in Jump delay slot at 09fbde08 in block starting at 09fbde08
Star Wars Battlefront II v1.16.6 2024-01-01 Jump to invalid address: 036d5340
Star Wars Battlefront II v1.16.6 2024-01-01 WriteToHardware: Invalid address 00000908 near PC 08b0261c LR 08b0185c
Star Wars Battlefront II v1.16.6 2023-12-11 __KernelStopThread: thread 1399 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-12-11 __KernelStopThread: thread 1338 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-12-11 __KernelStopThread: thread 1106 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-12-11 __KernelStopThread: thread 1048 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-12-11 __KernelStopThread: thread 992 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-12-11 __KernelStopThread: thread 884 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-12-06 Failed to read valid video stream data from header
Star Wars Battlefront II v1.16.6 2023-10-29 __KernelStopThread: thread 936 does not exist (helper deleted)
Star Wars Battlefront II v1.16.6 2023-10-29 __KernelStopThread: thread 734 does not exist (helper deleted)
Star Wars Battlefront II v1.16.5 2023-10-22 __KernelStopThread: thread 1391 does not exist (helper deleted)
Star Wars Battlefront II v1.16.5 2023-10-14 __KernelStopThread: thread 1099 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-09-27 WriteToHardware: Invalid address 00000014 near PC 08b2f4ac LR 08b31ad4
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 26, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 25, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 24, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 23, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 22, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 21, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 20, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 19, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 18, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 17, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceSasSetADSRMode(08acd140, 16, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
Star Wars Battlefront II v1.15.4 2023-09-04 sceKernelLoadModule: unsupported options size=00000014, flags=08964560, pos=0, access=1, data=1, text=1
Star Wars Battlefront II v1.15.4 2023-08-15 __KernelStopThread: thread 2284 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-14 __KernelStopThread: thread 1416 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-13 __KernelStopThread: thread 610 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-13 __KernelStopThread: thread 506 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-12 __KernelStopThread: thread 563 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-10 __KernelStopThread: thread 1216 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-09 WriteToHardware: Invalid address 0000082c near PC 08b948f4 LR 08b96fd0
Star Wars Battlefront II v1.15.4 2023-08-09 __KernelStopThread: thread 507 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-08-08 __KernelStopThread: thread 594 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-08-08 __KernelStopThread: thread 540 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-05 __KernelStopThread: thread 2332 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-08-01 __KernelStopThread: thread 1867 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-07-30 __KernelStopThread: thread 1628 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-07-29 __KernelStopThread: thread 1281 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-07-24 __KernelStopThread: thread 512 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-07-22 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a4fd30
Star Wars Battlefront II v1.15.4 2023-06-29 __KernelStopThread: thread 2036 does not exist (helper deleted)
Star Wars Battlefront II v1.15.4 2023-06-24 sceKernelLoadModule: unsupported options size=00000014, flags=089953c0, pos=0, access=1, data=2, text=2
Star Wars Battlefront II v1.15.4 2023-06-24 sceKernelLoadModule: unsupported options size=00000014, flags=09fbf910, pos=0, access=1, data=1, text=1
Star Wars Battlefront II v1.15.4 2023-06-14 WriteToHardware: Invalid address 00000908 near PC 08b7a2f8 LR 08b79d9c
Star Wars Battlefront II v1.15.4 2023-06-05 WriteToHardware: Invalid address 00000908 near PC 0887ffa8 LR 0887fdb0
Star Wars Battlefront II v1.12.3 2023-05-13 WriteToHardware: Invalid address 00000908 near PC 08b1c0f8 LR 08b1afe0
Star Wars Battlefront II v1.16.6 2024-01-13 __KernelStopThread: thread 670 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-05-01 __KernelStopThread: thread 3988 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-05-01 __KernelStopThread: thread 4295 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 3598 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 3190 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 3075 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 3018 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2957 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2898 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2839 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2693 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2639 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2526 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-30 __KernelStopThread: thread 2173 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-29 __KernelStopThread: thread 1942 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-29 __KernelStopThread: thread 1770 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-29 __KernelStopThread: thread 1711 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-29 __KernelStopThread: thread 1652 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-29 __KernelStopThread: thread 1593 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-29 __KernelStopThread: thread 620 does not exist (helper deleted)
Star Wars Battlefront II v1.17.1 2024-04-06 __KernelStopThread: thread 420 does not exist (helper deleted)
Star Wars Battlefront II v1.17.1 2024-04-18 __KernelStopThread: thread 416 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-04-24 __KernelStopThread: thread 1780 does not exist (helper deleted)
Star Wars Battlefront II v1.9.3-478-gb475e7356 2023-04-14 GE Interrupt: newState might be 1
Star Wars Battlefront II v1.12.3 2023-04-11 __KernelStopThread: thread 442 does not exist
Star Wars Battlefront II v1.14.4-951-gaa66cc03f 2023-03-29 __KernelStopThread: thread 421 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-02-14 __KernelStopThread: thread 503 does not exist (helper deleted)
Star Wars Battlefront II v1.16.5 2023-10-09 __KernelStopThread: thread 422 does not exist (helper deleted)
Star Wars Battlefront II v1.14.4 2023-02-07 __KernelStopThread: thread 1486 does not exist (helper deleted)
Star Wars Battlefront II v1.11.3 2023-02-02 Unimplemented HLE function Kprintf
Star Wars Battlefront II v1.11.3 2023-02-02 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006