Rstudio ERROR: gpu_process_host.cc GPU process launch failed: error_code=18 when running From networkdrive

Hi,
I am trying to setup Rstudio IDE to be run from a network share.
I have downloaded the windows zip version. Unpacked and i can execute from local folders.
When i move the folder to a network share
N:\applications\Rstudio\2024.04.1-748
And try to run my .bat file or Rstudio.exe directly the following error i shown in my console.

This is run on a Citrix Server direct from the network share

`
N:\Application\Rstudio\2024.04.1-748>rstudio.exe

N:\Application\Rstudio\2024.04.1-748>
[12560:0604/141421.572:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
(electron) 'crashed event' is deprecated and will be removed. Please use 'render-process-gone event' instead.
[6200:0604/141421.695:ERROR:backend_impl.cc(1899)] Corrupt Index file
[12560:0604/141421.703:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141421.792:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141421.841:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141421.905:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141421.947:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141421.987:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141422.027:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141422.069:ERROR:gpu_process_host.cc(987)] GPU process launch failed: error_code=18
[12560:0604/141422.069:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye.

N:\Application\Rstudio\2024.04.1-748>
`
The only thing i have found is regarding "electron" but i do not know the connection between Rstudio and Electron.

In the log file rdesktop the following is written:
2024-06-04T12:04:23.357Z ERROR ERR_FAILED (-2) loading 'file://N:\Application\Rstudio\2024.04.1-748\resources\app.webpack\renderer\splash\index.html'
2024-06-04T12:14:21.748Z ERROR ERR_FAILED (-2) loading 'file://N:\Application\Rstudio\2024.04.1-748\resources\app.webpack\renderer\splash\index.html'

Any help is appreciated.

update: Reproduced without Citrix.
The same error happens when trying to run the bat or exe file from the network drive from a laptop.

Run from local folder c:.....\rstudio.exe or my batch file - works
Copy to network drive n:
run n:....\rstudio.exe
the above described error and rstudio doesnt start.

/niels

update - Resolved

Adding --no-sandbox to the rstudio.exe worked

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.