Cool VL Viewer forum http://sldev.free.fr/forum/ |
|
Red target arrow no more appearing in any case http://sldev.free.fr/forum/viewtopic.php?f=6&t=1417 |
Page 1 of 1 |
Author: | ErikaThorkveld [ 2014-05-04 19:11:53 ] |
Post subject: | Red target arrow no more appearing in any case |
OK, I must have touched something I shouldn't have: whatever I do that previously displayed a red tracking arrow - teleport, do an area search, tracking someone, etc… - it just no more does it. The destination is indicated with the beam the usual way, but the red arrow is missing, and if I don't actually see the beam, I don't know where to go… I also noticed that on the map, the dot that indicated the destination when I do an 'About landmark' for example was missing: the proper region is shown, the name of the place appears, but not the destination point for the teleport. I looked in the debug settings but I just couldn't find the setting that I messed up… And I'd prefer not to do a clean reinstall just for that… Any hint? Thanks! ![]() - Erika - |
Author: | Henri Beauchamp [ 2014-05-04 21:14:49 ] |
Post subject: | Re: Red target arrow no more appearing in any case |
No log = no clue... |
Author: | ErikaThorkveld [ 2014-05-06 17:14:19 ] | ||
Post subject: | Re: Red target arrow no more appearing in any case | ||
Finally found the time to get the log. Here is what I did: I logged in, waited for some time, then around 17:01 in the log, I did an area search and double-clicked on a random item. The dialog said it was tracking it, but no red arrow in sight. Then at 17:02 in the log, I opened a landmark and displayed it on the map. Again, no red arrow, and no marker for the actual teleport location on the displayed map. I also tried to relaunch Cool VL Viewer with a brand new set of settings using the trick you gave me in another post (--settings options on the command line). The settings file didn't exist before, so I started with defaults I guess. I tried, and same thing: no red arrow whatever I do, and no indication of the actual teleport destination on the map for a landmark. I looked a bit at the log, but really couldn't see anything relevant… I hope you'll have more ideas than I did… Thank you! ![]()
|
Author: | Henri Beauchamp [ 2014-05-06 18:22:00 ] |
Post subject: | Re: Red target arrow no more appearing in any case |
It seems to be a Mac-specific bug... I can't reproduce it here (under either Linux or Windows) and alas can't investigate. There's nothing in the log to give a clue about what happens, but I would bet for a Mac graphics driver bug... |
Author: | ErikaThorkveld [ 2014-05-07 18:47:48 ] |
Post subject: | Re: Red target arrow no more appearing in any case |
Very strange… Apart from that, everything's working fine. I just tested on Singularity too, and it works: I can see the red arrow giving me the direction on an area search, when showing a LM on the map, etc… And I can see the red destination dot appearing on the world map when I'm showing a LM too… Maybe I'll try a complete reinstall to see if it solves the problem after all. |
Author: | Henri Beauchamp [ 2014-05-10 16:42:25 ] | ||||||||||||||||||
Post subject: | Re: Red target arrow no more appearing in any case | ||||||||||||||||||
I think I found the problem... It's a linker (ld) bug ! This week, I spent most of my free time migrating my main system to a newer Linux distribution (I was still using Mandriva 2010.2, which I will keep a while still, as a release-viewer build system, and I'm now migrating to Rosa 2012 Marathon which is very similar to Mandriva 2010.2 but will be supported/maintained till 2017 while Mandriva (and not only 2010.2) is now history). When I compiled the viewer under this new(er) distro, I found two problems. One was with gcc (v4.6.0), which is buggy and causes OpenJPEG to decode textures in a very wonky way (like if they had "seams"); the solution was just to compile gcc 4.6.4 (which I already had compiled for use with my old distro) and update to it on the new distro. The second issue seems to be the same as yours: The red tracker arrow and the red beacon are not showing ! In fact, they are "there" (and you should still be able to see the black shadow "behind" the invisible red beacon), but drawn with a black transparent colour (LLColor4(0,0,0,0)). I tracked the issue to be a bad initialization of the gTrackColor global variable which is not properly set on viewer startup (it stays at 0 (black with 100% transparency) instead of being initialized to (opaque) red). That variable is initialized in the llui library, in llui.cpp:
Now, the interesting thing is that only the global variables initialized with LLColor4::red got badly set on viewer startup when compiled on Rosa 2012... Replacing the code with:
From there, only three possible components could be the cause of this issue: cpp (the C pre-processor), gcc/g++ (the compiler), or ld (the linker). Since I was using the same compiler (and its associated pre-processor) in both cases, it could only be the linker, and replacing Rosa's with Mandriva's indeed also solved the issue ! To summarize:
|
Author: | sayrahparx [ 2014-05-18 06:52:29 ] |
Post subject: | Re: Red target arrow no more appearing in any case |
The beacon and arrow are now white in 1.26.12.1 on windows, instead of red. Not a huge bug but I thought I should report. The circles in the World Map window are now white too (the one marking the position on the map, and the ones next to Online Friends, Landmarks, and Region Name). The marker in the mini-map is also white, as a V, /\, and as a circle. |
Author: | Henri Beauchamp [ 2014-05-18 08:14:57 ] | ||||||||||||||||||
Post subject: | Re: Red target arrow no more appearing in any case | ||||||||||||||||||
|
Author: | sayrahparx [ 2014-05-19 05:25:02 ] |
Post subject: | Re: Red target arrow no more appearing in any case |
Thanks, that was it! ![]() |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |