Strager Posted March 4, 2024 Posted March 4, 2024 Everything is OK when I start a new Game, but if i try to load saved one - CTD. Can someone tell my which mod can be problem? Crash_2024_3_4_13-3-49.txt Crash_2024_3_4_13-5-56.txt Crash_2024_3_4_13-8-41.txt
Miauzi Posted March 4, 2024 Posted March 4, 2024 I would start the investigation with the mods that have been installed since the last saved game. And this knowledge is primarily yours. It is not absolutely necessary that one of the mods installed since then is faulty... it is enough that the loading order (the position of one or more plugins) has changed due to the installation of another mod... the "engine" of Skyrim often reacts very sensitively. For this reason, it is often not a good idea to continue your game with an old save after installing new mods... there are mod authors who generally advise against this - and I, as a long-time mod user, also recommend it. And no - I haven't looked at their crash list
traison Posted March 4, 2024 Posted March 4, 2024 This may be one of those rare cases where a CTD actually comes from Papyrus. Your issue is in a script that inherits from SKI_ConfigBase. More specifically it seems its coming from the OnGameReload event. So: Use Notepad++ to search through all pex scripts in all mods for SKI_ConfigBase to get a list of potential candidates. Remember that scripts can hide inside BSA files as well. Do another search, this time for OnGameReload and crossreference your findings. Also, ReSaver may have something to say about this. It may also be useful for finding all SKI_ConfigBase inheriting scripts (not sure). A less robust way of doing the search is to just assume this stems from some mod with an MCM component. 1
Strager Posted March 6, 2024 Author Posted March 6, 2024 On 3/4/2024 at 3:51 PM, Miauzi said: I would start the investigation with the mods that have been installed since the last saved game. And this knowledge is primarily yours. It is not absolutely necessary that one of the mods installed since then is faulty... it is enough that the loading order (the position of one or more plugins) has changed due to the installation of another mod... the "engine" of Skyrim often reacts very sensitively. For this reason, it is often not a good idea to continue your game with an old save after installing new mods... there are mod authors who generally advise against this - and I, as a long-time mod user, also recommend it. And no - I haven't looked at their crash list BoS mod was the culprit it seems
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now