You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to patch Helldivers to work without any issues in Vita3k. Have it fully working barring one issue:
In Helldivers on the Retroid Mini (Snapdragon 865 - Android 10 with Turnip or Default drivers) before you go to a mission the mission area looks normal:
However, when you visit a planet/star system - the lighting affect changes (is my guess) and then it changes to:
This does not occur on the Retroid Flip (Mali G52) however or on the Windows build of Vita3k. The Snapdragon 865 does not have access to memory mapping but even if I turn that off on Windows or Mali G52 it looks the same. Changing the resolution, surface sync, async pipeline, etc make no difference
Expected Behavior
To not "white out" on the Snapdragon 865. I want to try and fix this issue but have been stumped so far as to what the difference might be.
If anyone has any hints of what to change in the code that might assist or at least give hints - please let me know. Any clues you anyone has I will investigate. I've tried turning off any Adreno specific pieces, etc etc but to no avail.
Reproduction Steps
Details as per the description.
Log File
There's nothing in the log file that will assist (not even if I turn on the Vulkan debugging) - but here's a log file with some details anyway:
[14:32:40.411] |I| [init_config]: backend-renderer: Vulkan
[14:32:40.411] |I| [init_config]: log-level: 1
[14:32:40.418] |I| [SDL_main]: Vita3K v0.2.0 3574-2791cf6b-Vita3K/android
[14:32:40.418] |I| [SDL_main]: Number of logical CPU cores: 8
[14:32:40.418] |I| [SDL_main]: Available ram memory: 5686 MiB
[14:32:40.418] |I| [init]: Base path: /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files
[14:32:40.418] |I| [init]: User pref path: /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/
[14:32:40.478] |I| [create]: detect_patch_bcn
[14:32:40.482] |I| [create]: detect_patch_bcn ok
[14:32:40.482] |I| [create]: Vulkan device: Turnip Adreno (TM) 650
[14:32:40.482] |I| [create]: Driver version: 22.1.99
[14:32:40.482] |I| [create]: Supporting Custom Driver - Major Driver Version: 22
[14:32:40.484] |I| [create]: Nick - support_buffer_device_address1 = false
[14:32:40.484] |I| [create]: Nick - support_buffer_device_address2 = false
[14:32:40.484] |I| [create]: Nick Compile Date: Dec 8 2024 Time: 14:17:56
[14:32:40.484] |I| [create]: Nick - support_standard_layout1 = false
[14:32:40.484] |I| [create]: Nick - support_standard_layout2 = false
[14:32:40.484] |I| [create]: Nick - support_fsr 1 = true
[14:32:40.484] |I| [create]: Nick - support_fsr 2 = true
[14:32:40.484] |I| [create]: Nick - support_fsr 3 = true
[14:32:40.484] |I| [create]: Nick - support_shader_interlock 1 = false
[14:32:40.484] |I| [create]: Nick - support_shader_interlock 2 = false
[14:32:40.484] |I| [create]: Nick - support_shader_interlock 3 = false
[14:32:40.488] |I| [setup]: Present mode: Mailbox
[14:32:40.843] |I| [update_app_compat_db]: Applications compatibility database is up to date.
[14:32:42.308] |I| [late_init]: Using the following memory mapping method: Disabled
[14:32:42.309] |I| [set_async_compilation]: Enabling asynchronous pipeline compilation with 3 threads
[14:32:42.311] |I| [load_app_impl]: cpu-backend: Dynarmic
[14:32:42.311] |I| [load_app_impl]: CPU Optimisation state: true
[14:32:42.311] |I| [load_app_impl]: ngs state: true
[14:32:42.311] |I| [load_app_impl]: Resolution multiplier: 1
[14:32:42.311] |I| [load_app_impl]: 1 Controllers Connected
[14:32:42.311] |I| [load_app_impl]: Controller 0: Xbox Wireless Controller
[14:32:42.311] |I| [load_app_impl]: modules mode: Automatic
[14:32:42.311] |I| [load_app_impl]: Title: HELLDIVERS™
[14:32:42.311] |I| [load_app_impl]: Serial: PCSA00134
[14:32:42.311] |I| [load_app_impl]: Version: 1.00
[14:32:42.311] |I| [load_app_impl]: Category: gd
[14:32:42.314] |I| [load_module]: Loading module "app0:eboot.bin"
[14:32:42.409] |I| [load_self]: app0:eboot.bin: Skipping special segment 0x6fffff01...
[14:32:42.409] |I| [load_self]: Loaded module segment 0 @ [0x00005000 - 0x00589644 / 0x81000000] (size: 0x00584644) of module app0:eboot.bin
[14:32:42.409] |I| [load_self]: Loaded module segment 1 @ [0x0058A000 - 0x0064C120 / 0x81585000] (size: 0x000C2120) of module app0:eboot.bin
[14:32:42.409] |I| [load_self]: Linking SELF app0:eboot.bin...
[14:32:42.409] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x505430
[14:32:42.409] |D| [load_var_exports]: NID 0x70fba1e7 (SCE_PROC_PARAMS) at 0x58a094
[14:32:42.409] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x5530c4
[14:32:42.409] |W| [load_var_imports]: NID NOT FOUND 0x36878958 (UNRECOGNISED) at 0x522960, setting to stub value 0xdeadbeef
[14:32:42.409] |W| [load_var_imports]: NID NOT FOUND 0x3ce6109d (UNRECOGNISED) at 0x5228f8, setting to stub value 0xdeadbeef
[14:32:42.410] |W| [load_var_imports]: NID NOT FOUND 0x5d8c1282 (UNRECOGNISED) at 0x522830, setting to stub value 0xdeadbeef
[14:32:42.410] |W| [load_var_imports]: NID NOT FOUND 0x66b7406c (UNRECOGNISED) at 0x5227fc, setting to stub value 0xdeadbeef
[14:32:42.411] |W| [load_var_imports]: NID NOT FOUND 0xd662e07c (UNRECOGNISED) at 0x52292c, setting to stub value 0xdeadbeef
[14:32:42.412] |W| [load_var_imports]: NID NOT FOUND 0xddf9bb09 (UNRECOGNISED) at 0x522854, setting to stub value 0xdeadbeef
[14:32:42.413] |I| [load_module]: Module bitsquid_psvita_release (at "app0:eboot.bin") loaded
[14:32:42.413] |I| [load_app_impl]: Main executable bitsquid_psvita_release (eboot.bin) loaded
[14:32:42.413] |I| [load_module]: Loading module "app0:sce_module/libc.suprx"
[14:32:42.419] |I| [load_self]: app0:sce_module/libc.suprx: Skipping special segment 0x6fffff01...
[14:32:42.419] |I| [load_self]: Loaded module segment 0 @ [0x00653000 - 0x006A2C54 / 0x81000000] (size: 0x0004FC54) of module app0:sce_module/libc.suprx
[14:32:42.419] |I| [load_self]: Loaded module segment 1 @ [0x006A3000 - 0x006A5688 / 0x81050000] (size: 0x00002688) of module app0:sce_module/libc.suprx
[14:32:42.419] |I| [load_self]: Linking SELF app0:sce_module/libc.suprx...
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x36878958, new_entry_point:0x69a820
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x3ce6109d, new_entry_point:0x699588
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x5d8c1282, new_entry_point:0x6a34b0
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x66b7406c, new_entry_point:0x6a33b0
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0xd662e07c, new_entry_point:0x69a618
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0xddf9bb09, new_entry_point:0x6a35b0
[14:32:42.419] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x698744
[14:32:42.419] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x68e4f8
[14:32:42.419] |I| [load_module]: Module SceLibc (at "app0:sce_module/libc.suprx") loaded
[14:32:42.419] |I| [load_module]: Loading module "app0:sce_module/libfios2.suprx"
[14:32:42.423] |I| [load_self]: app0:sce_module/libfios2.suprx: Skipping special segment 0x6fffff01...
[14:32:42.423] |I| [load_self]: Loaded module segment 0 @ [0x006A6000 - 0x006D133C / 0x81000000] (size: 0x0002B33C) of module app0:sce_module/libfios2.suprx
[14:32:42.423] |I| [load_self]: Loaded module segment 1 @ [0x0064D000 - 0x0065223D / 0x8102C000] (size: 0x0000523D) of module app0:sce_module/libfios2.suprx
[14:32:42.423] |I| [load_self]: Linking SELF app0:sce_module/libfios2.suprx...
[14:32:42.423] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x6d1244
[14:32:42.423] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x6c8878
[14:32:42.423] |I| [load_module]: Module SceLibFios2 (at "app0:sce_module/libfios2.suprx") loaded
[14:32:42.423] |I| [load_module]: Loading module "vs0:sys/external/libSceFt2.suprx"
[14:32:42.429] |I| [load_self]: Loaded module segment 0 @ [0x006D2000 - 0x00722F04 / 0x81000000] (size: 0x00050F04) of module vs0:sys/external/libSceFt2.suprx
[14:32:42.429] |I| [load_self]: Loaded module segment 1 @ [0x00723000 - 0x007232F4 / 0x81051000] (size: 0x000002F4) of module vs0:sys/external/libSceFt2.suprx
[14:32:42.429] |I| [load_self]: Linking SELF vs0:sys/external/libSceFt2.suprx...
[14:32:42.429] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x70e7dc
[14:32:42.429] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x70df10
[14:32:42.429] |I| [load_module]: Module SceLibft2 (at "vs0:sys/external/libSceFt2.suprx") loaded
[14:32:42.429] |I| [load_module]: Loading module "vs0:sys/external/libpvf.suprx"
[14:32:42.431] |I| [load_self]: Loaded module segment 0 @ [0x00724000 - 0x00733F14 / 0x81000000] (size: 0x0000FF14) of module vs0:sys/external/libpvf.suprx
[14:32:42.431] |I| [load_self]: Loaded module segment 1 @ [0x00734000 - 0x00734008 / 0x81010000] (size: 0x00000008) of module vs0:sys/external/libpvf.suprx
[14:32:42.431] |I| [load_self]: Linking SELF vs0:sys/external/libpvf.suprx...
[14:32:42.431] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x732710
[14:32:42.431] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x732300
[14:32:42.431] |I| [load_module]: Module SceLibPvf (at "vs0:sys/external/libpvf.suprx") loaded
[14:32:42.456] |D| [start_module]: Running module_start of library: SceLibc at address 0x653871
[14:32:42.506] |I| [start_module]: Module SceLibc (at "app0:sce_module/libc.suprx") module_start returned 0x0
[14:32:42.506] |D| [start_module]: Running module_start of library: SceLibFios2 at address 0x6a6001
[14:32:42.534] |W| [operator()]: Stubbed sceKernelGetProcessId import called. (pid: 1)
[14:32:42.534] |I| [start_module]: Module SceLibFios2 (at "app0:sce_module/libfios2.suprx") module_start returned 0x0
[14:32:42.617] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NET
[14:32:42.617] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_HTTPS
[14:32:42.617] |I| [load_module]: Loading module "vs0:sys/external/libhttp.suprx"
[14:32:42.620] |I| [load_self]: vs0:sys/external/libhttp.suprx: Skipping special segment 0x6fffff01...
[14:32:42.620] |I| [load_self]: Loaded module segment 0 @ [0x00A41000 - 0x00A5E150 / 0x81000000] (size: 0x0001D150) of module vs0:sys/external/libhttp.suprx
[14:32:42.620] |I| [load_self]: Loaded module segment 1 @ [0x00777000 - 0x00777640 / 0x8101E000] (size: 0x00000640) of module vs0:sys/external/libhttp.suprx
[14:32:42.620] |I| [load_self]: Linking SELF vs0:sys/external/libhttp.suprx...
[14:32:42.620] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0xa5ce68
[14:32:42.620] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0xa59ca0
[14:32:42.620] |I| [load_module]: Module SceLibHttp (at "vs0:sys/external/libhttp.suprx") loaded
[14:32:42.620] |D| [start_module]: Running module_start of library: SceLibHttp at address 0xa4a2e5
[14:32:42.646] |I| [start_module]: Module SceLibHttp (at "vs0:sys/external/libhttp.suprx") module_start returned 0x0
[14:32:42.647] |I| [load_module]: Loading module "vs0:sys/external/libssl.suprx"
[14:32:42.653] |I| [load_self]: Loaded module segment 0 @ [0x00A5F000 - 0x00AC5EA4 / 0x81000000] (size: 0x00066EA4) of module vs0:sys/external/libssl.suprx
[14:32:42.653] |I| [load_self]: Loaded module segment 1 @ [0x00778000 - 0x0077D188 / 0x81067000] (size: 0x00005188) of module vs0:sys/external/libssl.suprx
[14:32:42.653] |I| [load_self]: Linking SELF vs0:sys/external/libssl.suprx...
[14:32:42.653] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0xab19b0
[14:32:42.653] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0xaabc70
[14:32:42.653] |I| [load_module]: Module SceLibSsl (at "vs0:sys/external/libssl.suprx") loaded
[14:32:42.654] |W| [operator()]: Stubbed sceNetCtlInit import called. (Stub)
[14:32:42.704] |E| [operator()]: sceKernelTryLockLwMutex returned SCE_KERNEL_ERROR_LW_MUTEX_FAILED_TO_OWN (0x80028185)
[14:32:43.009] |W| [operator()]: Stubbed sceGxmMapFragmentUsseMemory import called. (always return success)
[14:32:43.024] |W| [operator()]: Stubbed sceGxmMapVertexUsseMemory import called. (always return success)
[14:32:43.056] |E| [operator()]: sceKernelWaitLwCond returned SCE_KERNEL_ERROR_WAIT_TIMEOUT (0x80028005)
[14:32:43.120] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/1a9c33dcd0301dfd.patch_0 (target path: app0:/1a9c33dcd0301dfd.patch_0)
[14:32:43.120] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:44.191] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/9e13b2414b41b842.patch_0 (target path: app0:/9e13b2414b41b842.patch_0)
[14:32:44.191] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:44.423] |W| [operator()]: Unimplemented sceGxmTextureValidate import called.
[14:32:44.507] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NGS
[14:32:44.507] |I| [export_sceNgsSystemInit]: Nick - sceNgsSystemInit
[14:32:44.550] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP
[14:32:44.552] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_TROPHY
[14:32:44.577] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_SCORE_RANKING
[14:32:44.577] |W| [operator()]: Unimplemented sceNpScoreInit import called.
[14:32:44.577] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_TUS
[14:32:44.577] |W| [operator()]: Unimplemented sceNpTusInit import called.
[14:32:44.602] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_BASIC
[14:32:44.602] |W| [operator()]: Unimplemented sceNpBasicInit import called.
[14:32:44.626] |W| [operator()]: Unimplemented sceNpBasicRegisterHandler import called.
[14:32:44.626] |W| [operator()]: Unimplemented sceNpAuthInit import called.
[14:32:44.627] |W| [operator()]: Unimplemented sceAppUtilInit import called.
[14:32:44.653] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_VOICE
[14:32:44.653] |W| [operator()]: Unimplemented sceVoiceInit import called.
[14:32:44.657] |W| [operator()]: Unimplemented sceKernelGetSystemSwVersion import called.
[14:32:44.768] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/9cf71054ea26dddf.patch_0 (target path: app0:/9cf71054ea26dddf.patch_0)
[14:32:44.768] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:44.913] |W| [operator()]: Unimplemented sceVoiceStart import called.
[14:32:44.954] |W| [operator()]: Unimplemented sceNetGetMacAddress import called.
[14:32:45.081] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/750d99512279ecd0.patch_0 (target path: app0:/750d99512279ecd0.patch_0)
[14:32:45.081] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.138] |W| [operator()]: Stubbed __sceAppMgrGetAppState import called. (Set to 0.)
[14:32:45.140] |W| [operator()]: Stubbed sceNpCheckCallback import called. (Stub)
[14:32:45.140] |W| [operator()]: Unimplemented sceNpBasicCheckCallback import called.
[14:32:45.212] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/95b2365a6369ee36.patch_0 (target path: app0:/95b2365a6369ee36.patch_0)
[14:32:45.212] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.214] |W| [operator()]: Unimplemented sceAppMgrIsNonGameProgram import called.
[14:32:45.215] |W| [operator()]: Stubbed _sceKernelGetThreadInfo import called. (STUB)
[14:32:45.226] |W| [operator()]: Unimplemented sceNetInternalIcmConnect import called.
[14:32:45.227] |W| [operator()]: Stubbed sceNetCtlInetGetInfo import called. (code SCE_NETCTL_INFO_GET_HTTP_PROXY_CONFIG not implemented)
[14:32:45.235] |W| [operator()]: Stubbed sceNetResolverCreate import called. (Fake id)
[14:32:45.256] |E| [operator()]: sceNetResolverStartNtoa returned -1 (0xffffffff)
[14:32:45.257] |W| [operator()]: Unimplemented sceNetResolverGetError import called.
[14:32:45.257] |W| [operator()]: Unimplemented sceNetResolverDestroy import called.
[14:32:45.317] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/011dd7e760185295.patch_0 (target path: app0:/011dd7e760185295.patch_0)
[14:32:45.317] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.322] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/dd5d5b00fde9b0fb.patch_0 (target path: app0:/dd5d5b00fde9b0fb.patch_0)
[14:32:45.322] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.461] |W| [operator()]: Unimplemented sceCommonDialogIsRunning import called.
[14:32:59.690] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/7bf7ee5e3595a54b.patch_0 (target path: app0:/7bf7ee5e3595a54b.patch_0)
[14:32:59.690] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:59.697] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/3be0bb8b566a8fe0.patch_0 (target path: app0:/3be0bb8b566a8fe0.patch_0)
[14:32:59.697] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:08.454] |I| [decode_more_data]: The currently running game requests playback rate scaling when decoding audio. Audio might crackle.
[14:33:08.541] |I| [retrieve_color_surface_as_texture]: Game is doing typeless copies
[14:33:15.139] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/ec181385e7000cf1.patch_0 (target path: app0:/ec181385e7000cf1.patch_0)
[14:33:15.139] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:15.181] |W| [operator()]: Unimplemented sceNetCheckDialogInit import called.
[14:33:15.181] |W| [operator()]: Stubbed sceNetCheckDialogGetStatus import called. (SCE_COMMON_DIALOG_STATUS_FINISHED)
[14:33:15.181] |W| [operator()]: Stubbed sceNetCheckDialogGetResult import called. (result->result = 0)
[14:33:15.182] |W| [operator()]: Unimplemented sceNetCheckDialogTerm import called.
[14:33:29.012] |I| [save_pipeline_cache]: Saving pipeline cache...
[14:33:29.012] |I| [save_pipeline_cache]: Pipeline cache saved
[14:33:29.887] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/7bf7ee5e3595a54b.patch_0 (target path: app0:/7bf7ee5e3595a54b.patch_0)
[14:33:29.887] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.908] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/27dcbb4888c161c9.patch_0 (target path: app0:/27dcbb4888c161c9.patch_0)
[14:33:29.908] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.921] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/13f6367c7c48c087.patch_0 (target path: app0:/13f6367c7c48c087.patch_0)
[14:33:29.921] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.933] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/29538f17d3220c55.patch_0 (target path: app0:/29538f17d3220c55.patch_0)
[14:33:29.933] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.944] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/280d4ef7353a0233.patch_0 (target path: app0:/280d4ef7353a0233.patch_0)
[14:33:29.944] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:30.098] |W| [operator()]: Unimplemented sceVoiceCreatePort import called.
[14:33:30.103] |W| [operator()]: Unimplemented sceVoiceConnectIPortToOPort import called.
[14:33:30.302] |W| [operator()]: Unimplemented sceVoiceGetPortInfo import called.
[14:33:30.985] |W| [operator()]: Unimplemented sceVoiceReadFromOPort import called.
System Configuration
Retroid Mini (Snapdragon 865)
The text was updated successfully, but these errors were encountered:
So for the PCSA00134 version of Helldivers at least - the issue above has something to do with the fragment shader with the hash d896dfaff72d7a36c55ec4c63a2694dbd3f419767cf3334d0aafe04fc9bf8e1e. If when compiling the pipeline and using that fragment shader I return nullptr then the full screen "white out" issue disappears but there is some weird corruption on the lit up areas on the floor.
However, on the PC version ignoring this shader causes no difference to the scenes and has no impact either way. So very strange - not sure why this is an issue for the Snapdragon. If anyone has any tips or things I should explore in the code - please let me know!
To illustrate this - adding something like in compile_pipeline:
if (hex_string(fragment_program.hash) == "d896dfaff72d7a36c55ec4c63a2694dbd3f419767cf3334d0aafe04fc9bf8e1e") // Nick
shader_stage_count = 1; // stops the fragment shader being used (return nullptr causes the same effect though)
Creates the blue corruption on the floor in the image below (has no effect in the PC version though). But is better than the whole scene turning white
UPDATE: Weirdly changing the Android 10 driver I was using gets rid of the blue corruption from the above hack (changing the driver doesn't fix the original "white out" issue though)
Is there an existing issue for this?
Affected Build(s)
Vita3K v0.2.0 3574-2791cf6b-Vita3K/android
Description of Issue
I'm trying to patch Helldivers to work without any issues in Vita3k. Have it fully working barring one issue:
In Helldivers on the Retroid Mini (Snapdragon 865 - Android 10 with Turnip or Default drivers) before you go to a mission the mission area looks normal:
However, when you visit a planet/star system - the lighting affect changes (is my guess) and then it changes to:
This does not occur on the Retroid Flip (Mali G52) however or on the Windows build of Vita3k. The Snapdragon 865 does not have access to memory mapping but even if I turn that off on Windows or Mali G52 it looks the same. Changing the resolution, surface sync, async pipeline, etc make no difference
Expected Behavior
To not "white out" on the Snapdragon 865. I want to try and fix this issue but have been stumped so far as to what the difference might be.
If anyone has any hints of what to change in the code that might assist or at least give hints - please let me know. Any clues you anyone has I will investigate. I've tried turning off any Adreno specific pieces, etc etc but to no avail.
Reproduction Steps
Details as per the description.
Log File
There's nothing in the log file that will assist (not even if I turn on the Vulkan debugging) - but here's a log file with some details anyway:
[14:32:40.411] |I| [init_config]: backend-renderer: Vulkan
[14:32:40.411] |I| [init_config]: log-level: 1
[14:32:40.418] |I| [SDL_main]: Vita3K v0.2.0 3574-2791cf6b-Vita3K/android
[14:32:40.418] |I| [SDL_main]: Number of logical CPU cores: 8
[14:32:40.418] |I| [SDL_main]: Available ram memory: 5686 MiB
[14:32:40.418] |I| [init]: Base path: /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files
[14:32:40.418] |I| [init]: User pref path: /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/
[14:32:40.478] |I| [create]: detect_patch_bcn
[14:32:40.482] |I| [create]: detect_patch_bcn ok
[14:32:40.482] |I| [create]: Vulkan device: Turnip Adreno (TM) 650
[14:32:40.482] |I| [create]: Driver version: 22.1.99
[14:32:40.482] |I| [create]: Supporting Custom Driver - Major Driver Version: 22
[14:32:40.484] |I| [create]: Nick - support_buffer_device_address1 = false
[14:32:40.484] |I| [create]: Nick - support_buffer_device_address2 = false
[14:32:40.484] |I| [create]: Nick Compile Date: Dec 8 2024 Time: 14:17:56
[14:32:40.484] |I| [create]: Nick - support_standard_layout1 = false
[14:32:40.484] |I| [create]: Nick - support_standard_layout2 = false
[14:32:40.484] |I| [create]: Nick - support_fsr 1 = true
[14:32:40.484] |I| [create]: Nick - support_fsr 2 = true
[14:32:40.484] |I| [create]: Nick - support_fsr 3 = true
[14:32:40.484] |I| [create]: Nick - support_shader_interlock 1 = false
[14:32:40.484] |I| [create]: Nick - support_shader_interlock 2 = false
[14:32:40.484] |I| [create]: Nick - support_shader_interlock 3 = false
[14:32:40.488] |I| [setup]: Present mode: Mailbox
[14:32:40.843] |I| [update_app_compat_db]: Applications compatibility database is up to date.
[14:32:42.308] |I| [late_init]: Using the following memory mapping method: Disabled
[14:32:42.309] |I| [set_async_compilation]: Enabling asynchronous pipeline compilation with 3 threads
[14:32:42.311] |I| [load_app_impl]: cpu-backend: Dynarmic
[14:32:42.311] |I| [load_app_impl]: CPU Optimisation state: true
[14:32:42.311] |I| [load_app_impl]: ngs state: true
[14:32:42.311] |I| [load_app_impl]: Resolution multiplier: 1
[14:32:42.311] |I| [load_app_impl]: 1 Controllers Connected
[14:32:42.311] |I| [load_app_impl]: Controller 0: Xbox Wireless Controller
[14:32:42.311] |I| [load_app_impl]: modules mode: Automatic
[14:32:42.311] |I| [load_app_impl]: Title: HELLDIVERS™
[14:32:42.311] |I| [load_app_impl]: Serial: PCSA00134
[14:32:42.311] |I| [load_app_impl]: Version: 1.00
[14:32:42.311] |I| [load_app_impl]: Category: gd
[14:32:42.314] |I| [load_module]: Loading module "app0:eboot.bin"
[14:32:42.409] |I| [load_self]: app0:eboot.bin: Skipping special segment 0x6fffff01...
[14:32:42.409] |I| [load_self]: Loaded module segment 0 @ [0x00005000 - 0x00589644 / 0x81000000] (size: 0x00584644) of module app0:eboot.bin
[14:32:42.409] |I| [load_self]: Loaded module segment 1 @ [0x0058A000 - 0x0064C120 / 0x81585000] (size: 0x000C2120) of module app0:eboot.bin
[14:32:42.409] |I| [load_self]: Linking SELF app0:eboot.bin...
[14:32:42.409] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x505430
[14:32:42.409] |D| [load_var_exports]: NID 0x70fba1e7 (SCE_PROC_PARAMS) at 0x58a094
[14:32:42.409] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x5530c4
[14:32:42.409] |W| [load_var_imports]: NID NOT FOUND 0x36878958 (UNRECOGNISED) at 0x522960, setting to stub value 0xdeadbeef
[14:32:42.409] |W| [load_var_imports]: NID NOT FOUND 0x3ce6109d (UNRECOGNISED) at 0x5228f8, setting to stub value 0xdeadbeef
[14:32:42.410] |W| [load_var_imports]: NID NOT FOUND 0x5d8c1282 (UNRECOGNISED) at 0x522830, setting to stub value 0xdeadbeef
[14:32:42.410] |W| [load_var_imports]: NID NOT FOUND 0x66b7406c (UNRECOGNISED) at 0x5227fc, setting to stub value 0xdeadbeef
[14:32:42.411] |W| [load_var_imports]: NID NOT FOUND 0xd662e07c (UNRECOGNISED) at 0x52292c, setting to stub value 0xdeadbeef
[14:32:42.412] |W| [load_var_imports]: NID NOT FOUND 0xddf9bb09 (UNRECOGNISED) at 0x522854, setting to stub value 0xdeadbeef
[14:32:42.413] |I| [load_module]: Module bitsquid_psvita_release (at "app0:eboot.bin") loaded
[14:32:42.413] |I| [load_app_impl]: Main executable bitsquid_psvita_release (eboot.bin) loaded
[14:32:42.413] |I| [load_module]: Loading module "app0:sce_module/libc.suprx"
[14:32:42.419] |I| [load_self]: app0:sce_module/libc.suprx: Skipping special segment 0x6fffff01...
[14:32:42.419] |I| [load_self]: Loaded module segment 0 @ [0x00653000 - 0x006A2C54 / 0x81000000] (size: 0x0004FC54) of module app0:sce_module/libc.suprx
[14:32:42.419] |I| [load_self]: Loaded module segment 1 @ [0x006A3000 - 0x006A5688 / 0x81050000] (size: 0x00002688) of module app0:sce_module/libc.suprx
[14:32:42.419] |I| [load_self]: Linking SELF app0:sce_module/libc.suprx...
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x36878958, new_entry_point:0x69a820
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x3ce6109d, new_entry_point:0x699588
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x5d8c1282, new_entry_point:0x6a34b0
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0x66b7406c, new_entry_point:0x6a33b0
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0xd662e07c, new_entry_point:0x69a618
[14:32:42.419] |D| [load_var_exports]: Found previously not found variable. nid:0xddf9bb09, new_entry_point:0x6a35b0
[14:32:42.419] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x698744
[14:32:42.419] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x68e4f8
[14:32:42.419] |I| [load_module]: Module SceLibc (at "app0:sce_module/libc.suprx") loaded
[14:32:42.419] |I| [load_module]: Loading module "app0:sce_module/libfios2.suprx"
[14:32:42.423] |I| [load_self]: app0:sce_module/libfios2.suprx: Skipping special segment 0x6fffff01...
[14:32:42.423] |I| [load_self]: Loaded module segment 0 @ [0x006A6000 - 0x006D133C / 0x81000000] (size: 0x0002B33C) of module app0:sce_module/libfios2.suprx
[14:32:42.423] |I| [load_self]: Loaded module segment 1 @ [0x0064D000 - 0x0065223D / 0x8102C000] (size: 0x0000523D) of module app0:sce_module/libfios2.suprx
[14:32:42.423] |I| [load_self]: Linking SELF app0:sce_module/libfios2.suprx...
[14:32:42.423] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x6d1244
[14:32:42.423] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x6c8878
[14:32:42.423] |I| [load_module]: Module SceLibFios2 (at "app0:sce_module/libfios2.suprx") loaded
[14:32:42.423] |I| [load_module]: Loading module "vs0:sys/external/libSceFt2.suprx"
[14:32:42.429] |I| [load_self]: Loaded module segment 0 @ [0x006D2000 - 0x00722F04 / 0x81000000] (size: 0x00050F04) of module vs0:sys/external/libSceFt2.suprx
[14:32:42.429] |I| [load_self]: Loaded module segment 1 @ [0x00723000 - 0x007232F4 / 0x81051000] (size: 0x000002F4) of module vs0:sys/external/libSceFt2.suprx
[14:32:42.429] |I| [load_self]: Linking SELF vs0:sys/external/libSceFt2.suprx...
[14:32:42.429] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x70e7dc
[14:32:42.429] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x70df10
[14:32:42.429] |I| [load_module]: Module SceLibft2 (at "vs0:sys/external/libSceFt2.suprx") loaded
[14:32:42.429] |I| [load_module]: Loading module "vs0:sys/external/libpvf.suprx"
[14:32:42.431] |I| [load_self]: Loaded module segment 0 @ [0x00724000 - 0x00733F14 / 0x81000000] (size: 0x0000FF14) of module vs0:sys/external/libpvf.suprx
[14:32:42.431] |I| [load_self]: Loaded module segment 1 @ [0x00734000 - 0x00734008 / 0x81010000] (size: 0x00000008) of module vs0:sys/external/libpvf.suprx
[14:32:42.431] |I| [load_self]: Linking SELF vs0:sys/external/libpvf.suprx...
[14:32:42.431] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0x732710
[14:32:42.431] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0x732300
[14:32:42.431] |I| [load_module]: Module SceLibPvf (at "vs0:sys/external/libpvf.suprx") loaded
[14:32:42.456] |D| [start_module]: Running module_start of library: SceLibc at address 0x653871
[14:32:42.506] |I| [start_module]: Module SceLibc (at "app0:sce_module/libc.suprx") module_start returned 0x0
[14:32:42.506] |D| [start_module]: Running module_start of library: SceLibFios2 at address 0x6a6001
[14:32:42.534] |W| [operator()]: Stubbed sceKernelGetProcessId import called. (pid: 1)
[14:32:42.534] |I| [start_module]: Module SceLibFios2 (at "app0:sce_module/libfios2.suprx") module_start returned 0x0
[14:32:42.617] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NET
[14:32:42.617] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_HTTPS
[14:32:42.617] |I| [load_module]: Loading module "vs0:sys/external/libhttp.suprx"
[14:32:42.620] |I| [load_self]: vs0:sys/external/libhttp.suprx: Skipping special segment 0x6fffff01...
[14:32:42.620] |I| [load_self]: Loaded module segment 0 @ [0x00A41000 - 0x00A5E150 / 0x81000000] (size: 0x0001D150) of module vs0:sys/external/libhttp.suprx
[14:32:42.620] |I| [load_self]: Loaded module segment 1 @ [0x00777000 - 0x00777640 / 0x8101E000] (size: 0x00000640) of module vs0:sys/external/libhttp.suprx
[14:32:42.620] |I| [load_self]: Linking SELF vs0:sys/external/libhttp.suprx...
[14:32:42.620] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0xa5ce68
[14:32:42.620] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0xa59ca0
[14:32:42.620] |I| [load_module]: Module SceLibHttp (at "vs0:sys/external/libhttp.suprx") loaded
[14:32:42.620] |D| [start_module]: Running module_start of library: SceLibHttp at address 0xa4a2e5
[14:32:42.646] |I| [start_module]: Module SceLibHttp (at "vs0:sys/external/libhttp.suprx") module_start returned 0x0
[14:32:42.647] |I| [load_module]: Loading module "vs0:sys/external/libssl.suprx"
[14:32:42.653] |I| [load_self]: Loaded module segment 0 @ [0x00A5F000 - 0x00AC5EA4 / 0x81000000] (size: 0x00066EA4) of module vs0:sys/external/libssl.suprx
[14:32:42.653] |I| [load_self]: Loaded module segment 1 @ [0x00778000 - 0x0077D188 / 0x81067000] (size: 0x00005188) of module vs0:sys/external/libssl.suprx
[14:32:42.653] |I| [load_self]: Linking SELF vs0:sys/external/libssl.suprx...
[14:32:42.653] |D| [load_var_exports]: NID 0x936c8a78 (SYSLYB) at 0xab19b0
[14:32:42.653] |D| [load_var_exports]: NID 0x6c2224ba (NID_MODULE_INFO) at 0xaabc70
[14:32:42.653] |I| [load_module]: Module SceLibSsl (at "vs0:sys/external/libssl.suprx") loaded
[14:32:42.654] |W| [operator()]: Stubbed sceNetCtlInit import called. (Stub)
[14:32:42.704] |E| [operator()]: sceKernelTryLockLwMutex returned SCE_KERNEL_ERROR_LW_MUTEX_FAILED_TO_OWN (0x80028185)
[14:32:43.009] |W| [operator()]: Stubbed sceGxmMapFragmentUsseMemory import called. (always return success)
[14:32:43.024] |W| [operator()]: Stubbed sceGxmMapVertexUsseMemory import called. (always return success)
[14:32:43.056] |E| [operator()]: sceKernelWaitLwCond returned SCE_KERNEL_ERROR_WAIT_TIMEOUT (0x80028005)
[14:32:43.120] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/1a9c33dcd0301dfd.patch_0 (target path: app0:/1a9c33dcd0301dfd.patch_0)
[14:32:43.120] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:44.191] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/9e13b2414b41b842.patch_0 (target path: app0:/9e13b2414b41b842.patch_0)
[14:32:44.191] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:44.423] |W| [operator()]: Unimplemented sceGxmTextureValidate import called.
[14:32:44.507] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NGS
[14:32:44.507] |I| [export_sceNgsSystemInit]: Nick - sceNgsSystemInit
[14:32:44.550] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP
[14:32:44.552] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_TROPHY
[14:32:44.577] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_SCORE_RANKING
[14:32:44.577] |W| [operator()]: Unimplemented sceNpScoreInit import called.
[14:32:44.577] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_TUS
[14:32:44.577] |W| [operator()]: Unimplemented sceNpTusInit import called.
[14:32:44.602] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_NP_BASIC
[14:32:44.602] |W| [operator()]: Unimplemented sceNpBasicInit import called.
[14:32:44.626] |W| [operator()]: Unimplemented sceNpBasicRegisterHandler import called.
[14:32:44.626] |W| [operator()]: Unimplemented sceNpAuthInit import called.
[14:32:44.627] |W| [operator()]: Unimplemented sceAppUtilInit import called.
[14:32:44.653] |I| [export_sceSysmoduleLoadModule]: Loading module ID: SCE_SYSMODULE_VOICE
[14:32:44.653] |W| [operator()]: Unimplemented sceVoiceInit import called.
[14:32:44.657] |W| [operator()]: Unimplemented sceKernelGetSystemSwVersion import called.
[14:32:44.768] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/9cf71054ea26dddf.patch_0 (target path: app0:/9cf71054ea26dddf.patch_0)
[14:32:44.768] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:44.913] |W| [operator()]: Unimplemented sceVoiceStart import called.
[14:32:44.954] |W| [operator()]: Unimplemented sceNetGetMacAddress import called.
[14:32:45.081] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/750d99512279ecd0.patch_0 (target path: app0:/750d99512279ecd0.patch_0)
[14:32:45.081] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.138] |W| [operator()]: Stubbed __sceAppMgrGetAppState import called. (Set to 0.)
[14:32:45.140] |W| [operator()]: Stubbed sceNpCheckCallback import called. (Stub)
[14:32:45.140] |W| [operator()]: Unimplemented sceNpBasicCheckCallback import called.
[14:32:45.212] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/95b2365a6369ee36.patch_0 (target path: app0:/95b2365a6369ee36.patch_0)
[14:32:45.212] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.214] |W| [operator()]: Unimplemented sceAppMgrIsNonGameProgram import called.
[14:32:45.215] |W| [operator()]: Stubbed _sceKernelGetThreadInfo import called. (STUB)
[14:32:45.226] |W| [operator()]: Unimplemented sceNetInternalIcmConnect import called.
[14:32:45.227] |W| [operator()]: Stubbed sceNetCtlInetGetInfo import called. (code SCE_NETCTL_INFO_GET_HTTP_PROXY_CONFIG not implemented)
[14:32:45.235] |W| [operator()]: Stubbed sceNetResolverCreate import called. (Fake id)
[14:32:45.256] |E| [operator()]: sceNetResolverStartNtoa returned -1 (0xffffffff)
[14:32:45.257] |W| [operator()]: Unimplemented sceNetResolverGetError import called.
[14:32:45.257] |W| [operator()]: Unimplemented sceNetResolverDestroy import called.
[14:32:45.317] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/011dd7e760185295.patch_0 (target path: app0:/011dd7e760185295.patch_0)
[14:32:45.317] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.322] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/dd5d5b00fde9b0fb.patch_0 (target path: app0:/dd5d5b00fde9b0fb.patch_0)
[14:32:45.322] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:45.461] |W| [operator()]: Unimplemented sceCommonDialogIsRunning import called.
[14:32:59.690] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/7bf7ee5e3595a54b.patch_0 (target path: app0:/7bf7ee5e3595a54b.patch_0)
[14:32:59.690] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:32:59.697] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/3be0bb8b566a8fe0.patch_0 (target path: app0:/3be0bb8b566a8fe0.patch_0)
[14:32:59.697] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:08.454] |I| [decode_more_data]: The currently running game requests playback rate scaling when decoding audio. Audio might crackle.
[14:33:08.541] |I| [retrieve_color_surface_as_texture]: Game is doing typeless copies
[14:33:15.139] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/ec181385e7000cf1.patch_0 (target path: app0:/ec181385e7000cf1.patch_0)
[14:33:15.139] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:15.181] |W| [operator()]: Unimplemented sceNetCheckDialogInit import called.
[14:33:15.181] |W| [operator()]: Stubbed sceNetCheckDialogGetStatus import called. (SCE_COMMON_DIALOG_STATUS_FINISHED)
[14:33:15.181] |W| [operator()]: Stubbed sceNetCheckDialogGetResult import called. (result->result = 0)
[14:33:15.182] |W| [operator()]: Unimplemented sceNetCheckDialogTerm import called.
[14:33:29.012] |I| [save_pipeline_cache]: Saving pipeline cache...
[14:33:29.012] |I| [save_pipeline_cache]: Pipeline cache saved
[14:33:29.887] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/7bf7ee5e3595a54b.patch_0 (target path: app0:/7bf7ee5e3595a54b.patch_0)
[14:33:29.887] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.908] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/27dcbb4888c161c9.patch_0 (target path: app0:/27dcbb4888c161c9.patch_0)
[14:33:29.908] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.921] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/13f6367c7c48c087.patch_0 (target path: app0:/13f6367c7c48c087.patch_0)
[14:33:29.921] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.933] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/29538f17d3220c55.patch_0 (target path: app0:/29538f17d3220c55.patch_0)
[14:33:29.933] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:29.944] |E| [stat_file]: Missing file at /storage/emulated/0/Android/data/org.vita3k.helldivers.emulator/files/vita/ux0/app/PCSA00134/280d4ef7353a0233.patch_0 (target path: app0:/280d4ef7353a0233.patch_0)
[14:33:29.944] |W| [io_error_impl]: stat_file (_sceIoGetstat) returned 0x80010002
[14:33:30.098] |W| [operator()]: Unimplemented sceVoiceCreatePort import called.
[14:33:30.103] |W| [operator()]: Unimplemented sceVoiceConnectIPortToOPort import called.
[14:33:30.302] |W| [operator()]: Unimplemented sceVoiceGetPortInfo import called.
[14:33:30.985] |W| [operator()]: Unimplemented sceVoiceReadFromOPort import called.
System Configuration
Retroid Mini (Snapdragon 865)
The text was updated successfully, but these errors were encountered: