Sorry was away for the day That version may not even work with silent 0.9.0 or at least some things may not work. I am working on the next version to be compatible with silent 0.9.0, but I am a slow worker now I lose interest pretty fast. If you wish to track progress in the version compatible with 0.9.0 then follow this topic: http://mygamingtalk.com/forums/topic/6720-progress-on-next-version/ Ignoring that it probably will not work on silent 0.9.0... What the current problem seems to be is that it can't find the save path though. There is probably 1 of 3 things happening. 1. Is you don't have permission to write in your save path, I have never had this issue but it could possibly cause this. 2. (The Most likely) Is the folder structure isn't properly setup in your save path. 3. Some other error is preventing it from saving/reading files in save path, don't think so though since it would show in log. What I would do is make sure you have the proper folders created in your save path. Since lua can't make directories by itself, if your homepath is different than your base path then you have to manually create the directories. Like said in the wiki, you need in your /fs_homepath/silent/ a folder called LESM and inside that folder you need a save folder. So you would need to make a folder inside the silent mod homepath folder with LESM, and inside LESM you would need to create save,extra, and logs folder. /fs_homepath/mod/LESM/
/fs_homepath/mod/LESM/save/
/fs_homepath/mod/LESM/extra/
/fs_homepath/mod/LESM/logs/It is kind of a pain but lua has it's limits when accessing directories and files and the such. Hope that is somewhat helpful...