ryobg / JContainers

JSON-based data structures for Papyrus - the TESV Skyrim SE scripting language
MIT License
107 stars 23 forks source link

Crashing because of read-only user folder #102

Open speeder opened 1 year ago

speeder commented 1 year ago

Every time I use a mod that save to user folder instead of game folder, Skyrim crashes. I found out is because Windows insists that folder is read-only. I tried a lot of things but never figured out how to fix it.

JContainers also should have the option to NOT save there... I use MO2 and would prefer if all files were neatily into my MO2 auto-generated mods, where I can edit them all at once if needed.

ryobg commented 1 year ago

First time I ever hear of such issue, if I recall correctly. Looking at the folders used in https://github.com/ryobg/JContainers/blob/master/src/JContainers/src/jcontainers_constants.h I don't see anything remotely offending. These paths are used with the Windows "My Documents" folder. If there is a 3rd party app or a setting which influences that - then this might be the problem.

In general, however, the support for this project is scraping the bottom. I will leave this ticket opened, as a memo to the future.