Does anyone have any thoughts why devtools causes R 4.4.0 to freeze on my system (running Windows 10 Enterprise)? In RStudio (2024.04.1 Build 748) I get as far as:
library (devtools)
Loading required package: usethis
And then there's no response. Opening the RGui directly causing a freeze without any feedback.
The RStudio logfile shows:
2024-06-11T14:50:17.270080Z [rsession-rzxt39] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /events/get_events]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide-os-windows\rel-chocolate-cosmos\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide-os-windows\rel-chocolate-cosmos\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2024-06-11T14:50:17.270080Z [rsession-rzxt39] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /events/get_events]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide-os-windows\rel-chocolate-cosmos\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide-os-windows\rel-chocolate-cosmos\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
Thanks.