Hello,
I’m encountering an issue with the Omniverse Launcher where it throws an error related to accessing the ‘pictures’ path. Below is the error log:
[2024-09-06 11:45:28.074] [error] Error occurred in handler for 'FileSystem:getUserDirectories': Error: Failed to get 'pictures' path
at getUserDirectories (C:\Users\MyUser\AppData\Local\Programs\omniverse-launcher\resources\app.asar\dist\main.js:420:68090)
at C:\Users\MyUser\AppData\Local\Programs\omniverse-launcher\resources\app.asar\dist\main.js:8:10351
at node:electron/js2c/browser_init:2:98085
at EventEmitter.<anonymous> (node:electron/js2c/browser_init:2:81603)
at EventEmitter.emit (node:events:513:28)
[2024-09-06 11:45:28.088] [error] Error: Error invoking remote method 'FileSystem:getUserDirectories': Error: Failed to get 'pictures' path
It seems that the Omniverse Launcher is trying to access the default ‘pictures’ directory on my system and is unable to retrieve it. I’ve already verified the following:
- The ‘Pictures’ folder is available in the default user directory (C:\Users[MyUser]\Pictures).
- I’ve tried running the launcher as an administrator.
- I’ve checked the system file permissions and privacy settings.
Despite these efforts, the error persists.
Could someone provide guidance on how to resolve this issue? Has anyone encountered a similar problem, or is there a specific fix for this type of error?
Thanks in advance!