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
Changing the default location of the application causes the application to bug out and not run correctly.
To Reproduce
Steps to reproduce the behavior:
Download, extract and install v0.5.4
Change the default cache location (Open Settings... > Video Cache > Move Location)
Close the settings page.
Screen saver does not run (black screen when triggered). Cannot select Settings or Preview.
Application is still running (can be seen in Windows Task Manager).
Expected behavior
The application should not crash when default settings are changed.
Screenshots
Instead of screenshots, I am opting for debugging output, which I gathered by testing the application by using the command line (documented here):
C:\Download-Path\aerial-v0.5.4>aerial.scr /s
which gave the following error:
C:\Download-Path\aerial-v0.5.4>aerial.scr /s
C:\Download-Path\aerial-v0.5.4>
(node:6284) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, scandir 'C:\NEW-LOCATION\cache\temp'
at Object.readdirSync (fs.js:854:3)
at Object.fs.readdirSync (electron/js2c/asar.js:605:39)
at Object.fs.readdirSync (electron/js2c/asar.js:605:39)
at clearCacheTemp (C:\Download-Path\aerial-v0.5.4\resources\app\app.js:517:18)
at startUp (C:\Download-Path\aerial-v0.5.4\resources\app\app.js:187:5)
(node:6284) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, scandir 'C:\NEW-LOCATION\cache\temp'
at Object.readdirSync (fs.js:854:3)
at Object.fs.readdirSync (electron/js2c/asar.js:605:39)
at Object.fs.readdirSync (electron/js2c/asar.js:605:39)
at clearCacheTemp (C:\Download-Path\aerial-v0.5.4\resources\app\app.js:517:18)
at startUp (C:\Download-Path\aerial-v0.5.4\resources\app\app.js:187:5)
(node:6284) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async functionwithout a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:6284) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async functionwithout a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:6284) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:6284) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Aerial Version
aerial-v0.5.4
Additional context
In my case, I changed the default location of the cache folder, but the application did not create the temp folder under this cache folder. I manually created this temp folder and the application has been working as expected ever since.
The text was updated successfully, but these errors were encountered:
Uncheck "Immediately update video cache" option under Settings, Video Cache menu.
Create a subfolder inside the folder you have selected as cache location and name it temp
Please report your result, to confirm that it works.
@OrangeJedi You should add the function to create a new subfolder called temp to the new cache location in order to solve this issue, when a new update is rolled out. I think that by making this change, the problem reported in #63 and #64 (app not starting or multile instances are running but no visual change) will be also solved and Beta 0.5.4 version of the app will be working properly.
Describe the bug
Changing the default location of the application causes the application to bug out and not run correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The application should not crash when default settings are changed.
Screenshots
Instead of screenshots, I am opting for debugging output, which I gathered by testing the application by using the command line (documented here):
which gave the following error:
Aerial Version
aerial-v0.5.4
Additional context
In my case, I changed the default location of the cache folder, but the application did not create the
temp
folder under this cache folder. I manually created thistemp
folder and the application has been working as expected ever since.The text was updated successfully, but these errors were encountered: