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-03-09 00000400=sceGeEdramSetAddrTranslation(00000200)
From Russia With Love™ v1.17.1 2024-03-09 sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.17.1 2024-03-09 sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.17 2024-02-05 Unknown GetPointerWrite e0d6b51a PC 08a29514 LR 088c6f28
From Russia With Love™ v1.16.6 2024-01-22 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.16.6 2024-01-22 00000400=sceGeEdramSetAddrTranslation(00000400)
From Russia With Love™ v1.16.6 2024-01-20 sceUtilityMsgDialogInitStart: invalid status
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 13070
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660
From Russia With Love™ v1.11.3 2024-01-05 sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006
From Russia With Love™ v1.16.6 2023-12-24 No DL ID available to enqueue
From Russia With Love™ v1.11.3 2023-10-29 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145042384
From Russia With Love™ v1.11.3 2023-10-29 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771644
From Russia With Love™ v1.15.4 2023-09-17 80631003=sceAtracSetAA3DataAndGetID(08bfc4c0, 0001e000, 000f5294, 09fbca6c[ffffffff]): invalid ea3 magic bytes
From Russia With Love™ v1.15.4 2023-09-11 sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.12.2 2023-08-24 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.15.4 2023-07-23 00000000=sceGeEdramSetAddrTranslation(00000000)
From Russia With Love™ v1.15.4 2023-07-14 ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000
From Russia With Love™ v1.15.4 2023-07-08 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
From Russia With Love™ v1.12.3 2023-04-29 Unknown GetPointer 4a031440 PC 088c6f20 LR 088c6f28
From Russia With Love™ v1.14.2 2023-03-08 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]. 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; }
From Russia With Love™ v1.14.4 2023-02-23 sceGeBreak(mode=0, unknown=08dfeda8): unknown ptr (valid)
From Russia With Love™ v1.14.2 2023-02-06 UI scissor out of bounds in GameSettingsScreen: 0,64-480,662 / 800,480
From Russia With Love™ v1.14.2 2023-02-06 UI scissor out of bounds in GameSettingsScreen: 210,0-580,480 / 480,800
From Russia With Love™ v1.13.1 2023-01-13 80020001=sceKernelCreateMutex(): invalid name
From Russia With Love™ v1.16.6 2024-01-15 UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000001, 00000000, 00000000, 00000000, 00000000): game has likely crashed
From Russia With Love™ v1.13.1 2023-01-13 GE Interrupt: newState might be 5
From Russia With Love™ v1.13.1 2023-01-13 GE Interrupt: newState might be 4
From Russia With Love™ v1.13.1 2023-01-13 GE Interrupt: newState might be 3
From Russia With Love™ v1.13.1 2023-01-13 GE Interrupt: newState might be 7
From Russia With Love™ v1.13.1 2023-01-13 GE Interrupt: newState might be 6
From Russia With Love™ v1.14.1 2023-01-07 UI scissor out of bounds in SavedataScreen: 1621,516-0,92 / 1560,720
From Russia With Love™ v1.14.1 2023-01-07 UI scissor out of bounds in SavedataScreen: 1621,412-0,99 / 1560,720
From Russia With Love™ v1.14.1 2023-01-07 UI scissor out of bounds in SavedataScreen: 1621,308-0,99 / 1560,720
From Russia With Love™ v1.14.1 2023-01-07 UI scissor out of bounds in SavedataScreen: 1621,204-0,99 / 1560,720
From Russia With Love™ v1.14.3 2023-01-04 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.14.3 2023-01-04 sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.13.2 2022-12-13 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316544
From Russia With Love™ v1.13.2 2022-12-13 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664
From Russia With Love™ v1.13.2 2022-12-13 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700
From Russia With Love™ v1.13.2 2022-12-13 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.13.2 2022-11-05 sceKernelLoadModule: unsupported options size=00000014, flags=089d33b8, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.13.2 2022-11-05 sceKernelLoadModule: unsupported options size=00000014, flags=088eb174, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.13.2 2022-10-22 sceNetAdhocMatchingInit(13620) at 08a0a384
From Russia With Love™ v1.13.1 2022-10-07 sceGeBreak(mode=0, unknown=08ba8c64): unknown ptr (valid)
From Russia With Love™ v1.12.3 2022-09-29 An uneaten prefix at end of block: 08ac3ba4
From Russia With Love™ v1.13.1 2024-01-05 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.10.3 2022-08-23 sceKernelLoadModule: unsupported options size=00000014, flags=08805e14, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x616403ba
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x18260574
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x86255ada
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x8125221d
From Russia With Love™ v1.10.3 2022-08-18 Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5
From Russia With Love™ v1.10.3 2022-08-13 sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006
From Russia With Love™ v1.10.3 2022-08-13 Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE.
From Russia With Love™ v1.10.3 2022-08-13 Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE.
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff
From Russia With Love™ v1.12.2 2023-08-24 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.17.1 2024-03-06 Truncating vertex count from 35622 to 21845
From Russia With Love™ v1.12.3 2022-08-01 sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.12.3 2022-07-20 Unexpected mpeg first timestamp: 4f691bb6551 / 5457053443409
From Russia With Love™ v1.12.3 2022-07-17 sceIoAssign(disc0:, umd0:, isofs:, IOASSIGN_RDONLY, 00000000, 0)
From Russia With Love™ v1.12.3 2022-07-14 Unexpected mpeg first timestamp: c180087bc6 / 831076727750
From Russia With Love™ v1.12.3 2022-07-14 Unexpected mpeg first timestamp: 2bc92b83c2a / 3008938654762
From Russia With Love™ v1.12.3 2022-07-14 Unexpected mpeg first timestamp: 7ae4d3a762c / 8445201380908
From Russia With Love™ v1.12.3 2023-08-24 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.12.3 2023-08-24 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.9.4 2022-08-28 GL ran out of GPU memory; switching to low memory mode
From Russia With Love™ v1.13.1 2023-01-13 Savedata version requested on save: 3
From Russia With Love™ v1.12.2 2022-06-28 sceKernelLoadModule: unsupported options size=00000014, flags=09fbec58, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.12.3 2022-06-23 80630006=sceAtracSetDataAndGetID(09c75150, 0001fff0): invalid RIFF header
From Russia With Love™ v1.14.4 2023-02-23 GE Interrupt: newState might be 1
From Russia With Love™ v1.13.1 2023-01-13 GE Interrupt: newState might be 0
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0x39810265
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5
From Russia With Love™ v1.10.3 2022-08-13 Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32
From Russia With Love™ v1.10.1 2022-06-19 Unknown syscall in known module 'SysclibForKernel': 0xb49a7697
From Russia With Love™ v1.13.2 2022-11-06 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536
From Russia With Love™ v1.13.2 2023-11-08 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.12.3 2022-06-09 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145232488
From Russia With Love™ v1.12.3 2022-06-09 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145224280
From Russia With Love™ v1.12.3 2024-02-11 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2
From Russia With Love™ v1.16.5 2024-02-11 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=1, text=1
From Russia With Love™ v1.8.0 2022-05-31 Unexpected mpeg first timestamp: 5fecf28a013 / 6591955378195
From Russia With Love™ v1.12.3 2022-05-28 sceKernelRegisterSubIntrHandler(30, 0, 0895c654, 00000000): duplicate handler
From Russia With Love™ v1.12.3 2022-05-28 Failed decrypting the PRX (ret = -1, size = 3559860, psp_size = 3560208)!
From Russia With Love™ v1.12.3 2022-05-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148355080
From Russia With Love™ v1.10-6-g8ac4efd3c 2022-05-22 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464
From Russia With Love™ v1.10-6-g8ac4efd3c 2022-05-22 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000