secondlife / jira-archive

2 stars 0 forks source link

[BUG-229306] excessive script run delay after rez #7203

Closed sl-service-account closed 8 months ago

sl-service-account commented 4 years ago

What just happened?

I shot an arrow at Archery Range, Morris (196, 214, 34) and they will not stick in the target

What were you doing when it happened?

Archery practice

What were you expecting to happen instead?

the arrow normally sticks in the target

Other information

script takes too long to start after the arrow is rezzed so the arrow passes through the target before the script can detect the collision. All weapons which shoot objects that require collision detection are broke world wide. The problem is even the simplest most efficient script does not start fast enough after rezzing the projectile so the projectile will collide with the target long before the script can start.

Links

Duplicates

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-229306 | | Summary | excessive script run delay after rez | | Type | Bug | | Priority | Unset | | Status | Closed | | Resolution | Accepted | | Reporter | lllegalMexican (lllegalmexican) | | Created at | 2020-09-02T21:39:57Z | | Updated at | 2020-09-04T17:17:17Z | ``` { 'Build Id': 'unset', 'Business Unit': ['Platform'], 'Date of First Response': '2020-09-02T17:34:31.583-0500', "Is there anything you'd like to add?": 'script takes too long to start after the arrow is rezzed so the arrow passes through the target before the script can detect the collision. All weapons which shoot objects that require collision detection are broke world wide. The problem is even the simplest most efficient script does not start fast enough after rezzing the projectile so the projectile will collide with the target long before the script can start.', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'System': 'SL Simulator', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'I shot an arrow at Archery Range, Morris (196, 214, 34) and they will not stick in the target', 'What were you doing when it happened?': 'Archery practice', 'What were you expecting to happen instead?': 'the arrow normally sticks in the target', 'Where': 'http://maps.secondlife.com/secondlife/Morris/196/215/35', } ```
sl-service-account commented 4 years ago

Lucia Nightfire commented at 2020-09-02T22:34:32Z

Confirmed. The 3 second script delay "bug" is present in Morris at the time of this writing.