Recipe terminated with fatal error spawn latexmk enoent windows

Preliminary questions [Required] Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. Done You still see this issue?: Yes Make sure ...

Here’s the logs:

[14:28:15] Initializing LaTeX Workshop.
[14:28:15] Extension root: c:Userskingram.vscodeextensionsjames-yu.latex-workshop-8.20.2
[14:28:15] $PATH: C:Program FilesVanDyke SoftwareClients;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:WINDOWSSystem32OpenSSH;C:Program FilesMicrosoft VS Codebin;C:ApplicationsSoftDevnodejs;C:ProgramDatachocolateybin;C:Program FilesGitcmd;C:Program FilesDockerDockerresourcesbin;C:ProgramDataDockerDesktopversion-bin;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesNVIDIA CorporationNVIDIA NvDLISR;C:Python39Scripts;C:Python39;C:UserskingramAppDataLocalProgramsPythonPython39Scripts;C:UserskingramAppDataLocalProgramsPythonPython39;C:UserskingramAppDataLocalMicrosoftWindowsApps;C:UserskingramAppDataRoamingnpm
[14:28:15] $SHELL: undefined
[14:28:15] vscode.env.appName: Visual Studio Code
[14:28:15] vscode.env.remoteName: undefined
[14:28:15] vscode.env.uiKind: 1
[14:28:15] latex-workshop.bind.enter.key: true
[14:28:15] latex-workshop.docker.enabled: false
[14:28:15] latex-workshop.docker.image.latex: «»
[14:28:15] latex-workshop.intellisense.package.enabled: true
[14:28:15] latex-workshop.intellisense.update.aggressive.enabled: false
[14:28:15] latex-workshop.intellisense.update.delay: 1000
[14:28:15] latex-workshop.latex.autoBuild.run: «onFileChange»
[14:28:15] latex-workshop.latex.outDir: «%DIR%»
[14:28:15] latex-workshop.latex.recipes: [
{
«name»: «latexmk 🔃»,
«tools»: [
«latexmk»
]
},
{
«name»: «latexmk (latexmkrc)»,
«tools»: [
«latexmk_rconly»
]
},
{
«name»: «latexmk (lualatex)»,
«tools»: [
«lualatexmk»
]
},
{
«name»: «pdflatex ➞ bibtex ➞ pdflatex × 2»,
«tools»: [
«pdflatex»,
«bibtex»,
«pdflatex»,
«pdflatex»
]
},
{
«name»: «Compile Rnw files»,
«tools»: [
«rnw2tex»,
«latexmk»
]
},
{
«name»: «Compile Jnw files»,
«tools»: [
«jnw2tex»,
«latexmk»
]
},
{
«name»: «tectonic»,
«tools»: [
«tectonic»
]
}
]
[14:28:15] latex-workshop.latex.tools: [
{
«name»: «latexmk»,
«command»: «latexmk»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«-pdf»,
«-outdir=%OUTDIR%»,
«%DOC%»
],
«env»: {}
},
{
«name»: «lualatexmk»,
«command»: «latexmk»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«-lualatex»,
«-outdir=%OUTDIR%»,
«%DOC%»
],
«env»: {}
},
{
«name»: «latexmk_rconly»,
«command»: «latexmk»,
«args»: [
«%DOC%»
],
«env»: {}
},
{
«name»: «pdflatex»,
«command»: «pdflatex»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«%DOC%»
],
«env»: {}
},
{
«name»: «bibtex»,
«command»: «bibtex»,
«args»: [
«%DOCFILE%»
],
«env»: {}
},
{
«name»: «rnw2tex»,
«command»: «Rscript»,
«args»: [
«-e»,
«knitr::opts_knit$set(concordance = TRUE); knitr::knit(‘%DOCFILE_EXT%’)»
],
«env»: {}
},
{
«name»: «jnw2tex»,
«command»: «julia»,
«args»: [
«-e»,
«using Weave; weave(«%DOC_EXT%», doctype=»tex»)»
],
«env»: {}
},
{
«name»: «jnw2texmintex»,
«command»: «julia»,
«args»: [
«-e»,
«using Weave; weave(«%DOC_EXT%», doctype=»texminted»)»
],
«env»: {}
},
{
«name»: «tectonic»,
«command»: «tectonic»,
«args»: [
«—synctex»,
«—keep-logs»,
«%DOC%.tex»
],
«env»: {}
}
]
[14:28:15] latex-workshop.viewer.pdf.internal.keyboardEvent: «auto»
[14:28:15] Creating a new file watcher.
[14:28:15] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{«stabilityThreshold»:250}}
[14:28:15] Creating PDF file watcher.
[14:28:15] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{}}
[14:28:15] Creating Bib file watcher.
[14:28:15] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{«stabilityThreshold»:250}}
[14:28:15] Set $LATEXWORKSHOP_DOCKER_LATEX: «»
[14:28:15] Cannot run pdflatex to determine if we are using MiKTeX
[14:28:15] [Server] Creating LaTeX Workshop http and websocket server.
[14:28:15] LaTeX Workshop initialized.
[14:28:15] Trigger characters for intellisense of LaTeX documents: [«»,»,»,»{«]
[14:28:15] Bibtex format config: {«tab»:» «,»case»:»lowercase»,»left»:»{«,»right»:»}»,»trailingComma»:false,»sort»:[«key»],»alignOnEqual»:true,»sortFields»:false,»fieldsOrder»:[]}
[14:28:15] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:28:15] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:28:15] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Root file changed: from undefined to w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Start to find all dependencies.
[14:28:15] Root file languageId: latex
[14:28:15] [Server] Server successfully started: {«address»:»127.0.0.1″,»family»:»IPv4″,»port»:49570}
[14:28:15] Reset file watcher.
[14:28:15] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Parse fls file.
[14:28:15] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[14:28:15] Added to file watcher: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Snippet data loaded.
[14:28:16] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[14:28:17] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:28:17] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:28:17] BibWatcher.bibWatcher.getWatched: {}
[14:28:17] BibWatcher.bibsWatched: []
[14:28:17] PdfWatcher.pdfWatcher.getWatched: {}
[14:28:17] PdfWatcher.pdfsWatched: []
[14:28:36] BUILD command invoked.
[14:28:36] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[14:28:36] The languageId of the document: latex
[14:28:36] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:28:36] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:28:36] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] outDir: w:/PROJECTS/math/analyticgeometry
[14:28:36] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[14:28:36] Recipe step env: {}
[14:28:36] cwd: w:PROJECTSmathanalyticgeometry
[14:28:36] LaTeX build process spawned. PID: 1404.
[14:28:36] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 1404.
[14:28:36] Does the executable exist? PATH: undefined
[14:28:36] The environment variable $SHELL: undefined
[14:28:38] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:28:38] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:28:38] BibWatcher.bibWatcher.getWatched: {}
[14:28:38] BibWatcher.bibsWatched: []
[14:28:38] PdfWatcher.pdfWatcher.getWatched: {}
[14:28:38] PdfWatcher.pdfsWatched: []
[14:30:21] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:21] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:21] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:21] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:21] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:21] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:21] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:21] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:23] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:30:23] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:30:23] BibWatcher.bibWatcher.getWatched: {}
[14:30:23] BibWatcher.bibsWatched: []
[14:30:23] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:23] PdfWatcher.pdfsWatched: []
[14:30:23] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:30:23] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:30:23] BibWatcher.bibWatcher.getWatched: {}
[14:30:23] BibWatcher.bibsWatched: []
[14:30:23] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:23] PdfWatcher.pdfsWatched: []
[14:30:44] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:44] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:44] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:44] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:44] Found root file from active editor: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Found root file from active editor: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Root file changed: from w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex to w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Start to find all dependencies.
[14:30:44] Root file languageId: latex
[14:30:44] Keep using the same root file: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Reset file watcher.
[14:30:44] Parsing a file and its subfiles: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Parse fls file.
[14:30:44] Cannot find fls file: w:PROJECTSmathSection1.2_Problems.fls
[14:30:44] Added to file watcher: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Checking for duplicate labels: w:PROJECTSmathSection1.2_Problems.tex.
[14:30:46] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Section1.2_Problems.tex»]}
[14:30:46] Manager.filesWatched: [«w:PROJECTSmathSection1.2_Problems.tex»]
[14:30:46] BibWatcher.bibWatcher.getWatched: {}
[14:30:46] BibWatcher.bibsWatched: []
[14:30:46] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:46] PdfWatcher.pdfsWatched: []
[14:30:46] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Section1.2_Problems.tex»]}
[14:30:46] Manager.filesWatched: [«w:PROJECTSmathSection1.2_Problems.tex»]
[14:30:46] BibWatcher.bibWatcher.getWatched: {}
[14:30:46] BibWatcher.bibsWatched: []
[14:30:46] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:46] PdfWatcher.pdfsWatched: []
[14:30:56] File watcher — file deleted: w:PROJECTSmathSection1.2_Problems.tex
[14:30:56] Root file deleted: w:PROJECTSmathSection1.2_Problems.tex
[14:30:56] Start searching a new root file.
[14:30:56] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:56] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:56] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:56] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:56] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:56] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:56] Found root file from active editor: w:PROJECTSmathTest.tex
[14:30:56] Found root file from active editor: w:PROJECTSmathTest.tex
[14:30:56] Root file changed: from w:PROJECTSmathSection1.2_Problems.tex to w:PROJECTSmathTest.tex
[14:30:56] Start to find all dependencies.
[14:30:56] Root file languageId: latex
[14:30:56] Keep using the same root file: w:PROJECTSmathTest.tex
[14:30:56] Reset file watcher.
[14:30:56] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:30:56] Parse fls file.
[14:30:56] Cannot find fls file: w:PROJECTSmathTest.fls
[14:30:56] Added to file watcher: w:PROJECTSmathTest.tex
[14:30:56] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:30:56] Cannot find fls file: w:PROJECTSmathTest.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.8_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.7_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.6_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.5_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.3_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[14:30:56] Found files that might be root, choose the first one: w:PROJECTSmathTest.tex,w:PROJECTSmathanalyticgeometrySection1.8_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.7_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.6_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.5_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.3_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:56] Keep using the same root file: w:PROJECTSmathTest.tex
[14:30:58] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Test.tex»]}
[14:30:58] Manager.filesWatched: [«w:PROJECTSmathTest.tex»]
[14:30:58] BibWatcher.bibWatcher.getWatched: {}
[14:30:58] BibWatcher.bibsWatched: []
[14:30:58] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:58] PdfWatcher.pdfsWatched: []
[14:30:58] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Test.tex»]}
[14:30:58] Manager.filesWatched: [«w:PROJECTSmathTest.tex»]
[14:30:58] BibWatcher.bibWatcher.getWatched: {}
[14:30:58] BibWatcher.bibsWatched: []
[14:30:58] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:58] PdfWatcher.pdfsWatched: []
[14:30:58] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Test.tex»]}
[14:30:58] Manager.filesWatched: [«w:PROJECTSmathTest.tex»]
[14:30:58] BibWatcher.bibWatcher.getWatched: {}
[14:30:58] BibWatcher.bibsWatched: []
[14:30:58] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:58] PdfWatcher.pdfsWatched: []
[14:31:24] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:24] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:24] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:31:24] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:24] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:24] BUILD command invoked.
[14:31:24] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:24] The languageId of the document: latex
[14:31:24] Building root file: w:PROJECTSmathTest.tex
[14:31:24] Build root file w:PROJECTSmathTest.tex
[14:31:24] outDir: w:/PROJECTS/math
[14:31:24] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:24] Recipe step env: {}
[14:31:24] cwd: w:PROJECTSmath
[14:31:24] LaTeX build process spawned. PID: 19216.
[14:31:24] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 19216.
[14:31:24] Does the executable exist? PATH: undefined
[14:31:24] The environment variable $SHELL: undefined
[14:31:30] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:30] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:30] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:31:30] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:30] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:30] BUILD command invoked.
[14:31:30] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:30] The languageId of the document: latex
[14:31:30] Building root file: w:PROJECTSmathTest.tex
[14:31:30] Build root file w:PROJECTSmathTest.tex
[14:31:30] outDir: w:/PROJECTS/math
[14:31:30] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:30] Recipe step env: {}
[14:31:30] cwd: w:PROJECTSmath
[14:31:30] LaTeX build process spawned. PID: 14212.
[14:31:30] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 14212.
[14:31:30] Does the executable exist? PATH: undefined
[14:31:30] The environment variable $SHELL: undefined
[14:31:51] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:51] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:51] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:51] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:51] BUILD command invoked.
[14:31:51] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:51] The languageId of the document: latex
[14:31:51] Building root file: w:PROJECTSmathTest.tex
[14:31:51] Build root file w:PROJECTSmathTest.tex
[14:31:51] outDir: w:/PROJECTS/math
[14:31:51] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:51] Recipe step env: {}
[14:31:51] cwd: w:PROJECTSmath
[14:31:51] LaTeX build process spawned. PID: 6672.
[14:31:51] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 6672.
[14:31:51] Does the executable exist? PATH: undefined
[14:31:51] The environment variable $SHELL: undefined
[14:31:53] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:53] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:53] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:53] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:53] BUILD command invoked.
[14:31:53] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:53] The languageId of the document: latex
[14:31:53] Building root file: w:PROJECTSmathTest.tex
[14:31:53] Build root file w:PROJECTSmathTest.tex
[14:31:53] outDir: w:/PROJECTS/math
[14:31:53] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:53] Recipe step env: {}
[14:31:53] cwd: w:PROJECTSmath
[14:31:53] LaTeX build process spawned. PID: 22500.
[14:31:53] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 22500.
[14:31:53] Does the executable exist? PATH: undefined
[14:31:53] The environment variable $SHELL: undefined
[14:36:29] File watcher — file changed: w:PROJECTSmathTest.tex
[14:36:29] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:36:29] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:36:29] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:36:29] BUILD command invoked.
[14:36:29] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:36:29] The languageId of the document: latex
[14:36:29] Building root file: w:PROJECTSmathTest.tex
[14:36:29] Build root file w:PROJECTSmathTest.tex
[14:36:29] outDir: w:/PROJECTS/math
[14:36:29] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:36:29] Recipe step env: {}
[14:36:29] cwd: w:PROJECTSmath
[14:36:29] LaTeX build process spawned. PID: 2664.
[14:36:29] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 2664.
[14:36:29] Does the executable exist? PATH: undefined
[14:36:29] The environment variable $SHELL: undefined
[14:36:31] File watcher — file changed: w:PROJECTSmathTest.tex
[14:36:31] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:36:31] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:36:31] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:36:31] BUILD command invoked.
[14:36:31] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:36:31] The languageId of the document: latex
[14:36:31] Building root file: w:PROJECTSmathTest.tex
[14:36:31] Build root file w:PROJECTSmathTest.tex
[14:36:31] outDir: w:/PROJECTS/math
[14:36:31] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:36:31] Recipe step env: {}
[14:36:31] cwd: w:PROJECTSmath
[14:36:31] LaTeX build process spawned. PID: 17596.
[14:36:31] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17596.
[14:36:31] Does the executable exist? PATH: undefined
[14:36:31] The environment variable $SHELL: undefined
[14:38:03] File watcher — file changed: w:PROJECTSmathTest.tex
[14:38:03] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:38:03] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:38:03] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:38:03] BUILD command invoked.
[14:38:03] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:38:03] The languageId of the document: latex
[14:38:03] Building root file: w:PROJECTSmathTest.tex
[14:38:03] Build root file w:PROJECTSmathTest.tex
[14:38:03] outDir: w:/PROJECTS/math
[14:38:03] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:38:03] Recipe step env: {}
[14:38:03] cwd: w:PROJECTSmath
[14:38:03] LaTeX build process spawned. PID: 24320.
[14:38:03] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 24320.
[14:38:03] Does the executable exist? PATH: undefined
[14:38:03] The environment variable $SHELL: undefined
[14:38:24] File watcher — file changed: w:PROJECTSmathTest.tex
[14:38:24] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:38:24] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:38:24] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:38:24] BUILD command invoked.
[14:38:24] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:38:24] The languageId of the document: latex
[14:38:24] Building root file: w:PROJECTSmathTest.tex
[14:38:24] Build root file w:PROJECTSmathTest.tex
[14:38:24] outDir: w:/PROJECTS/math
[14:38:25] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:38:25] Recipe step env: {}
[14:38:25] cwd: w:PROJECTSmath
[14:38:25] LaTeX build process spawned. PID: 23796.
[14:38:25] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23796.
[14:38:25] Does the executable exist? PATH: undefined
[14:38:25] The environment variable $SHELL: undefined
[14:39:03] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:03] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:03] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:03] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:39:03] BUILD command invoked.
[14:39:03] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:39:03] The languageId of the document: latex
[14:39:03] Building root file: w:PROJECTSmathTest.tex
[14:39:03] Build root file w:PROJECTSmathTest.tex
[14:39:03] outDir: w:/PROJECTS/math
[14:39:03] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:39:03] Recipe step env: {}
[14:39:03] cwd: w:PROJECTSmath
[14:39:03] LaTeX build process spawned. PID: 24548.
[14:39:03] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 24548.
[14:39:03] Does the executable exist? PATH: undefined
[14:39:03] The environment variable $SHELL: undefined
[14:39:05] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:05] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:05] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:05] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:39:05] BUILD command invoked.
[14:39:05] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:39:05] The languageId of the document: latex
[14:39:05] Building root file: w:PROJECTSmathTest.tex
[14:39:05] Build root file w:PROJECTSmathTest.tex
[14:39:05] outDir: w:/PROJECTS/math
[14:39:05] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:39:05] Recipe step env: {}
[14:39:05] cwd: w:PROJECTSmath
[14:39:05] LaTeX build process spawned. PID: 23644.
[14:39:05] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23644.
[14:39:05] Does the executable exist? PATH: undefined
[14:39:05] The environment variable $SHELL: undefined
[14:39:52] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:52] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:52] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:39:52] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:52] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:39:52] BUILD command invoked.
[14:39:52] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:39:52] The languageId of the document: latex
[14:39:52] Building root file: w:PROJECTSmathTest.tex
[14:39:52] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:52] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:52] Build root file w:PROJECTSmathTest.tex
[14:39:52] outDir: w:/PROJECTS/math
[14:39:52] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:39:52] Recipe step env: {}
[14:39:52] cwd: w:PROJECTSmath
[14:39:52] LaTeX build process spawned. PID: 13224.
[14:39:52] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:52] Auto Build Run is temporarily disabled during a second.
[14:39:52] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 13224.
[14:39:52] Does the executable exist? PATH: undefined
[14:39:52] The environment variable $SHELL: undefined
[14:40:01] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:01] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:01] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:01] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:01] BUILD command invoked.
[14:40:01] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:01] The languageId of the document: latex
[14:40:01] Building root file: w:PROJECTSmathTest.tex
[14:40:01] Build root file w:PROJECTSmathTest.tex
[14:40:01] outDir: w:/PROJECTS/math
[14:40:01] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:01] Recipe step env: {}
[14:40:01] cwd: w:PROJECTSmath
[14:40:01] LaTeX build process spawned. PID: 17100.
[14:40:01] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17100.
[14:40:01] Does the executable exist? PATH: undefined
[14:40:01] The environment variable $SHELL: undefined
[14:40:02] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:02] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:02] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:02] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:02] BUILD command invoked.
[14:40:02] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:02] The languageId of the document: latex
[14:40:02] Building root file: w:PROJECTSmathTest.tex
[14:40:02] Build root file w:PROJECTSmathTest.tex
[14:40:02] outDir: w:/PROJECTS/math
[14:40:02] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:02] Recipe step env: {}
[14:40:02] cwd: w:PROJECTSmath
[14:40:02] LaTeX build process spawned. PID: 12688.
[14:40:02] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 12688.
[14:40:02] Does the executable exist? PATH: undefined
[14:40:02] The environment variable $SHELL: undefined
[14:40:33] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:33] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:33] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:40:33] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:33] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:33] BUILD command invoked.
[14:40:33] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:33] The languageId of the document: latex
[14:40:33] Building root file: w:PROJECTSmathTest.tex
[14:40:33] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:33] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:34] Build root file w:PROJECTSmathTest.tex
[14:40:34] outDir: w:/PROJECTS/math
[14:40:34] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:34] Recipe step env: {}
[14:40:34] cwd: w:PROJECTSmath
[14:40:34] LaTeX build process spawned. PID: 12140.
[14:40:34] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:34] Auto Build Run is temporarily disabled during a second.
[14:40:34] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 12140.
[14:40:34] Does the executable exist? PATH: undefined
[14:40:34] The environment variable $SHELL: undefined
[14:40:39] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:39] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:39] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:40:39] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:39] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:39] BUILD command invoked.
[14:40:39] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:39] The languageId of the document: latex
[14:40:39] Building root file: w:PROJECTSmathTest.tex
[14:40:39] Build root file w:PROJECTSmathTest.tex
[14:40:39] outDir: w:/PROJECTS/math
[14:40:39] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:39] Recipe step env: {}
[14:40:39] cwd: w:PROJECTSmath
[14:40:39] LaTeX build process spawned. PID: 560.
[14:40:39] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 560.
[14:40:39] Does the executable exist? PATH: undefined
[14:40:39] The environment variable $SHELL: undefined
[14:40:41] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:41] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:41] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:41] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:41] BUILD command invoked.
[14:40:41] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:41] The languageId of the document: latex
[14:40:41] Building root file: w:PROJECTSmathTest.tex
[14:40:41] Build root file w:PROJECTSmathTest.tex
[14:40:41] outDir: w:/PROJECTS/math
[14:40:41] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:41] Recipe step env: {}
[14:40:41] cwd: w:PROJECTSmath
[14:40:41] LaTeX build process spawned. PID: 14720.
[14:40:41] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 14720.
[14:40:41] Does the executable exist? PATH: undefined
[14:40:41] The environment variable $SHELL: undefined
[14:40:43] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:43] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:43] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:43] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:43] BUILD command invoked.
[14:40:43] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:43] The languageId of the document: latex
[14:40:43] Building root file: w:PROJECTSmathTest.tex
[14:40:43] Build root file w:PROJECTSmathTest.tex
[14:40:43] outDir: w:/PROJECTS/math
[14:40:43] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:43] Recipe step env: {}
[14:40:43] cwd: w:PROJECTSmath
[14:40:43] LaTeX build process spawned. PID: 17240.
[14:40:43] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17240.
[14:40:43] Does the executable exist? PATH: undefined
[14:40:43] The environment variable $SHELL: undefined
[14:40:52] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:52] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:52] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:40:52] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:52] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:52] BUILD command invoked.
[14:40:52] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:52] The languageId of the document: latex
[14:40:52] Building root file: w:PROJECTSmathTest.tex
[14:40:52] Build root file w:PROJECTSmathTest.tex
[14:40:52] outDir: w:/PROJECTS/math
[14:40:52] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:52] Recipe step env: {}
[14:40:52] cwd: w:PROJECTSmath
[14:40:52] LaTeX build process spawned. PID: 352.
[14:40:52] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 352.
[14:40:52] Does the executable exist? PATH: undefined
[14:40:52] The environment variable $SHELL: undefined
[14:41:17] File watcher — file changed: w:PROJECTSmathTest.tex
[14:41:17] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:41:17] Cannot parse a TeX file: w:PROJECTSmathTest.tex
[14:41:17] Fall back to regex-based completion.
[14:41:17] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:41:17] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:41:17] BUILD command invoked.
[14:41:17] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:41:17] The languageId of the document: latex
[14:41:17] Building root file: w:PROJECTSmathTest.tex
[14:41:17] Build root file w:PROJECTSmathTest.tex
[14:41:17] outDir: w:/PROJECTS/math
[14:41:17] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:41:17] Recipe step env: {}
[14:41:17] cwd: w:PROJECTSmath
[14:41:17] LaTeX build process spawned. PID: 23716.
[14:41:17] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23716.
[14:41:17] Does the executable exist? PATH: undefined
[14:41:17] The environment variable $SHELL: undefined
[14:41:57] File watcher — file changed: w:PROJECTSmathTest.tex
[14:41:57] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:41:57] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:41:57] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:41:57] BUILD command invoked.
[14:41:57] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:41:57] The languageId of the document: latex
[14:41:57] Building root file: w:PROJECTSmathTest.tex
[14:41:57] Build root file w:PROJECTSmathTest.tex
[14:41:57] outDir: w:/PROJECTS/math
[14:41:57] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:41:57] Recipe step env: {}
[14:41:57] cwd: w:PROJECTSmath
[14:41:57] LaTeX build process spawned. PID: 16304.
[14:41:57] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 16304.
[14:41:57] Does the executable exist? PATH: undefined
[14:41:57] The environment variable $SHELL: undefined
[14:43:15] File watcher — file changed: w:PROJECTSmathTest.tex
[14:43:15] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:43:15] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:43:15] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:43:15] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:43:15] BUILD command invoked.
[14:43:15] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:43:15] The languageId of the document: latex
[14:43:15] Building root file: w:PROJECTSmathTest.tex
[14:43:15] Build root file w:PROJECTSmathTest.tex
[14:43:15] outDir: w:/PROJECTS/math
[14:43:15] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:43:15] Recipe step env: {}
[14:43:15] cwd: w:PROJECTSmath
[14:43:15] LaTeX build process spawned. PID: 14448.
[14:43:15] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 14448.
[14:43:15] Does the executable exist? PATH: undefined
[14:43:15] The environment variable $SHELL: undefined
[15:02:10] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:02:10] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:02:10] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Root file changed: from w:PROJECTSmathTest.tex to w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Start to find all dependencies.
[15:02:10] Root file languageId: latex
[15:02:10] Reset file watcher.
[15:02:10] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Parse fls file.
[15:02:10] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[15:02:10] Added to file watcher: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:02:12] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:02:12] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:02:12] BibWatcher.bibWatcher.getWatched: {}
[15:02:12] BibWatcher.bibsWatched: []
[15:02:12] PdfWatcher.pdfWatcher.getWatched: {}
[15:02:12] PdfWatcher.pdfsWatched: []
[15:11:12] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:12] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:12] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] BUILD command invoked.
[15:11:12] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:12] The languageId of the document: latex
[15:11:12] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:12] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:12] Recipe step env: {}
[15:11:12] cwd: w:PROJECTSmathanalyticgeometry
[15:11:13] LaTeX build process spawned. PID: 17256.
[15:11:13] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17256.
[15:11:13] Does the executable exist? PATH: undefined
[15:11:13] The environment variable $SHELL: undefined
[15:11:14] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:14] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:14] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] BUILD command invoked.
[15:11:14] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:14] The languageId of the document: latex
[15:11:14] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:14] Auto Build Run is temporarily disabled during a second.
[15:11:14] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:14] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:14] Recipe step env: {}
[15:11:14] cwd: w:PROJECTSmathanalyticgeometry
[15:11:14] LaTeX build process spawned. PID: 8280.
[15:11:15] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 8280.
[15:11:15] Does the executable exist? PATH: undefined
[15:11:15] The environment variable $SHELL: undefined
[15:11:35] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:35] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:35] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] BUILD command invoked.
[15:11:35] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:35] The languageId of the document: latex
[15:11:35] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:35] Auto Build Run is temporarily disabled during a second.
[15:11:35] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:35] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:35] Recipe step env: {}
[15:11:35] cwd: w:PROJECTSmathanalyticgeometry
[15:11:36] LaTeX build process spawned. PID: 2548.
[15:11:36] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 2548.
[15:11:36] Does the executable exist? PATH: undefined
[15:11:36] The environment variable $SHELL: undefined
[15:11:38] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:38] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:38] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] BUILD command invoked.
[15:11:38] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:38] The languageId of the document: latex
[15:11:38] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:38] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:38] Recipe step env: {}
[15:11:38] cwd: w:PROJECTSmathanalyticgeometry
[15:11:38] LaTeX build process spawned. PID: 20692.
[15:11:38] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 20692.
[15:11:38] Does the executable exist? PATH: undefined
[15:11:38] The environment variable $SHELL: undefined
[15:11:41] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:41] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:41] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] BUILD command invoked.
[15:11:41] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:41] The languageId of the document: latex
[15:11:41] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:41] Auto Build Run is temporarily disabled during a second.
[15:11:41] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:41] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:41] Recipe step env: {}
[15:11:41] cwd: w:PROJECTSmathanalyticgeometry
[15:11:41] LaTeX build process spawned. PID: 18724.
[15:11:41] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 18724.
[15:11:41] Does the executable exist? PATH: undefined
[15:11:41] The environment variable $SHELL: undefined
[15:11:43] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:43] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:43] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] BUILD command invoked.
[15:11:43] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:43] The languageId of the document: latex
[15:11:43] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:43] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:43] Recipe step env: {}
[15:11:43] cwd: w:PROJECTSmathanalyticgeometry
[15:11:43] LaTeX build process spawned. PID: 1868.
[15:11:43] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 1868.
[15:11:43] Does the executable exist? PATH: undefined
[15:11:43] The environment variable $SHELL: undefined
[15:11:44] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:44] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:44] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:44] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:44] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:45] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] BUILD command invoked.
[15:11:45] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:45] The languageId of the document: latex
[15:11:45] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:45] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:45] Recipe step env: {}
[15:11:45] cwd: w:PROJECTSmathanalyticgeometry
[15:11:45] LaTeX build process spawned. PID: 23716.
[15:11:45] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:45] Auto Build Run is temporarily disabled during a second.
[15:11:45] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23716.
[15:11:45] Does the executable exist? PATH: undefined
[15:11:45] The environment variable $SHELL: undefined
[15:12:16] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:12:16] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:12:16] Found root file from active editor: w:PROJECTSmathTest.tex
[15:12:16] Root file changed: from w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex to w:PROJECTSmathTest.tex
[15:12:16] Start to find all dependencies.
[15:12:16] Root file languageId: latex
[15:12:16] Reset file watcher.
[15:12:17] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[15:12:17] Parse fls file.
[15:12:17] Cannot find fls file: w:PROJECTSmathTest.fls
[15:12:17] Added to file watcher: w:PROJECTSmathTest.tex
[15:12:17] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[15:12:18] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:12:18] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:12:18] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Root file changed: from w:PROJECTSmathTest.tex to w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Start to find all dependencies.
[15:12:18] Root file languageId: latex
[15:12:18] Reset file watcher.
[15:12:18] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Parse fls file.
[15:12:18] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[15:12:18] Added to file watcher: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:12:19] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:12:19] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:12:19] BibWatcher.bibWatcher.getWatched: {}
[15:12:19] BibWatcher.bibsWatched: []
[15:12:19] PdfWatcher.pdfWatcher.getWatched: {}
[15:12:19] PdfWatcher.pdfsWatched: []
[15:12:20] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:12:20] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:12:20] BibWatcher.bibWatcher.getWatched: {}
[15:12:20] BibWatcher.bibsWatched: []
[15:12:20] PdfWatcher.pdfWatcher.getWatched: {}
[15:12:20] PdfWatcher.pdfsWatched: []
[15:29:29] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:29:29] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:29:29] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:29] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:31] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:29:31] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:29:31] BibWatcher.bibWatcher.getWatched: {}
[15:29:31] BibWatcher.bibsWatched: []
[15:29:31] PdfWatcher.pdfWatcher.getWatched: {}
[15:29:31] PdfWatcher.pdfsWatched: []
[15:29:52] VIEW command invoked.
[15:29:52] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:29:52] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:29:52] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:52] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:54] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:29:54] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:29:54] BibWatcher.bibWatcher.getWatched: {}
[15:29:54] BibWatcher.bibsWatched: []
[15:29:54] PdfWatcher.pdfWatcher.getWatched: {}
[15:29:54] PdfWatcher.pdfsWatched: []
[15:29:55] Cannot find PDF file w:PROJECTSmathanalyticgeometrySection1.2_Problems.pdf
[15:30:10] VIEW command invoked with mode: browser.
[15:30:10] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:10] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:10] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:10] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:10] Cannot find PDF file w:PROJECTSmathanalyticgeometrySection1.2_Problems.pdf
[15:30:12] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:12] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:12] BibWatcher.bibWatcher.getWatched: {}
[15:30:12] BibWatcher.bibsWatched: []
[15:30:12] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:12] PdfWatcher.pdfsWatched: []
[15:30:28] KILL command invoked.
[15:30:28] LaTeX build process to kill is not found.
[15:30:31] RECIPES command invoked.
[15:30:31] BUILD command invoked.
[15:30:31] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:30:31] The languageId of the document: latex
[15:30:31] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:31] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:31] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] outDir: w:/PROJECTS/math/analyticgeometry
[15:30:31] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:30:31] Recipe step env: {}
[15:30:31] cwd: w:PROJECTSmathanalyticgeometry
[15:30:31] LaTeX build process spawned. PID: 23996.
[15:30:31] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23996.
[15:30:31] Does the executable exist? PATH: undefined
[15:30:31] The environment variable $SHELL: undefined
[15:30:33] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:33] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:33] BibWatcher.bibWatcher.getWatched: {}
[15:30:33] BibWatcher.bibsWatched: []
[15:30:33] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:33] PdfWatcher.pdfsWatched: []
[15:30:38] RECIPES command invoked.
[15:30:38] BUILD command invoked.
[15:30:38] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:30:38] The languageId of the document: latex
[15:30:38] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:38] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:38] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] outDir: w:/PROJECTS/math/analyticgeometry
[15:30:38] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:30:38] Recipe step env: {}
[15:30:38] cwd: w:PROJECTSmathanalyticgeometry
[15:30:38] LaTeX build process spawned. PID: 6424.
[15:30:38] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 6424.
[15:30:38] Does the executable exist? PATH: undefined
[15:30:38] The environment variable $SHELL: undefined
[15:30:40] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:40] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:40] BibWatcher.bibWatcher.getWatched: {}
[15:30:40] BibWatcher.bibsWatched: []
[15:30:40] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:40] PdfWatcher.pdfsWatched: []
[15:30:42] BUILD command invoked.
[15:30:42] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:30:42] The languageId of the document: latex
[15:30:42] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:42] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:42] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] outDir: w:/PROJECTS/math/analyticgeometry
[15:30:42] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:30:42] Recipe step env: {}
[15:30:42] cwd: w:PROJECTSmathanalyticgeometry
[15:30:42] LaTeX build process spawned. PID: 18644.
[15:30:43] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 18644.
[15:30:43] Does the executable exist? PATH: undefined
[15:30:43] The environment variable $SHELL: undefined
[15:30:44] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:44] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:44] BibWatcher.bibWatcher.getWatched: {}
[15:30:44] BibWatcher.bibsWatched: []
[15:30:44] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:44] PdfWatcher.pdfsWatched: []
[18:58:55] LOG command invoked: default

Содержание

  1. spawn C:Windowssystem32cmd.exe ENOENT error with childProcess.exec() on Debugger #28271
  2. Comments
  3. atif089 commented Jun 9, 2017 •
  4. weinand commented Jun 14, 2017 •
  5. atif089 commented Jun 14, 2017
  6. atif089 commented Jun 15, 2017
  7. weinand commented Jun 15, 2017
  8. Electron (Packaged): Windows 10 spawn ENOENT error #135
  9. Comments
  10. byfareska commented Apr 23, 2019
  11. rexn8r commented Jul 12, 2019
  12. bencevans commented Jul 12, 2019
  13. rexn8r commented Jul 12, 2019
  14. Error: spawn cmd ENOENT in VS code #1818
  15. Comments
  16. mishra1207 commented Nov 27, 2019
  17. lcampos commented Dec 30, 2019
  18. mishra1207 commented Jan 2, 2020
  19. Problem with npm start (error : spawn cmd ENOENT)
  20. 5 Answers 5
  21. Not the answer you’re looking for? Browse other questions tagged node.js reactjs windows git-bash or ask your own question.
  22. Linked
  23. Related
  24. Hot Network Questions
  25. Subscribe to RSS
  26. Spawn c windows system32 cmd exe enoent
  27. Intelligent Recommendation
  28. Startup failure report: spawn cmd ENOENT error
  29. Eggjs start report spawn tail ENOENT error
  30. One nodejs Error: spawn convert ENOENT
  31. Recipe terminated with fatal error: spawn xelatex ENOENT
  32. Recipe terminated with fatal error: spawn latexmk ENOENT.

spawn C:Windowssystem32cmd.exe ENOENT error with childProcess.exec() on Debugger #28271

Steps to Reproduce:

The text was updated successfully, but these errors were encountered:

weinand commented Jun 14, 2017 •

@atif089 I cannot reproduce this (because I do not know the value of ‘execPath’).

Please provide a small code snippet that I can use to reproduce the problem (and please real code and not a screenshot since I do not want to enter it by typing).

Thanks for the follow-up @weinand. Here’s all the code from the actual screenshot.

This file works fine when I run it in the terminal (both cmd and the integrated one in VS Code) but then when I run it by pressing F5 I see the error mentioned. I tried running VS Code as Administrator assuming that might make difference but there was no change.

And this file was working fine in at least until version 1.10

I figured this has nothing to do with VS code. The exec command fails because the resolved cwd path was invalid and it didn’t exist.

When I was running it through the terminal, I was always in the appropriate directory and that is why the command was working fine.

weinand commented Jun 15, 2017

@atif089 thanks for investigating (and resolving) the issue.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Electron (Packaged): Windows 10 spawn ENOENT error #135

I’m getting something like that but on Windows 10 (on ubuntu works fine).
https://stackoverflow.com/questions/17951133/spawn-enoent-error

I’ve switched from 1.7.0 to 1.6.1 and it works on both OS.

The text was updated successfully, but these errors were encountered:

I am also having the same error after packaging the app..

I did revert back to 1.6.1 but still no luck.

Check environment variable and it has «C:WINDOWSsystem32cmd.exe» in the path variable.

any pointer as to how to resolve this issue?

@rexn8r what do you mean by packaging the app?

when i create app package using electron-packager and run the exe with asar file, the plugin throws the error.

If i run the electron app in development environment i.e. using npm start command from node.js command window, the plug-in works absolutely fine.

the package folder structure created by electron-packager is:

app.exe
— resources (folder)
—|__ (under resource folder) app.asar (all the app files are packaged in it with html, javascript, node modules etc)

i unpacked the asar file and node module folder did have the screen-shot files. so its not that the packager is missing files.

Источник

Error: spawn cmd ENOENT in VS code #1818

Hi,
I am getting following error while running command- SFDX: Authorize an Org in VS Code:
Error: spawn cmd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:77:11) <
errno: ‘ENOENT’,
code: ‘ENOENT’,
syscall: ‘spawn cmd’,
path: ‘cmd’,
spawnargs: [
‘/c’,
‘start’,
‘»»‘,
‘/b’,
‘https://login.salesforce.com//services/oauth2/authorize?response_type=code^&client_id=PlatformCLI^&redirect_uri=http%3A%2F%2Flocalhost%3A1717%2FOauthRedirect^&state=13f03582c57b^&prompt=login^&scope=refresh_token%20api%20web^&code_challenge=0q6hC3VWjMYLBKGHzLGm8g-NkJORu5ASRMfbdxDRyT0’
]
>

Could you please help me on this?
I have checked my configs and seems to be good.

The text was updated successfully, but these errors were encountered:

@mishra1207 can you provide the following details on your setup:

If you are running on a Windows system I’ve seen similar errors happening when the System Environment variable PATH does not include the CLI’s path.

I was able to resolve the issue.
It was happening due to proxy settings in my company provided laptop. After removing them it started working.
Thank you for your response.

Источник

Problem with npm start (error : spawn cmd ENOENT)

I have a problem with my application. Because before when I created an application it worked, but now, it shows me this error and I do not know why and the things I have to do to fix it.

I checked some stackoverflow topics but everywhere I checked, it was not really an answer that worked.

yKhRr

5 Answers 5

Add C:WindowsSystem32 to the global PATH environment variable.

Solution 1

Solution 2

If the first one doesn’t work follow the 2nd steps. Navigate to your project folder and type this command >>>

Solution 3

Downgrade react-scripts in package.json file

agMKZ

I had the same problem after I tried to install Mongo DB. I found out that this problem only exists with react-scripts@3.0.0. Try to reinstall your npm with a different react script version. Simply go to your folder in command and reinstall like this:

After that the app worked for me again.

photo

For all those Who’ve come to this problem from react scripts not starting. The solution is

urGUZ

Not the answer you’re looking for? Browse other questions tagged node.js reactjs windows git-bash or ask your own question.

Linked

Hot Network Questions

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

site design / logo © 2022 Stack Exchange Inc; user contributions licensed under cc by-sa. rev 2022.11.3.40639

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Источник

Spawn c windows system32 cmd exe enoent

This problem occurred when running vue ui. I forgot to take the specific screenshots, but the solution to this problem is basically the same, all because of the missing part of the user environment variables due to setting conflicts.

Adding System32 variables to user environment variables will probably solve this problem.

4c4eef12f052946d29fc084d67b1116f

b5ac245a6ddce3cc714951c81162e4e9

Intelligent Recommendation

8513e6651bb600d8a10a0ee7beb4987b

Startup failure report: spawn cmd ENOENT error

spawn cmd ENOENT Npm start error when starting, and then checked Baidu said that because the port is occupied, did not want to understand but killed the occupied port with the command line or an error.

Eggjs start report spawn tail ENOENT error

Start eggjsnpm run startReport an error while usingnpm run devno problem Develop window 7, used by the computer, used to use the systemcmdExecute the relevant command and throw the following error: Ca.

One nodejs Error: spawn convert ENOENT

the reason: I used itnode-galleryBut not installedimagemagick. You may or may not have the required program, the error prompted by nodejs is too obvious, but there is experience to find.

d873796ec471b52ae984f5d37e28ae3c

Recipe terminated with fatal error: spawn xelatex ENOENT

Recipe terminated with fatal error: spawn latexmk ENOENT.

Analysis Version info: VS code:1.50.0, Tex Live:2019/Debian, LaTex Workshop:8.13.2 Action Make sure your operation is correct by referencing to official guideline and VS Code + LaTeX. Install TEXLIVE.

Источник

Since the speed of compiling LaTeX in windows is much lower than that in Linux, but we may often need to work on Windows system, is there a way to write articles with LaTeX in windows and enjoy the compilation speed of Linux?
The answer is:

  • Windows system: VScode (extension: remote SSH + latex workshop)
  • Remote Linux system: TeX Live 2021

Install TeX Live 2021 on remote Linux system (take Ubuntu as an example)

  • Download TeX Live (domestic image): http://mirrors.cqu.edu.cn/CTAN/systems/texlive/Images/ ), select textlive2021.iso.
  • Install (after executing sudo. / install TL, select the first install to install directly)
sudo mount -o loop texlive2021.iso /mnt/
cd /mnt/
sudo ./install-tl
  • Configure environment variables
    • vim ~/.bashrc
    • Append the following command at the end of the text, and execute source ~/.bashrc after exiting
    #tex live 2021
    export MANPATH=${MANPATH}:/usr/local/texlive/2021/texmf-dist/doc/man
    export INFOPATH=${INFOPATH}:/usr/local/texlive/2021/texmf-dist/doc/info
    export PATH=${PATH}:/usr/local/texlive/2021/bin/x86_64-linux
    
  • Verify whether the installation is successful: execute latex -version. If the version information is displayed, the installation is successful.

Configuring the remote development environment on local Windows

  • Install vscade and download it directly from the official website.
  • Install the remote SSH plug-in
    • After installation, click the [remote control] icon, then click the [setting] icon, and select [C:xxx/.ssh/config] to enter the configuration interface.
    • The basic configuration is as follows
    Host HMLab88                    #Custom host name
        HostName 115.24.167.215     #Host IP
        Port 22                   #If you have a port number, add it here
        User xxx              #User name of the host user
    
  • Install the LaTeX Workshop plug-in and configure LaTeX compilation information in vscade
  • Use the shortcut key: Ctrl+Shift+P, enter json, and open the configuration file. «Latex workshop. Latex. Recipes» and «latex workshop. Latex. Tools» can be added. See the appendix for details.

Open the LaTeX folder in remote Linux in local Windows and compile it

  • Select the [remote control] icon in VsCode to open the remote machine. Select File — > open folder to find the LaTeX folder you want to open.
  • Select the. TEX file to see the [TEX] icon in the left toolbar.
  • Execute Ctrl+S to save the file and compile it

Question:
Errors may be reported when compiling for the first time after the environment has just been configured:
Recipe terminated with fatal error: spawn latexmk ENOENT.
This is because the environment variable does not take effect in VsCode. You can try the following:

  • Execute F1, enter remote SSH: kill vs code server on host… And try to recompile.
  • Restart the remote server

Appendix:
LaTeX configuration information:

    // LaTeX configuration
    //Auto wrap
    "[latex]": {
        "editor.wordWrap": "on"
    },
    //The last used method is applied by default to compile
    "latex-workshop.latex.recipe.default": "lastUsed",
    //Display the Unimath symbol at the completion prompt
    "latex-workshop.intellisense.unimathsymbols.enabled": true,
    //Complete from referenced packages
    "latex-workshop.intellisense.package.enabled": true,
    "latex-workshop.view.pdf.viewer": "tab",

    "latex-workshop.latex.recipes": [
        {
            "name": "pdfLaTeXmk",
            "tools": [
                "pdfLaTeXmk"
            ]
        },
        {
          "name": "XeLaTeXmk",
          "tools": [
              "XeLaTeXmk"
          ]
        },
        {
          "name": "pdflatex -> bibtex -> pdflatex*2",
          "tools": [
              "pdflatex",
              "bibtex",
              "pdflatex",
              "pdflatex"
          ]
        },
        {
          "name": "latexmk",
          "tools": [
              "latexmk"
          ]
        },
        {
          "name": "xelatex",
          "tools": [
              "xelatex"
          ]
        }, 
        ],

        "latex-workshop.latex.tools": [
        {
            "name": "XeLaTeXmk",
            "command": "latexmk",
            "args": [
                "-xelatex",
                "-synctex=1",
                "-shell-escape",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },
        {
            "name": "pdfLaTeXmk",
            "command": "latexmk",
            "args": [
                "-pdflatex",
                "-synctex=1",
                "-shell-escape",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ]
        },
        {
        "name": "latexmk",
        "command": "latexmk",
        "args": [
          "-synctex=1",
          "-interaction=nonstopmode",
          "-file-line-error",
          "%DOC%"
        ]
        }, {
        "name": "xelatex",
        "command": "xelatex",
        "args": [
          "-synctex=1",
          "-interaction=nonstopmode",
          "-file-line-error",
          "%DOC%"
        ]
        }, 
        {
        "name": "pdflatex",
        "command": "pdflatex",
        "args": [
          "-synctex=1",
          "-interaction=nonstopmode",
          "-file-line-error",
          "%DOC%"
        ]
        }, {
        "name": "bibtex",
        "command": "bibtex",
        "args": [
          "%DOCFILE%"
        ]
        }],
        "latex-workshop.view.pdf.viewer": "tab",
        "latex-workshop.latex.clean.fileTypes": [
        "*.aux",
        "*.bbl",
        "*.blg",
        "*.idx",
        "*.ind",
        "*.lof",
        "*.lot",
        "*.out",
        "*.toc",
        "*.acn",
        "*.acr",
        "*.alg",
        "*.glg",
        "*.glo",
        "*.gls",
        "*.ist",
        "*.fls",
        "*.log",
        "*.fdb_latexmk"
        ],

Posted by andyhua12
at Nov 15, 2021 — 7:39 AM
Tag:
ssh
Linux
Visual Studio Code

Я только что установил Debian 10, а также vscode. Я боролся с этим уже 3 дня. Я установил texlive из терминала с помощью следующей команды:

sudo apt install texlive

Затем я установил расширение латексной мастерской в ​​vscode и попытался создать файл .tex. Выскочила следующая ошибка:

Recipe terminated with fatal error: spawn latexmk ENOENT.

Затем я предшествовал установке latexmk из терминала с помощью:

sudo apt install latexmk

После этого постоянно выскакивала та же ошибка. Вывод показал это.

[14:59:34] Recipe step env: {}
[14:59:34] cwd: /home/phoenix/Documents/stellies/year4/2021/s&s-414/pracs/prac-4/report
[14:59:34] LaTeX build process spawned. PID: undefined.
[14:59:35] LaTeX fatal error: spawn latexmk ENOENT, . PID: undefined.
[14:59:35] Does the executable exist? PATH: /app/bin:/usr/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/node/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/cargo/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/python/bin
[14:59:35] The environment variable $SHELL: /bin/sh

Затем я перешел к обзору веб-сайта texlive. Я заметил, что я не установил переменную пути для включения двоичных файлов texlive. Веб-сайт texlive дает следующий путь к двоичным файлам: PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH однако /usr/local/texlive по какой-то причине не существует в моей системе. Где я могу найти правильный путь к двоичным файлам texlive в Debian 10?

5 ответов

У меня такая же проблема, кажется, неправильное поведение Vscode на MacOS

  • проверьте, находится ли команда в пути на Mac

which command_you are running пример which latexmk

Если это выводит что-то, это означает, что у вас установлен латекс, в противном случае идите и установите его и убедитесь, что он доступен через командную строку.

  • Если латекс установлен и у вас возникает эта проблема, вы можете просто перезапустить свой VSCode, и все будет в порядке.


0

Espoir Murhabazi
20 Янв 2022 в 00:32

Недавно у меня была такая же проблема на Mac, исправление, которое сработало для меня, состояло в том, чтобы удалить и переустановить расширение LaTeX Workshop.


4

Gilbert M.
26 Сен 2021 в 06:06

Недавно я столкнулся с той же проблемой в MacOS Monterrey (на базе M1). Я использовал basictex (только для контекста). В соответствии с инструкцией по установке,

  1. Я добавил TeXLive в PATH,
  2. установил пакет latexmk в дистрибутив TeX.

Однако все равно получил ту же ошибку, что и OP.

Прочитав wiki еще раз более внимательно, что в итоге сработало для меня было так же просто, как перезапустить VS Code и MacOS. Все работает как положено после перезагрузки MAC.


4

chjch
30 Ноя 2021 в 19:42

У меня такая же проблема. Основная причина заключалась в следующем: (1) папка bin программного обеспечения отсутствует в PATH; (2) плохие права доступа к файлам. Следовательно, VSC не смог получить доступ к latexmk, что объясняет сообщения об ошибках.

В моем случае проблема возникла на Mac, а конкретно после того, как я установил MacTex, который, в свою очередь, устанавливает Tex Live. Я считаю, что то же самое решение может применяться и к дистрибутивам Linux.

Решение:

  1. Заявить право собственности на файл (который изначально был корневым) в папке /usr/local/texlive: sudo chown -R <username> /usr/local/texlive, где <username> — имя пользователя на уровне ОС. Исправление будет работать для этого конкретного пользователя. Если этого недостаточно, попробуйте вместо этого правильно установить владельца группы и/или рассмотрите шаг 3.

  2. Добавьте /usr/local/texlive/2021/bin/<software_dialect> в ПУТЬ. <software_dialect> зависит от версии установленного ПО: в моем случае это universal-darwin; в Linux это может быть x86_64-linux.

  3. Если проблема не устранена, попробуйте изменить права доступа к файлам в разделе /usr/local/texlive с помощью chmod.

РЕДАКТИРОВАТЬ: В качестве последнего шага перезапустите VSC, чтобы изменения вступили в силу.


10

amka66
1 Окт 2021 в 01:15

Понравилась статья? Поделить с друзьями:
  • Recipe compile error in opt gitlab embedded cookbooks cache cookbooks gitlab ee recipes default rb
  • Redis reply error
  • Received unexpected http status 500 internal server error
  • Redis protocol error
  • Received error when trying to advertise server on master server response was not valid json