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 application doesn't seem to create the required files and folders on first launch which causes it to crash.
`[Nest] 23888 - 2024-10-29 12:27:27 WARN Could not get documents path via WinAPI, trying alternate method
[Nest] 23888 - 2024-10-29 12:27:27 WARN Error: Failed to find My Documents folder
pkg/prelude/bootstrap.js:1872
throw error;
^
Error: ENOENT: no such file or directory, mkdir 'C:\Users\daanb\OneDrive\Documenten\FlyByWireSim'
If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
at Object.mkdirSync (node:fs:1394:3)
at Object.mkdirSync (pkg/prelude/bootstrap.js:1639:33)
at C:\snapshot\simbridge\node_modules\file-stream-rotator\FileStreamRotator.js:669:24
at Array.reduce ()
at mkDirForFile (C:\snapshot\simbridge\node_modules\file-stream-rotator\FileStreamRotator.js:656:27)
at Object.getStream (C:\snapshot\simbridge\node_modules\file-stream-rotator\FileStreamRotator.js:532:5)
at new DailyRotateFile (C:\snapshot\simbridge\node_modules\winston-daily-rotate-file\daily-rotate-file.js:80:57)
at Object. (C:\snapshot\simbridge\dist\config\winston.service.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Module._extensions..js (node:internal/modules/cjs/loader:1166:10) {
errno: -4058,
syscall: 'mkdir',
code: 'ENOENT',
path: 'C:\Users\daanb\OneDrive\Documenten\FlyByWireSim\',
pkg: true
}
Node.js v18.5.0`
The text was updated successfully, but these errors were encountered:
The application doesn't seem to create the required files and folders on first launch which causes it to crash.
`[Nest] 23888 - 2024-10-29 12:27:27 WARN Could not get documents path via WinAPI, trying alternate method
[Nest] 23888 - 2024-10-29 12:27:27 WARN Error: Failed to find My Documents folder
pkg/prelude/bootstrap.js:1872
throw error;
^
Error: ENOENT: no such file or directory, mkdir 'C:\Users\daanb\OneDrive\Documenten\FlyByWireSim'
at Object.mkdirSync (node:fs:1394:3)
at Object.mkdirSync (pkg/prelude/bootstrap.js:1639:33)
at C:\snapshot\simbridge\node_modules\file-stream-rotator\FileStreamRotator.js:669:24
at Array.reduce ()
at mkDirForFile (C:\snapshot\simbridge\node_modules\file-stream-rotator\FileStreamRotator.js:656:27)
at Object.getStream (C:\snapshot\simbridge\node_modules\file-stream-rotator\FileStreamRotator.js:532:5)
at new DailyRotateFile (C:\snapshot\simbridge\node_modules\winston-daily-rotate-file\daily-rotate-file.js:80:57)
at Object. (C:\snapshot\simbridge\dist\config\winston.service.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Module._extensions..js (node:internal/modules/cjs/loader:1166:10) {
errno: -4058,
syscall: 'mkdir',
code: 'ENOENT',
path: 'C:\Users\daanb\OneDrive\Documenten\FlyByWireSim\',
pkg: true
}
Node.js v18.5.0`
The text was updated successfully, but these errors were encountered: