These forums are CLOSED. Please visit the new forums HERE
Money tree stack errors... |
|
|
Paolo Portocarrero
Puritanical Hedonist
Join date: 28 Apr 2004
Posts: 2,393
|
03-30-2005 09:09
I contacted Blue Linden about this last night. For the last several days, my money tree has been borked. I even tried taking it back into inventory and re-rezzing it. No dice -- it just displays some sort of memory stack type of error (I'll have to log in later to get the exact text). The scripts do not re-set, and I can't even open the embedded scripts to manually re-set them. Anyone else having money tree problems? Blue says that this is a creator support issue, but I haven't been able to get a hold of Sapphire...
_____________________
Facades by Paolo - Photo-Realistic Skins for Doods
> Flagship store, Santo Paolo's Lofts & Boutiques > SLBoutique |
|
Lex Neva
wears dorky glasses
Join date: 27 Nov 2004
Posts: 1,361
|
03-30-2005 10:58
This hilights a really nasty issue with script crashes. There is no way for a script to recover from a crash; even llResetOtherScript() from another script in the same object will not be able to reset a crashed script. If the script is no-modify when it crashes, you will be unable to reset it, and the original creator can't even reset it if you give it back, because they'll also be unable to modify it. Scripts that have crashed will always repeat their crash error message when they are re-rezzed. Basically, your money tree is hopelessly broken and you'll have to get a new copy.
|
|
Paolo Portocarrero
Puritanical Hedonist
Join date: 28 Apr 2004
Posts: 2,393
|
03-30-2005 11:01
So, in your opinion, is this an LSL issue that should be addressed by the Lindens, or is it --as Blue indicated -- a creator's support issue?
_____________________
Facades by Paolo - Photo-Realistic Skins for Doods
> Flagship store, Santo Paolo's Lofts & Boutiques > SLBoutique |
|
Moleculor Satyr
Fireflies!
Join date: 5 Jan 2004
Posts: 2,650
|
03-30-2005 11:19
Creator support issue. If selecting the tree with the edit tool and hitting Recompile Scripts doesn't fix it, then you need to get a new tree.
_____________________
</sarcasm>
|
|
Lee Linden
llBuildMonkey();
Join date: 31 Dec 1969
Posts: 743
|
03-30-2005 15:53
For reference, Linden doesn't create, distribute, run, or control Money Trees at all. They are entirely a resident-run creation.
|
|
Paolo Portocarrero
Puritanical Hedonist
Join date: 28 Apr 2004
Posts: 2,393
|
03-31-2005 10:08
For reference, Linden doesn't create, distribute, run, or control Money Trees at all. They are entirely a resident-run creation. Yup, not in dispute. However, is the error state of this particular script indicative of a broader LSL/enterprise-level issue requiring a bug report? That's all I am really asking. _____________________
Facades by Paolo - Photo-Realistic Skins for Doods
> Flagship store, Santo Paolo's Lofts & Boutiques > SLBoutique |
|
Lex Neva
wears dorky glasses
Join date: 27 Nov 2004
Posts: 1,361
|
03-31-2005 10:30
So, in your opinion, is this an LSL issue that should be addressed by the Lindens, or is it --as Blue indicated -- a creator's support issue? Oh, totally a creator support issue. The thing is, it's just an example of what I consider an LSL bug making things harder for creators. |