• 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: VWR-13471
Type: Bug Bug
Status: Fix Pending Fix Pending
Priority: Critical Critical
Assignee: Unassigned
Reporter: Angela Talamasca
Votes: 30
Watchers: 7
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

llSetPrimitiveParams for fullbright true/false sporadically works & sticks

Created: 12/May/09 04:19 PM   Updated: 04/Jun/09 01:32 PM
Component/s: Graphics
Affects Version/s: 1.23 Release Candidate
Fix Version/s: None

File Attachments: None
Image Attachments:

1. before-trigger.jpg
(119 kB)

2. failed-fullbright.jpg
(126 kB)

3. fullbright-working.jpg
(129 kB)
Environment:
Second Life 1.23.1 (119104) May 4 2009 17:53:10 (Second Life Release Candidate)
Release Notes

Built with MSVC version 1400

You are at 276866.1, 330140.8, 35.6 in Digital DNA located at sim3462.agni.lindenlab.com (216.82.21.197:13009)
Second Life Server 1.26.3.118673
Release Notes

CPU: AMD (Unknown model) (2499 MHz)
Memory: 6143 MB
OS Version: Microsoft Windows Vista Service Pack 1 (Build 6001)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 9800 GT/PCI/SSE2
OpenGL Version: 3.0.0

libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3
J2C Decoder Version: KDU
Audio Driver Version: FMOD version 3.740000
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.23857 (Mozilla GRE version 1.8.1.21_0000000000)
Packets Lost: 7/26826 (0.0%)
Issue Links:
Duplicate
 
Relates

Last Triaged: 19/May/09 11:27 AM
Linden Lab Issue ID: DEV-32581
Linden Lab Internal Branch: viewer/viewer_1-23


 Description  « Hide
A key element to second life is creating special effects using LSL. There appear to be numerous texture update problems which thereby render the special effects useless. This is but one example. To wit: Hot air balloon flame triggers point light & full bright, which then extinguishes after n seconds. Which works fine in viewer 1.22, but completely fails in RC 1.23, in that textures are either failing to light up, or only some textures light up, and subsequently remain stuck in the lit state. Example photos attached.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Moon Metty added a comment - 12/May/09 06:43 PM
Add this script to a box:
integer toggle;
default
{
    state_entry()
    {
        llSetTimerEvent(1);
    }
    timer()
    {
        llSetPrimitiveParams([PRIM_FULLBRIGHT, ALL_SIDES, toggle]);
        toggle = !toggle;
    }
}

Observe:

The full bright setting only changes when you change the camera position. (ALT-zoom in and out)
It looks like it's related to VWR-13097

=======

Second Life 1.23.1 (119600) May 7 2009 21:21:41 (Second Life Public Nightly)


Angela Talamasca added a comment - 13/May/09 11:19 AM
Am thinking this is a rendering issue that is directly related to environment event triggers. For example, movement, camera point of view changes, or basically, anything that notifies the client to redraw the scene. And I would bet dollars to donuts it has to do something with they way they're managing cached data, which from my read of sldev, was changed in 1.23. The result being a) an overload of the client in that it is forced to unnecessarily redownload textures and b) incomplete rendering.

EddyFragment Robonaught added a comment - 18/May/09 11:42 AM - edited
I have noted the same as Moon. Zooming or moving camera view brings the fullbright to light (no pun intended).

Second Life 1.23.1 (119104) May 4 2009 17:53:10 (Second Life Release Candidate)
Release Notes

Built with MSVC version 1400

You are at 287030.8, 279761.1, 76.0 in Roclaren located at sim4837.agni.lindenlab.com (216.82.55.233:13002)
Second Life Server 1.26.4.120562
Release Notes

CPU: Intel Core 2 Series Processor (2000 MHz)
Memory: 3071 MB
OS Version: Microsoft Windows XP Service Pack 3 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTS 250/PCI/SSE2
OpenGL Version: 3.0.0

libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3
J2C Decoder Version: KDU
Audio Driver Version: FMOD version 3.740000
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.23996 (Mozilla GRE version 1.8.1.21_0000000000)
Packets Lost: 160/976045 (0.0%)


Buckaroo Mu added a comment - 19/May/09 11:25 PM
Agreed. Sometimes moving the camera closer to the object will show the desired effect, sometimes it won't. I have flashing warning lights (no light, just fullbright on & off) on my parcel that should be changing every 5 seconds. Older or Hippo client show them properly, PN does not.

Second Life 1.23.2 (120258) May 13 2009 19:37:00 (Second Life Public Nightly)
Release Notes

Built with MSVC version 1400

You are at 262547.5, 255159.8, 104.6 in Honeoye located at sim4920.agni.lindenlab.com (216.82.27.131:13002)
Second Life Server 1.26.3.118673
Release Notes

CPU: Intel Pentium 4 (Unknown model) (2992 MHz)
Memory: 3071 MB
OS Version: Microsoft Windows XP Service Pack 3 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8600 GTS/PCI/SSE2
Windows Graphics Driver Version: 6.14.0011.8250
OpenGL Version: 3.0.0

libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3
J2C Decoder Version: KDU
Audio Driver Version: FMOD version 3.740000
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.24031 (Mozilla GRE version 1.8.1.21_0000000000)
Packets Lost: 165/167748 (0.1%)


MAtto Destiny added a comment - 22/May/09 01:04 AM
Whilst using scripted primz I.E skidz prims, when click the prim/interface they flash but when you manually set the bright on it stays on and no flashing (stuck). Tested this with other residents and have the same issue. This works fine on the 1.22 maintanence Viewer only seems to affect the 1.23 RC & PN.

Second Life 1.23.2 (120719) May 18 2009 09:43:42 (Second Life Release Candidate)
Release Notes

Built with MSVC version 1400

You are at 254033.2, 286824.7, 22.2 in Skidz Isle located at sim5504.agni.lindenlab.com (216.82.50.60:13000)
Second Life Server 1.26.4.120562
Release Notes

CPU: Intel Core 2 Series Processor (1595 MHz)
Memory: 2047 MB
OS Version: Microsoft Windows Vista Service Pack 1 (Build 6001)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 7300 GT/PCI/SSE2
Windows Graphics Driver Version: 8.15.0011.8585
OpenGL Version: 2.1.2

libcurl Version: libcurl/7.18.1 OpenSSL/0.9.8j zlib/1.2.3
J2C Decoder Version: KDU
Audio Driver Version: FMOD version 3.740000
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.24071 (Mozilla GRE version 1.8.1.21_0000000000)
Packets Lost: 7444/278038 (2.7%)