Recent logs - From Russia With Love™

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
From Russia With Love™ v1.17.1 2024-02-26 sceKernelLoadModule: unsupported options size=00000014, flags=08a1f518, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.17.1 2024-02-26 sceKernelLoadModule: unsupported options size=00000014, flags=08a1f518, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.16.6 2024-02-05 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.10.2 2023-12-05 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146951504
From Russia With Love™ v1.10.2 2023-12-05 sceKernelCreateSema(RealSignal) unsupported options parameter, size = 147207344
From Russia With Love™ v1.16.6 2023-10-29 __KernelStopThread: thread 559 does not exist (helper deleted)
From Russia With Love™ v1.16.6 2023-10-29 Unimplemented HLE function sceUtilityHtmlViewerGetStatus
From Russia With Love™ v1.15.4 2023-10-01 UNIMPL sceUtilityLoadUsbModule(1)
From Russia With Love™ v1.15.4 2023-10-01 sceKernelLoadModuleByID: unsupported options size=00000014, flags=0880defc, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.13.2 2023-09-29 Truncating vertex count from 24984 to 21845
From Russia With Love™ v1.15.4 2023-08-18 80630006=sceAtracSetDataAndGetID(09c75150, 0001fff0): invalid RIFF header
From Russia With Love™ v1.15.4 2023-08-08 80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small
From Russia With Love™ v1.6.3 2023-06-22 GL ran out of GPU memory; switching to low memory mode
From Russia With Love™ v1.15.2 2023-05-17 sceKernelLoadModule: unsupported options size=00000014, flags=4e49422e, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.14.4 2023-05-01 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
From Russia With Love™ v1.14.4 2023-05-01 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1
From Russia With Love™ v1.14.4 2023-05-01 Truncating vertex count from 35598 to 21845
From Russia With Love™ v1.14.1 2023-04-06 Unexpected mpeg first timestamp: c1800873d7 / 831076725719
From Russia With Love™ v1.14.1 2023-04-06 Unexpected mpeg first timestamp: c180088fb4 / 831076732852
From Russia With Love™ v1.14.1 2023-04-06 Unexpected mpeg first timestamp: c18008aa89 / 831076739721
From Russia With Love™ v1.9.4 2023-03-27 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 r4p0-00rel0 [Revision 96995]. 01f14444:00000b18 HWX C T N Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1 #version 100 precision highp float; attribute vec3 position; attribute mediump vec3 normal; attribute vec2 texcoord; 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 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 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 vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; varying lowp vec4 v_color0; varying mediump vec3 v_texcoord; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); vec4 outPos = u_proj * viewPos; lowp vec4 lightSum0 = u_ambient * color0 + 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 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * color0.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 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * color0.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 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * color0.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 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient3 * color0.rgb + diffuse) * lightScale; v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); vec3 projPos = outPos.xyz / outPos.w; if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) { outPos.xyzw = vec4(u_cullRangeMax.w); } } gl_Position = outPos; }
From Russia With Love™ v1.14.1 2023-03-26 UI scissor out of bounds in GamePauseScreen: 937,20-200,1516 / 1536,1152
From Russia With Love™ v1.14.1 2023-03-26 UI scissor out of bounds in GamePauseScreen: 0,20-927,1516 / 1536,1152
From Russia With Love™ v1.14.1 2023-03-26 UI scissor out of bounds in GamePauseScreen: 1628,15-400,849 / 1536,1152
From Russia With Love™ v1.14.1 2023-03-26 UI scissor out of bounds in GamePauseScreen: 0,15-1615,849 / 1536,1152
From Russia With Love™ v1.9.4 2023-03-14 Unexpected mpeg first timestamp: caa208780c / 870301857804
From Russia With Love™ v1.8.0 2023-02-14 Savedata version requested on save: 3
From Russia With Love™ v1.14.4 2023-02-10 sceGeBreak(mode=0, unknown=090c3ce8): unknown ptr (valid)
From Russia With Love™ v1.14.4 2023-01-28 sceKernelLoadModule: unsupported options size=00000014, flags=08bf68e0, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.14.4 2023-01-28 Traditional relocations unsupported.
From Russia With Love™ v1.14.1 2023-01-02 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.13.2 2022-09-20 80020001=sceKernelCreateSema(): invalid name
From Russia With Love™ v1.16.6 2024-01-21 Game install with no files / data
From Russia With Love™ v1.13.1 2022-08-26 80000107=sceDisplaySetFrameBuf(04000000, 512, 0, 0): must change latched framebuf first
From Russia With Love™ v1.13.1 2022-08-26 80000107=sceDisplaySetFrameBuf(04088000, 512, 0, 0): must change latched framebuf first
From Russia With Love™ v1.11.3 2022-08-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.15.4 2023-10-01 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2022-08-18 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2022-08-18 sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaa4, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.12.2 2022-06-16 BREAK instruction hit
From Russia With Love™ v1.14.1 2023-01-02 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.13.2 2022-10-14 ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000
From Russia With Love™ v1.12.3 2022-03-23 Unexpected mpeg first timestamp: 53e773e9159 / 5765846700377
From Russia With Love™ v1.12.3 2022-02-18 Unimplemented HLE function sceUtilityGetNetParam
From Russia With Love™ v1.12.3 2022-02-18 sceGeBreak(mode=0, unknown=08f6ca7c): unknown ptr (valid)
From Russia With Love™ v1.12.3 2022-02-04 00000000=sceDisplaySetHoldMode(00000001): unsupported
From Russia With Love™ v1.11.3 2022-01-22 Unexpected mpeg first timestamp: d59a080000 / 917412249600
From Russia With Love™ v1.12.3 2022-01-10 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 464
From Russia With Love™ v1.12.3-185-gdf9be770d 2022-03-19 Decoding texture from VRAM mirror at 04710000 swizzle=0
From Russia With Love™ v1.12.3-185-gdf9be770d 2021-11-28 Ignoring possible texturing from framebuffer at 0416c000 +0x64 / 64x272
From Russia With Love™ v1.12.3 2021-11-09 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328
From Russia With Love™ v1.15.2 2023-05-17 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2021-10-04 sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2021-10-04 sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.12.3 2022-06-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765
From Russia With Love™ v1.12.3 2022-06-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524
From Russia With Love™ v1.12.3 2022-06-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2
From Russia With Love™ v1.12.3 2022-06-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1
From Russia With Love™ v1.15.2 2023-05-17 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2021-09-06 sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2021-08-27 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153291376
From Russia With Love™ v1.11.3 2021-08-27 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316596
From Russia With Love™ v1.11.3 2021-08-27 sceKernelLoadModule: unsupported options size=00000014, flags=08987874, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 1
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 0
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 7
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 6
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 5
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 4
From Russia With Love™ v1.11.3 2022-04-15 GE Interrupt: newState might be 3
From Russia With Love™ v1.10.3 2021-08-18 sceKernelLoadModule: unsupported options size=00000014, flags=09fbfe54, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 4000
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 9600
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147747272
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146538036
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146728056
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146720128
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143598036
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148111360
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145463692
From Russia With Love™ v1.11.3 2021-08-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146507860
From Russia With Love™ v1.11.3 2021-08-04 sceKernelLoadModuleByID: unsupported options size=00000014, flags=ffffabcd, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.12.3 2021-12-18 Unexpected mpeg first timestamp: 69fc39 / 6945849
From Russia With Love™ v1.11.3 2021-07-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=1, text=1
From Russia With Love™ v1.11.3 2021-07-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
From Russia With Love™ v1.8.0 2023-02-14 Savedata version requested: 3
From Russia With Love™ v1.10.3 2021-06-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872
From Russia With Love™ v1.10.3 2021-06-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024
From Russia With Love™ v1.10.3 2021-06-01 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256
From Russia With Love™ v1.10.3 2022-06-21 RET: Stack empty!
From Russia With Love™ v1.10.3 2021-06-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064
From Russia With Love™ v1.14.1 2023-01-02 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.14.1 2023-01-02 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.11.3 2021-05-29 Rendering to framebuffer offset: 04162000 +256x0
From Russia With Love™ v1.11.3 2021-05-29 Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272
From Russia With Love™ v1.10.3 2021-05-19 Bottom-right corner of source of block transfer is at an invalid address: 0480ffbe