I have:
Bug description
I have spent approximately six hours trying to resolve a Quarto rendering problem on a Windows 11 ARM64 machine (Microsoft Surface Laptop, Snapdragon X Elite).
Current state:
- RStudio launches normally.
- R loads normally.
- The R console works.
- Packages install successfully.
- R scripts run successfully.
- The only remaining issue is that Quarto will not render.
The error reported by Quarto is:
ERROR: R process crashed with known error code (-1073741569)
This typically indicates x64 R running on Windows 11 ARM.
During troubleshooting I have tried all of the following:
• Uninstalled and reinstalled R multiple times.
• Installed both the standard x64 version of R (4.6.1) and the native ARM64 version of R (4.5.3-aarch64).
• Uninstalled and reinstalled RStudio.
• Verified that R launches successfully from both RStudio and the Windows command prompt.
• Reinstalled all required R packages.
• Disabled Microsoft Defender Controlled Folder Access after it blocked R during installation.
• Forced RStudio to use different R installations via Ctrl startup and manual selection.
• Verified that R.exe, Rscript.exe, Rterm.exe, and Rcmd.exe are present.
• Verified that the machine architecture is ARM64.
At this point the R installation appears to function correctly. The failure occurs only when Quarto attempts to render a document.
Has anyone encountered this issue with Quarto on Windows 11 ARM64, or is there a known compatibility issue between Quarto and ARM64 Windows?
Steps to reproduce
No response
Actual behavior
No response
Expected behavior
No response
Your environment
No response
Quarto check output
==> quarto preview Class exercises (1).qmd --to docx --no-watch-inputs --no-browse
processing file: Class-exercises--1-.rmarkdown
output file: Class-exercises--1-.knit.md
ERROR: R process crashed with known error code (-1073741569).
This typically indicates x64 R running on Windows 11 ARM.
x64 R runs under emulation and is not reliable for Quarto.
To fix this issue:
- Check your R version with: Rscript -e "R.version$platform"
- If it shows 'x86_64-w64-mingw32', you need ARM64 R
- Install native ARM64 R: https://blog.r-project.org/2024/04/23/r-on-64-bit-arm-windows/
- If needed, set QUARTO_R environment variable to point to ARM64 Rscript
More context on this issue: #8730
Problem with running R found at C:\PROGRA2\R\R-451.3\bin\Rscript.exe to check environment configurations.
Please check your installation of R.
WARN: Error encountered when rendering files
I have:
Bug description
I have spent approximately six hours trying to resolve a Quarto rendering problem on a Windows 11 ARM64 machine (Microsoft Surface Laptop, Snapdragon X Elite).
Current state:
The error reported by Quarto is:
ERROR: R process crashed with known error code (-1073741569)
This typically indicates x64 R running on Windows 11 ARM.
During troubleshooting I have tried all of the following:
• Uninstalled and reinstalled R multiple times.
• Installed both the standard x64 version of R (4.6.1) and the native ARM64 version of R (4.5.3-aarch64).
• Uninstalled and reinstalled RStudio.
• Verified that R launches successfully from both RStudio and the Windows command prompt.
• Reinstalled all required R packages.
• Disabled Microsoft Defender Controlled Folder Access after it blocked R during installation.
• Forced RStudio to use different R installations via Ctrl startup and manual selection.
• Verified that R.exe, Rscript.exe, Rterm.exe, and Rcmd.exe are present.
• Verified that the machine architecture is ARM64.
At this point the R installation appears to function correctly. The failure occurs only when Quarto attempts to render a document.
Has anyone encountered this issue with Quarto on Windows 11 ARM64, or is there a known compatibility issue between Quarto and ARM64 Windows?
Steps to reproduce
No response
Actual behavior
No response
Expected behavior
No response
Your environment
No response
Quarto check output
==> quarto preview Class exercises (1).qmd --to docx --no-watch-inputs --no-browse
processing file: Class-exercises--1-.rmarkdown
output file: Class-exercises--1-.knit.md
ERROR: R process crashed with known error code (-1073741569).
This typically indicates x64 R running on Windows 11 ARM.
x64 R runs under emulation and is not reliable for Quarto.
To fix this issue:
More context on this issue: #8730
Problem with running R found at C:\PROGRA
2\R\R-451.3\bin\Rscript.exe to check environment configurations.Please check your installation of R.
WARN: Error encountered when rendering files