doodlum / skyrim-community-shaders

Community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
202 stars 49 forks source link

fix: force create communityshaders directory #782

Closed doodlum closed 1 day ago

alandtse commented 2 days ago

There should be a try catch for filesystem errors or you will have ctds

doodlum commented 2 days ago

Yeah thats what i was thinking. in the event of an error im not sure what we can do though

doodlum commented 2 days ago

OK, I've tried doing similar to what was already there. I hope that's good enough.

alandtse commented 2 days ago

An error like this is enough. Just random CTDs won't help since users won't know how to fix it.

doodlum commented 2 days ago

Thanks, I will leave this PR awaiting an approval then.