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.