More Awesome Than You!

TS2: Burnination => Oops! You Broke It! => Topic started by: HelloKit on 2007 November 04, 22:17:21



Title: can someone interpret an error log for me?
Post by: HelloKit on 2007 November 04, 22:17:21
This error popped up out of the blue today; I'm assuming there was a pet walkby in progress. I have all EPs, no SPs. Many awesome hacks and yes, a few non-awesome as well. Just wondering where to start looking for the cause of this error.


Title: Re: can someone interpret an error log for me?
Post by: dizzy on 2007 November 05, 01:11:49
Code:
Error: Reference to tree table entry that does not exist.

This tells you that something is trying to interact with an object in some invalid way (usually a personglobal type interaction with a non-person).

Code:
    Stack Object name: N001_User00580 - Grace
    Node: 26
    Tree: id 4187 name 'Start Visiting - Pet - Find Something To DO' version -32754
    from Controller_Visitor
    Prim state: 0
    Params:    Locals: 13 159 1 2 1

The problem node is this one (from Controller_Visitor):

Code:
1A: Push Interaction: getting interaction # from Local 4 of Local 1 onto the stack object's queue, autonomous priority, Icon Index is 0x1, use name; true: 20, false: 0

This is basically a Sit in some chair interaction, but a special version that was designed to work with pets, and the problem is that the game can't find this interaction in the chair. I'm assuming there's a custom chair or chair hack of some kind.


Title: Re: can someone interpret an error log for me?
Post by: J. M. Pescado on 2007 November 05, 04:36:00
Once again, I place the blame squarely on tight pants.


Title: Re: can someone interpret an error log for me?
Post by: notveryawesome on 2007 November 06, 05:09:24
Is 'tight pants' a euphemism for 'Non-Awesome'? Enquiring minds want to know.


Title: Re: can someone interpret an error log for me?
Post by: Tigerlilley on 2007 November 07, 01:25:53
I'd also like to know this.
Tight pants? Does this need to be added to the FAQ?


Title: Re: can someone interpret an error log for me?
Post by: MissDoh on 2007 November 07, 02:50:22
My interpretation of tight pants is that the person did not check and made sure that all the cc stuff and mods he/she have is still compatible with the latest ep install.

Easy to solve by removing and putting back stuff and do trial and error or checking the site where you got it in the first place and see if it is stil compatible.

It is like people think all cc will always work with new ep.... wrong, not only mods needs updates.  ;)



Title: Re: can someone interpret an error log for me?
Post by: dizzy on 2007 November 07, 02:58:34
/me thinks it's probably something like this:

http://www.hrwiki.org/index.php/super_powers


Title: Re: can someone interpret an error log for me?
Post by: veilchen on 2007 November 07, 04:50:43
/me agrees with Dizzy.