|
|
|
Appears to be caused by a problem with "function that returns a rotation"
Fixed this crash bug. No down time required. Bug in part of the compile chain.
For some reason llOwnerSay(llUnescapeURL("%8")); crashes Sandbox Wanderton MONO..
I tried compiling it in LSL mode last time, however... I am unsure if that crashed it or not. I compiled it in LSL, then tried in Mono. Then it gave me an asset upload error or somesuch and told me to try again later. default } That's it. (My apologies if I should have opened a new issue for this, instead of reopening this one.)
Reopening a JIRA to specify an entirely different bug simply does not work.
Resolving again. I created a new issue: |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Replacing this line with
llOwnerSay((string)getRotToPointAxisAt(AXIS_FWD, target));
gives:
Non-Mono:
[11:40] Object: <0.00000, 0.86091, -0.23361, 0.45195>
[11:40] Object: <0.00000, 0.55074, 0.55839, 0.62039>
[11:40] Object: <0.00000, -0.57966, 0.76937, 0.26844>
[11:40] Object: <0.00000, -0.22569, -0.22159, 0.94866>
Mono:
[11:41] Object: System.NullReferenceException: Object reference not set to an instance of an object
at LindenLab.SecondLife.Quaternion.ToString () [0x00000]
at LSL_633c7b3d_0d6e_cdbe_f590_d7ac552d4c2f.defaulttouch_start (Int32 total_number) [0x00000]
at LSL_633c7b3d_0d6e_cdbe_f590_d7ac552d4c2fdefaulttouch_startFrame.ResumeVoid () [0x00000]
at LindenLab.SecondLife.UThread.UThread.Run () [0x00000]
at LindenLab.SecondLife.Script.Run (ScriptEvent evt) [0x00000]