|
|
|
[
Permlink
| « Hide
]
RaithSphere whybrow added a comment - 29/Aug/08 10:25 AM - edited
As the OP Said, this is a nasty bug and also a serious issue for people who use the same kind of system for rentals or more to the point also some Vendors
I can verify its already starting to hit our customers. I've gotten three complaints in the last couple of hours from people who could not use our vendor, showing the pay option greyed out.
-eltee Thanks for reporting this! We are investigating.
Same thing is affecting the rental meters in Caledon. Older issues from beta I have linked to this issue, and are probably the same bug.
I confirm all the above, I am unable to pay rent with the RC......yay!
This issue doesn't seem to be only about Pay..., it also effects Touch
simple test script to test in a linkset: on_rez(integer param) { llResetScript(); } changed(integer change) touch_start(integer total_number) { llSetColor(<0.0, 0.0, 0.0>, ALL_SIDES); llSetTimerEvent(1.0); }timer() { llSetColor(<1.0, 1.0, 1.0>, ALL_SIDES); }} put script into a box, then shift drag copy and link together Normal touching with left mouse button works, the correct box turns black. But when using the right click and choosing Touch from the pie menu, the event is always sent to the first child prim (prim number 2) For the money event, it's also sent to first child prim only and then propagated to root prim correctly, if no script has a money in the first child prim. I have seen similar side effects with Sit, too. But cannot reproduce now. I have updated the "how to reproduce" part of this issue after more testing. I found that if there are only 2 prims in the linkset with a money script inside the child prim then you will be able to pay the entire object which isn't' good as the money script will only trigger if you pay the prim that the script is in.
If there are 3 or more prims in the linkset and there is a money script inside one if the child prims then the pay option is greyed out no matter what prim you right click on. I just lost a client, in part because of this problem, she wasn't able to pay the rent and then decided to move...
With such money issue the release candidate should not even be released at all, period. For the sake of everybody in the future, could LL please have a pre-determined list of critical tests to be conducted periodically by a couple internal part time testers on LL's payroll before you release the client. Is that so hard to do? I cannot understand this. Doing my best to untangle the JIRA trail here. It appears as though there's a fix for this one checked in. This exact issue is marked as a duplicate of
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||