RStudio Crash after latest installation

Just updated to the latest verison of RStudio today ( 2022.07.0+548, "Spotted Wakerobin" (34ea3031, 2022-07-06) for Windows) and cannot seem to get RStudio up and running now. It was working fine on the previous version just before. I have tried to uninstall and reinstall RStudio and R to no avail. Copied the Problem Report below.

Thanks!

R Session Startup Failure Report

RStudio Version

RStudio 2022.07.0+548, "Spotted Wakerobin" (34ea3031, 2022-07-06) for Windows

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.8 Chrome/69.0.3497.128 Safari/537.36

Error message

[No error available]

Process Output

The R session exited with code 1.

Error output:

[16332:14112:20220728,080236.740:ERROR crashpad_client_win.cc:491] CreateProcess: The system cannot find the file specified. (2)

Standard output:

[No output emitted]

Logs

C:/Users/erik.renz/AppData/Local/RStudio/log/rsession-Erik.Renz.log

2022-07-28T07:02:36.742913Z [rsession-Erik.Renz] ERROR system error 22 (The device does not recognize the command); OCCURRED AT class rstudio::core::Error __cdecl rstudio::core::crash_handler::initialize(enum rstudio::core::crash_handler::ProgramMode) src/cpp/core/CrashHandler.cpp:358; LOGGED FROM: int __cdecl main(int,char *const []) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\SessionMain.cpp:2007
2022-07-28T07:02:36.748179Z [rsession-Erik.Renz] ERROR system error 22 (The device does not recognize the command); OCCURRED AT class rstudio::core::Error __cdecl rstudio::core::crash_handler::initialize(enum rstudio::core::crash_handler::ProgramMode) src/cpp/core/CrashHandler.cpp:358; LOGGED FROM: int __cdecl main(int,char *const []) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\SessionMain.cpp:2057
2022-07-28T07:02:36.748179Z [rsession-Erik.Renz] ERROR system error 22 (The device does not recognize the command); OCCURRED AT class rstudio::core::Error __cdecl rstudio::core::crash_handler::initialize(enum rstudio::core::crash_handler::ProgramMode) src/cpp/core/CrashHandler.cpp:358; LOGGED FROM: int __cdecl main(int,char *const []) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\SessionMain.cpp:2057

Have you decided your problem?

Maybe I’m missing the question… just wondering best resolution to this error? It’s through a work machine so my best guess at solution is have admin uninstall then reinstall last stable version.

Any other suggestions welcome!

Have you tried resetting RStudio's state?

Thanks @andresrcs. I did notice that in the doc from RStudio and will give that a shot next. I kept thinking installation issue cause RStudio got clicked inadvertently during installation and wondered if that’s what caused the issue.

Tried this - no dice unfortunately.

Have tried opening RStudio with an older version of R (4.0) and this has allowed me to open the application. Going to go down the route of uninstalling and reinstalling R versions on my machine and see if this sorts the issue.

Worked with IT this morning to sort the issue. Had to do with a corrupted .RData file in my documents folder. If you are experiencing this issue, please check for any R Workspace files and remove them, then try and open RStudio again.

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.