R 4.2.0 does not start in RStudio. Attached is the screenshot. It says, "The R session process exited with code - 1073740791" R 4.2.0 starts normally outside RStudio. Any help would be appreciated. Thank you.
Asked
Active
Viewed 1,324 times
4
-
Are you running Windows 11 Enterprise? – langtang May 06 '22 at 16:02
-
3You seem to be running an old version of RStudio. The current version for Windows is " RStudio-2022.02.2-485.exe". – dcarlson May 06 '22 at 16:47
-
Same issue as: https://stackoverflow.com/questions/66640821/r-64-bit-will-not-start-on-windows-10 – langtang May 06 '22 at 18:34
-
I've seen this consistently on Windows Enterprise editions.. The workaround for some has been to run 32 bit R in RStudio. I believe the problem is 4.0.5 onward (i.e. 64bit versions <4.0.5 should run in RStudio on Windows Enterprise versions). – langtang May 06 '22 at 18:35
2 Answers
1
Thank you, dcarlson, you solved my problem. I was using RStudio 2021.09.0 and thought it was the most up-to-date because when I clicked on Check for Update, RStudio's message was that I was using the most up-to-date one. After installing RStudio 2022.02.2, the problem disappeared.

Paul
- 107
- 4
-1
It seems the newest version of Rstudio has some problems with R 4.2. I changed R studio to an older version, the issue disappeared.

hao zhou
- 11
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 10 '22 at 19:32