Closed Iomega0318 closed 7 years ago
Sorry it took me so long to respond to this, I thought I had a fix in my latest version, but it seems it's not the same issue. Could you go to the skill prestige mod config.json file and change the "LogLevel" from 3 to 5, then run the game again, and when you run into the error re-post the error log? That would help me look into this further.
Edit: Tech note: I believe this has something to do with one of your other loaded mods that doesn't play nice with the reflection I'm using. Essentially what is happening is that my mod looks through all of the loaded assemblies (read: every mod's code including SMAPI) and creates a list of each type (class, enumeration, interface, etc), then goes through each of them to find ones that might implement my declaration of a skill mod so it can be compatible with that new skill. What is going wrong here is the code is encountering an error in pulling up that list of types, although as of yet I cannot say why.
this should now be fixed.
Sorry for some reason I wasn't getting email updates for this, also I would have to backtrack to find out which mod may have caused it but I'm glad to hear it should be fixed now, I'll test it out the next time I get on and update my mods.
The game saves fine and will exit, however the SMAPI console doesn't close and when I then went to the console to close it I recieved the following:
As it stated your mod was the one that had an error I thought I would post it here, let me know if I need to post it over on the SMAPI git. Error log attached. MODDED_ProgramLog.Log_LATEST.txt
Thank you.