Quarto crashes when rendering #10994
Unanswered
Marlene283
asked this question in
Q&A
Replies: 1 comment 15 replies
-
The fact that |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello,
I am new to github, so I am not sure if I post this question at the correct place.
Anyway:
I use quarto with R. I updated today R to version 4.4.1 and RStudio to 2024.09.0 Build 375.
Since the updates, when I try to render a document (html output), quarto crashes with this output:
ERROR: Theme file compilation failed:
===== CRASH =====
Stack trace:
===== CRASH =====
at dartCommand (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:43445:15)
at eventLoopTick (ext:core/01_core.js:153:7)
at async dartCompile (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:43407:5)
at async compileWithCache (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:43636:17)
at async compileSass (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:43497:12)
at async resolveSassBundles (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:65862:27)
at async resolveExtras (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:69904:18)
at async runPandoc (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:69425:24)
at async renderPandoc (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:70717:26)
at async Object.onRender (file:///C:/PROGRA~ 1/RStudio/RESOUR~ 1/app/bin/quarto/bin/quarto.js:78268:36)
When I use 'quarto check' in the terminal I get the following output:
Quarto 1.5.57
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.5.57
Path: C:\Program Files\RStudio\resources\app\bin\quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Tex: (not detected)
[>] Checking basic markdown render....OK
ERROR: Theme file compilation failed:
===== CRASH =====
Stack trace:
===== CRASH =====
at dartCommand (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:43445:15)
at eventLoopTick (ext:core/01_core.js:153:7)
at async dartCompile (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:43407:5)
at async compileWithCache (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:43636:17)
at async compileSass (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:43497:12)
at async resolveSassBundles (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:65862:27)
at async resolveExtras (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:69904:18)
at async runPandoc (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:69425:24)
at async renderPandoc (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:70717:26)
at async Object.onRender (file:///C:/Program%20Files/RStudio/resources/app/bin/quarto/bin/quarto.js:78268:36)
I noticed the paths are a bit screwed up in the crash report (e.g. "Program Files" turned into "Program%20Files"), is that normal or might that be an issue?
I hope this covers everything you need to know about the issue. I am not sure what to do, this exceeds my skills in error fixing. Can you help me?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions