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
Describe the bug
When using a ram disk for the Temp path Flashpoint crashes whenever I try to change the config.
The usage of realpath on this line could be responsible for the bug:
Set your Temp path to the new ram disk volume you just created by changing the environment variables (can also be done directly from ImDisk)
Open flashpoint and change something in the config tab
See error
Expected behavior
It should be possible to have the temp path set to a non-default path without Flashpoint crashing.
Desktop (please complete the following information):
OS: [Windows 10]
Flashpoint Version [Infinity 13.0.2]
Log text (if relevant)
Additional context
--- Build Version: 2024-05-26 (c2d0000) ---
Back - Initializing...
Back - Loaded Config
Checking for prefs override at ..\.preferences.defaults.json
Back - Loaded Preferences
Back - Initialized Languages
Back - Parsed Playlists
Back - Parsed Extensions
Back - Initialized Themes
Back - Registered System Middleware
Back - Opened File Server
Back - Opened Websocket
Back - Ready for Init
Back - Loaded Extension Config
Back - Checked Component Updates
Back - Initialized Services
Back - Loaded Exec Mappings
Back - Initialized Database
finding playlists?
Back - Initialized Logo Sets
Back - Initialized Extensions
Back - Initialized Curations
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: EISDIR: illegal operation on a directory, realpath 'R:\Temp'] {
errno: -4068,
code: 'EISDIR',
syscall: 'realpath',
path: 'R:\\Temp'
}
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a ram disk for the Temp path Flashpoint crashes whenever I try to change the config.
The usage of
realpath
on this line could be responsible for the bug:launcher/src/back/util/misc.ts
Line 382 in 9e768b2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be possible to have the temp path set to a non-default path without Flashpoint crashing.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: