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
It appears that this project is dead, but figured I'd put this up here anyway...
Describe the bug
I have my Documents, Music, Downloads, etc. folders on my D:\ drive since my C:\ drive is an SSD.
There is no folder called "Documents" in the expect location of "C:\Users[USERNAME]", so the program fails to function. It is unable to create it's own "HBBatchBeast" folder where it stores the config and log files and as a result throws the following error:
[22:53:12]Error: ENOENT: no such file or directory, mkdir 'C:\Users[USERNAME]/Documents/HBBatchBeast' at fs.mkdirSync (fs.js:872:3) at Object.fs.mkdirSync (ELECTRON_ASAR.js:727:16) at window.onload (file:///C:/Users/[USERNEAME]/Desktop/hbbatchbeast-Windows-v2.1.5/resources/app.asar/mainWindow.html:441:16)
If I create a folder called "Documents" at the above listed location, everything works perfectly.
To Reproduce
Steps to reproduce the behavior:
Have no 'Documents' folder at "C:\Users[USERNAME]"
Launch the program
Noting works
See error in text box at bottom of app window
Expected behavior
The software functions
Desktop (please complete the following information):
OS: Windows 10 PRO 21H1
Browser Firefox <-- Why is this relevant??
Version 104.0.2
The text was updated successfully, but these errors were encountered:
FeMaster1
changed the title
Program fails to function at all if the 'Documents' folder is not located on the C:/ drive.
Program fails to function at all if the 'Documents' folder is not located on the C:\ drive.
Sep 21, 2022
FeMaster1
changed the title
Program fails to function at all if the 'Documents' folder is not located on the C:\ drive.
Program fails to function if the 'Documents' folder is not located on the C:\ drive.
Sep 21, 2022
It appears that this project is dead, but figured I'd put this up here anyway...
Describe the bug
I have my Documents, Music, Downloads, etc. folders on my D:\ drive since my C:\ drive is an SSD.
There is no folder called "Documents" in the expect location of "C:\Users[USERNAME]", so the program fails to function. It is unable to create it's own "HBBatchBeast" folder where it stores the config and log files and as a result throws the following error:
[22:53:12]Error: ENOENT: no such file or directory, mkdir 'C:\Users[USERNAME]/Documents/HBBatchBeast' at fs.mkdirSync (fs.js:872:3) at Object.fs.mkdirSync (ELECTRON_ASAR.js:727:16) at window.onload (file:///C:/Users/[USERNEAME]/Desktop/hbbatchbeast-Windows-v2.1.5/resources/app.asar/mainWindow.html:441:16)
If I create a folder called "Documents" at the above listed location, everything works perfectly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The software functions
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: