-
Notifications
You must be signed in to change notification settings - Fork 425
Quarto does not start from the command line or in RStudio #14291
Description
I have:
- searched the issue tracker for similar issues
- installed the latest version of Quarto CLI
- formatted my issue following the Bug Reports guide
Bug description
Any attempt to run Quarto from either the command line or within an IDE such as RStudio or VSCode fails silently following an update to R 4.5.3 and RStudio 2016.1.1 Build 403 on a remote desktop environment running Windows Server 2016 Standard Edition. I've tried both the quarto.exe application bundled with RStudio and the latest Windows zip file downloaded from quarto.org (1.9.36). Was working fine for a couple of years prior to the update (though that may not be the cause).
I've added reproduction steps below for command-line usage, but similar results are observed when using within an IDE - trying to render an existing qmd document fails with no error message, and trying to create a new qmd file (e.g. File > New File > Quarto Document in RStudio) produces an error window with the message "system error 127 (The specified procedure could not be found".
I also tried in VSCode with the Quarto VSCode extension, and an error message there said something about conpty.dll and Winpty.dll being removed or not available, but I'm not sure whether that's relevant.
I don't have admin privileges for the remote desktop so can't install applications, but if anyone could provide any clues to go back to our third-party sysadmins with that would be much appreciated!
Steps to reproduce
- Open PowerShell
- Navigate to the folder containing the quarto.exe binary (e.g. "C:\Program Files\RStudio\resources\app\bin\quarto\bin")
- Run ".\quarto.exe check"
Actual behavior
Nothing - PowerShell pauses, leaves a blank line, then drops back to the command prompt.
Expected behavior
The output of the check command should be printed (or at least some error message saying what went wrong)
Your environment
- RStudio 2026.01.1 Build 403
- Quarto 1.8.25 (bundled), 1.9.36
- Windows Server 2016 Standard
Quarto check output
Not available - see above