MShoap13 Posted November 30, 2012 Share Posted November 30, 2012 The only .ini files you should ever tough for Skyrim are stored under \Users\My Documents\My Games\Skyrim\. Never ever touch the *_default.ini files in the Skyrim directory. These are there for the game to build new .ini configuration files should yours get corrupted/deleted/overtweaked and causing problems (lol). Additionally, if there's already a [Papyrus] section in the Skyrim.ini located at the directory I mentioned above, just add the lines that enable logging to that section. If there is not a [Papyrus] section it's safe to make one anywhere in the file. Also, get Notepad++ as previously mentioned. It's much more coder/debug text friendly than plain notepad and you're going to need it to make any sense out of the Papyrus logs at all. Link to comment Share on other sites More sharing options...
asdgora Posted November 30, 2012 Share Posted November 30, 2012 You already had a papyrus entry in your syrim.ini as follows: [Papyrus]fPostLoadUpdateTimeMS=500.0bEnableLogging=0bEnableTrace=0bLoadDebugInformation=0 Thus, delete the one you added at the bottom and edit the original on to read like (change the '0' to '1'): [Papyrus]fPostLoadUpdateTimeMS=500.0bEnableLogging=1bEnableTrace=1bLoadDebugInformation=1 play then post your log Link to comment Share on other sites More sharing options...
Gorthock Posted November 30, 2012 Author Share Posted November 30, 2012 Downloaded Notepad++. Edited the Syrim.ini to have only one instance of the Papyrus entry. Played the damn game, crashed. No Joy, no .log file anywhere. Gonna go eat breky. Maybe pull some more hair. Link to comment Share on other sites More sharing options...
asdgora Posted November 30, 2012 Share Posted November 30, 2012 post your skyrim.ini again.In what folder are you looking for the logs? Link to comment Share on other sites More sharing options...
Gorthock Posted November 30, 2012 Author Share Posted November 30, 2012 I am looking in myusername/documents/mygames/Skyrim. There is a folder there but it is empty. I did start a new game as I wasn't all that far in the last. The game however doesn't seem to know or care. Ya know after 2000+ hours of playing Skyrim, one would think this wouldn't bother me as much as it still does.Here is my Skyrim.iniGonna go see if I can crash again. Yea. Link to comment Share on other sites More sharing options...
Gorthock Posted November 30, 2012 Author Share Posted November 30, 2012 I crashed. The thing that is different this time however is that I finally have that damn log file. Looked at it in NotePad++, couldn't make heads or tails out of it. Link to comment Share on other sites More sharing options...
MShoap13 Posted December 1, 2012 Share Posted December 1, 2012 All of the errors at the start of that log indicate that your SKSE isn't installed properly. Make sure the \Scripts\ folder that came in the skse download was correctly placed directly under the \Skyrim\Data\ directory. If you're still crashing after resolving that, post a new log. Link to comment Share on other sites More sharing options...
Gorthock Posted December 1, 2012 Author Share Posted December 1, 2012 Oh goody, Something I haven't tried yet Thank You I shall go and see how it does with the mentioned changes. Link to comment Share on other sites More sharing options...
Gorthock Posted December 1, 2012 Author Share Posted December 1, 2012 Well crap. Here is a new log file. I did put the SKSE problem to rest. I had not copied it over when I upgraded SKSE not to long ago. Link to comment Share on other sites More sharing options...
Gorthock Posted December 2, 2012 Author Share Posted December 2, 2012 Howdy All,As a matter of interest I finally found the problem. It is a Mod called More Forrests. The author had fixed a "bug" in the mod and uploaded an upgrade. By God if it didn't fix the problem. Also I wanted to Thank asdgora and MShoap13 for helping me try to figure this out. You folks rock. I really would not have gotten as far as I did, without your help.So Thank You again. Link to comment Share on other sites More sharing options...
Recommended Posts