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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension crashes with the following stack trace. I have no idea why it would try to open a file called Marlin\src\inc\Conditionals-1-axes, since nothing in Marlin references a file of that (or similar) name.
This is on VsCode 1.94.2
[error] Error: ENOENT: no such file or directory, open 'c:\Users\me\ownCloud\3D\Pastamatic - Filament Spool Winder\AnetA8Firmware\Marlin-2.0.9.7\Marlin\src\inc\Conditionals-1-axes.h'
at Object.readFileSync (node:fs:450:20)
at t.readFileSync (node:electron/js2c/node_init:2:9900)
at combinedSchema (c:\Users\me\.vscode\extensions\marlinfirmware.auto-build-2.1.56\abm\editor.js:123:18)
at Object.<anonymous> (c:\Users\me\.vscode\extensions\marlinfirmware.auto-build-2.1.56\abm\editor.js:150:17)
at Module._compile (node:internal/modules/cjs/loader:1373:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1432:10)
at Module.load (node:internal/modules/cjs/loader:1215:32)
at Module._load (node:internal/modules/cjs/loader:1031:12)
at c._load (node:electron/js2c/node_init:2:13801)
at e._load (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:10870)
at t._load (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:166:22422)
at i._load (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:4651)
at Module.require (node:internal/modules/cjs/loader:1240:19)
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (c:\Users\me\.vscode\extensions\marlinfirmware.auto-build-2.1.56\extension.js:14:16)
at Module._compile (node:internal/modules/cjs/loader:1373:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1432:10)
at Module.load (node:internal/modules/cjs/loader:1215:32)
at Module._load (node:internal/modules/cjs/loader:1031:12)
at c._load (node:electron/js2c/node_init:2:13801)
at e._load (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:10870)
at t._load (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:166:22422)
at i._load (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:158:4651)
at Module.require (node:internal/modules/cjs/loader:1240:19)
at require (node:internal/modules/helpers:179:18)
at hB.xb (file:///c:/Users/me/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:166:23767)
at async Promise.all (index 0)
The text was updated successfully, but these errors were encountered:
Compare the two zip files on the left and the git clone result on the right:
No idea what is going on here, but either the zip files are incomplete, or the AutoMarlinBuild extension is not compatible with the zip files. I don't have an explanation for either of those two cases.
fritzw
changed the title
Tries to read non-existing file Marlin\src\inc\Conditionals-1-axes.
Tries to read non-existing file Marlin\src\inc\Conditionals-1-axes.h
Oct 16, 2024
The extension crashes with the following stack trace. I have no idea why it would try to open a file called
Marlin\src\inc\Conditionals-1-axes
, since nothing in Marlin references a file of that (or similar) name.This is on VsCode 1.94.2
The text was updated successfully, but these errors were encountered: