Open sl-service-account opened 3 years ago
Lucia Nightfire commented at 2021-03-15T16:57:10Z
Can you post a bare bones repro script and steps to take to repro the issue?
Kyle Linden commented at 2021-03-15T17:25:16Z
Hi TempestKittie,
Please provide us with a sample script to reproduce the issue you are describing. Press the Info Provided button when you update this report.
Thanks!
What just happened?
Currently setting up an experience, I have made a single prim hud that attaches just fine using the HUD attach method from the Wiki, however when i link a second prim to the hud and use the same method, the hud will rez but then not attach at all and stay rezed in world. all permissions are set fine, and the original single prim hud works with no issues...
What were you doing when it happened?
was wanting to expand the fuctionality of the hud by adding another prim that i could use linkset commands on to set its prim text from the main script. Though at this point all i did was link the prim and tested to see if the whole thing still attaches but it does not.
What were you expecting to happen instead?
given that I have set up the experience in my region, and that the single prim was already attaching on collision. (right from the wiki) Linking a second prim seems to break the system.
Other information
Original Jira Fields
| Field | Value | | ------------- | ------------- | | Issue | BUG-230404 | | Summary | llAttachToAvatarTemp() object wont attach after linking a prim | | Type | Bug | | Priority | Unset | | Status | Needs More Info | | Resolution | Unresolved | | Reporter | TempestKittie (tempestkittie) | | Created at | 2021-03-14T04:33:04Z | | Updated at | 2021-03-15T17:25:15Z | ``` { 'Build Id': 'unset', 'Business Unit': ['Platform'], 'Date of First Response': '2021-03-15T11:57:09.901-0500', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'System': 'SL Viewer', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'Currently setting up an experience, I have made a single prim hud that attaches just fine using the HUD attach method from the Wiki, however when i link a second prim to the hud and use the same method, the hud will rez but then not attach at all and stay rezed in world. all permissions are set fine, and the original single prim hud works with no issues... ', 'What were you doing when it happened?': 'was wanting to expand the fuctionality of the hud by adding another prim that i could use linkset commands on to set its prim text from the main script. Though at this point all i did was link the prim and tested to see if the whole thing still attaches but it does not. ', 'What were you expecting to happen instead?': 'given that I have set up the experience in my region, and that the single prim was already attaching on collision. (right from the wiki) Linking a second prim seems to break the system. ', 'Where': 'http://maps.secondlife.com/secondlife/MetroSomnia/130/126/21', } ```