
| Key: |
SVC-1349
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ochi Wolfe
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
- Repro: Put the attached script inside a prim and compile as a Mono script. I can't explain yet why it happens with this constellation but if, for example, the (unused) variable "intTest" is assigned a constant value, the exception is not thrown.
- Observed: A script error with output similar to this:
System.NullReferenceException: Object reference not set to an instance of an object
at LSL_c2064255_b1ae_7db3_2e38_9caf1fbaf642.defaultstate_entry () [0x00000]
at LSL_c2064255_b1ae_7db3_2e38_9caf1fbaf642defaultstate_entryFrame.ResumeVoid () [0x00000]
at LindenLab.SecondLife.UThread.UThread.Run () [0x00000]
at LindenLab.SecondLife.Script.Run (ScriptEvent evt) [0x00000]
- Expected: No script error.
|
|
Description
|
- Repro: Put the attached script inside a prim and compile as a Mono script. I can't explain yet why it happens with this constellation but if, for example, the (unused) variable "intTest" is assigned a constant value, the exception is not thrown.
- Observed: A script error with output similar to this:
System.NullReferenceException: Object reference not set to an instance of an object
at LSL_c2064255_b1ae_7db3_2e38_9caf1fbaf642.defaultstate_entry () [0x00000]
at LSL_c2064255_b1ae_7db3_2e38_9caf1fbaf642defaultstate_entryFrame.ResumeVoid () [0x00000]
at LindenLab.SecondLife.UThread.UThread.Run () [0x00000]
at LindenLab.SecondLife.Script.Run (ScriptEvent evt) [0x00000]
- Expected: No script error.
|
Show » |
|
Object: Script run-time error
[13:37] Object: System.NullReferenceException: Object reference not set to an instance of an object
at LSL_c537ce19_f8fe_08c9_c2a1_488a30f47cd6.defaulttimer () [0x00000]
at LSL_c537ce19_f8fe_08c9_c2a1_488a30f47cd6defaulttimerFrame.ResumeVoid () [0x00000]
at LindenLab.SecondLife.UThread.UThread.Run () [0x00000]
at LindenLab.SecondLife.Script.Run (ScriptEvent evt) [0x00000]