• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-26
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: gearsawe stonecutter
Votes: 27
Watchers: 10
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

Scripts being reset when not running.

Created: 20/Feb/07 04:46 AM   Updated: 06/Jul/09 01:16 PM
Component/s: Scripts
Affects Version/s: 1.13.1.5
Fix Version/s: None

Issue Links:
Duplicate
 

Linden Lab Issue ID: DEV-3848


 Description  « Hide
There are a few instances that cause a script to be reset while it is not running.
1 - when cross a sim border
2 - When stored into inventory and rezzed again. This also includes a worn attachment that is detached an worn again.
3 - A simple sim reset.

a simple script to test
==================================
integer count = 0;
default
{
touch_start(integer total_number)

{ llSay(0, (string)count++); }

}
=================================

Test A - inventory store
1. put script in a box
2. touch the box see that is counts up everytime you touch it.
3. set the script to not running.
4. take it back into inventory
5. rez the box again.
6. set script to running
7. touch it and notice it starts counting at zero again.

Test B - sim crossing
1. take the same scripted box and go somewhere very close to sim border
2. touch it a few times to verify is it working
3. set the script to not running
4. edit the box and move it in the other sim
5. set the script to running.
6. touch it and notice it starts counting at zero again.

Test C - sim reset
1. take the same scripted box and place it in a sim you can reset.
2. touch it a few times to verify is it working
3. set the script to not running
4. rest the sim.
5. after the reset go back to the box and set the script to running.
6. touch it and notice it starts counting at zero again.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Second Life Admin made changes - 20/Feb/07 09:55 PM
Field Original Value New Value
Linden Lab Issue ID SL-35571
Rob Linden made changes - 22/Dec/07 12:57 AM
Workflow jira [ 10272 ] jira-2007-12-21 [ 20526 ]
Rob Linden made changes - 22/Dec/07 01:12 AM
Workflow jira [ 20526 ] jira-2007-12-21 [ 21243 ]
Rob Linden made changes - 22/Dec/07 01:41 AM
Workflow jira [ 21243 ] jira-2007-12-21 [ 22891 ]
Rob Linden made changes - 23/Dec/07 12:09 AM
Workflow jira-2007-12-21 [ 22891 ] jira-2007-12-22a [ 48061 ]
Rob Linden made changes - 23/Dec/07 12:25 AM
Workflow jira-2007-12-21 [ 48061 ] jira-2007-12-22a [ 48827 ]
Irene Ikarus made changes - 21/Apr/08 09:40 AM
Link This issue is related to by SVC-1853 [ SVC-1853 ]
Harleen Gretzky made changes - 21/Apr/08 11:49 AM
Link This issue is duplicated by SVC-1853 [ SVC-1853 ]
Harleen Gretzky made changes - 21/Apr/08 11:49 AM
Link This issue is related to by SVC-1853 [ SVC-1853 ]
Sue Linden made changes - 13/Nov/08 12:01 PM
Workflow jira-2007-12-22a [ 48827 ] jira-2008-11-14 [ 79988 ]
Sue Linden made changes - 13/Nov/08 04:26 PM
Workflow jira-2008-11-14 [ 79988 ] jira-2008-11-14a [ 85890 ]
Sue Linden made changes - 13/Nov/08 04:37 PM
Workflow jira-2008-11-14 [ 85890 ] jira-2008-11-14a [ 89100 ]
Sue Linden made changes - 13/Nov/08 04:44 PM
Workflow jira-2008-11-14 [ 89100 ] jira-2008-11-14a [ 91492 ]
Alexa Linden made changes - 18/Nov/08 10:26 AM
Linden Lab Issue ID SL-35571 DEV-3848
Harleen Gretzky made changes - 15/Apr/09 09:17 PM
Link This issue is original of duplicate SVC-2558 [ SVC-2558 ]
Harleen Gretzky made changes - 02/Jun/09 10:05 AM
Link This issue is original of duplicate SVC-4329 [ SVC-4329 ]
Harleen Gretzky made changes - 06/Jul/09 01:16 PM
Link This issue is original of duplicate SVC-4497 [ SVC-4497 ]