Closed qwertydog closed 6 years ago
The logger also references the AppDataPath setting in the RWC constructor, which may cause log files to be created in "C:\Logs":
Nice fix. Thanks for the corrections. They;ve been merged into the dev branch. :)
Hi Paul, I noticed a small issue when installing today. I'm be keen to help out with some bug fixes/new features
The thumbnailCache folder wasn't being created on startup if the folder had been deleted or if the setting already had a valid path.
log.txt
I also notice that when instantiating the Database class to set the RWC.database field, the constructor references the AppDataPath setting to set the dbPath, but is being instantiated before RWC_Load where the AppDataPath setting is actually assigned, possibly the cause of issue #78?