Understanding my Papyrus Log

Post » Fri Jul 20, 2012 2:27 pm

Hi,

first of all I hope I'm posting in the right forum. If not just let me know if there is a right foruma nd I'm more than willing to post there instead.

Okay, so I'm a reletively experienced mod-USEr but have no experience actually modding. I'm afraid I've reached that stage in my life where the speed at which I learn new thingts has started to slow down. I'm trying though.

After the 1.6 patch I started having a lot of trouble with CTDs, even after disabling all of my mods and starting over. So I took some advice, enabled logging and began googling the scripts that would show up right before a crash. Using this method I've been able to determine many of the unstable scripts, their parent mods and disable them. As a result my game has been growing more and more stable. There are several that I've been having a hard time with though. The most frequent culprit is this one:


[ (00085CC2)].lvlpredatorscript.Enable() - "" Line ?
[ (00085CC2)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[07/19/2012 - 02:19:26PM] error: (00085D0A): cannot enable an object with an enable state parent.
stack:
[ (00085D0A)].lvlpredatorscript.Enable() - "" Line ?
[ (00085D0A)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[07/19/2012 - 02:19:26PM] error: (00085D0B): cannot enable an object with an enable state parent.
stack:
[ (00085D0B)].lvlpredatorscript.Enable() - "" Line ?
[ (00085D0B)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[07/19/2012 - 02:19:39PM] error: (00085CCB): cannot enable an object with an enable state parent.
stack:
[ (00085CCB)].lvlpredatorscript.Enable() - "" Line ?
[ (00085CCB)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[07/19/2012 - 02:19:39PM] error: (00085CCC): cannot disable an object with an enable state parent.
stack:
[ (00085CCC)].lvlpredatorscript.Disable() - "" Line ?
[ (00085CCC)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 24
[07/19/2012 - 02:19:45PM] error: (00085CE1): cannot enable an object with an enable state parent.
stack:
[ (00085CE1)].lvlpredatorscript.Enable() - "" Line ?
[ (00085CE1)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26



So I was hoping to get some knowledgeable input and determine what might be causing this so that I could snip it from my load order, start a new game and not raise my blood pressure trying to constantly anticipate the next CTD.

Okay, thanks so much. Cheers.
User avatar
Nicholas C
 
Posts: 3489
Joined: Tue Aug 07, 2007 8:20 am

Post » Fri Jul 20, 2012 2:34 pm

First off, when you fail to provide us a list of the mods you're running, we won't be very helpful.

Second, that looks like it has something to do with a creature mod.
User avatar
kasia
 
Posts: 3427
Joined: Sun Jun 18, 2006 10:46 pm

Post » Fri Jul 20, 2012 4:46 pm

Also, just for general help in reporting Papyrus errors, they all start with the actual "error" report, like so:

[07/19/2012 - 02:19:26PM] error: (00085D0A): cannot enable an object with an enable state parent.stack:[ (00085D0A)].lvlpredatorscript.Enable() - "" Line ?[ (00085D0A)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26

Everything following the line with the timestamp belongs to the same error report, until you hit a new timestamp, which is the next error in the line.

In the case of this script, it's a vanilla script. Some mod has made use of it in a way that doesn't work: "cannot enable an object with an enable state parent"
It means whatever the author attached it to can't be toggles on and off with a script because it has a marker somewhere that handles that instead.
User avatar
Marie
 
Posts: 3405
Joined: Thu Jun 29, 2006 12:05 am


Return to V - Skyrim