Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2025-08-07 00:37:08



Reply to topic  [ 3 posts ] 
MiniMap blank on login/TP for 1.26.23 
Author Message

Joined: 2016-06-19 21:33:37
Posts: 396
Location: Columbus area, OH, USA
Reply with quote
When logging in or teleporting around, the minimap has no detail. It can be refreshed by choosing one of the zoom levels, to show objects but the land still seems to be missing. I'm attaching two images which show immediately after login and after a zoom level choice. My info is:
Cool VL Viewer v1.26.23.9, 64 bits, Aug 10 2019 11:20:27
Release Notes

You are at 308949.5, 235500.7, 62.2 in Bugle located at
sim10639.agni.lindenlab.com (216.82.52.201:13002)
Second Life Server 19.06.14.528215
Release Notes

CPU: AMD Athlon(tm) X4 880K Quad Core Processor (3647.51 MHz)
Memory: 32192MB
OS version: Linux-x86_64 v5.2.6-200.fc30.x86_64 #1 SMP Mon Aug 5 13:20:47 UTC 2019
Memory manager: jemalloc v5.2.1-20190809
Graphics card vendor: NVIDIA Corporation
Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGL version: 4.6.0 NVIDIA 430.34
Detected VRAM: 11264MB
J2C decoder: OpenJPEG: 1.4.0.635f
Audio driver: OpenAL v1.1 ALSOFT 1.19.1 (OpenAL Soft: OpenAL Soft)
Networking backend: libcurl/7.47.0 OpenSSL/1.0.2q zlib/1.2.11
Embedded browser: CEF3 plugin v74.1.19+gb62bacf+chromium-74.0.3729.157
Packets lost: 0/19205 (0.0%)

Built with: GCC v4.8.5
Compiler-generated maths: SSE2.

Compile flags used for this build:
-O3 -fno-delete-null-pointer-checks -fno-align-labels -fno-align-loops -fno-ipa-cp-clone -fsched-pressure -frename-registers -fweb -DNDEBUG -std=c++11 -pipe -g -gdwarf-2 -gstrict-dwarf -fno-var-tracking-assignments -fexceptions -fno-strict-aliasing -fvisibility=hidden -fsigned-char -m64 -mfpmath=sse -fno-math-errno -fno-trapping-math -pthread -fno-stack-protector -Wall -Wno-reorder -Wno-unused-local-typedefs -Werror -D_GLIBCXX_USE_C99_MATH=1 -DLL_LINUX=1 -D_REENTRANT -DXML_STATIC -DLL_USE_JEMALLOC=1 -DLL_USE_FIBERS=1 -DLL_ELFBIN=1 -DLL_LUA=1 -DOV_EXCLUDE_STATIC_CALLBACKS -DLL_FMODSTUDIO=1 -DLL_OPENAL=1 -DLL_SDL=1 -DLIB_NDOF=1 -DLL_X11=1


Attachments:
File comment: After zoom
Screenshot from 2019-08-10 19-27-49.png
Screenshot from 2019-08-10 19-27-49.png [ 15.42 KiB | Viewed 2943 times ]
File comment: After login
Screenshot from 2019-08-10 19-24-43.png
Screenshot from 2019-08-10 19-24-43.png [ 5.99 KiB | Viewed 2943 times ]
2019-08-11 02:31:19
Profile

Joined: 2009-03-17 18:42:51
Posts: 6028
Reply with quote
Oops... Yes, while replacing a LLFrameTimer with a simpler (and faster) gFrameTimerSeconds comparison, I made a mistake and inverted the subtraction...

Fixed for next release, but since you are using Linux, you may recompile the viewer yourself (just a matter of typing "./buildlinux.sh" in a terminal pointing from inside the linden/indra/ sub-directory of the sources) with line 350 of linden/indra/newview/llpanelminimap.cpp changed to read:
Code:
      if (mUpdateNow || gFrameTimeSeconds - last_redraw > 0.5f)


2019-08-11 06:45:47
Profile WWW

Joined: 2016-06-19 21:33:37
Posts: 396
Location: Columbus area, OH, USA
Reply with quote
Henri Beauchamp wrote:
Oops... Yes, while replacing a LLFrameTimer with a simpler (and faster) gFrameTimerSeconds comparison, I made a mistake and inverted the subtraction...

Fixed for next release, but since you are using Linux, you may recompile the viewer yourself (just a matter of typing "./buildlinux.sh" in a terminal pointing from inside the linden/indra/ sub-directory of the sources) with line 350 of linden/indra/newview/llpanelminimap.cpp changed to read:
Code:
      if (mUpdateNow || gFrameTimeSeconds - last_redraw > 0.5f)

Thanks Henri. I have applied that change to my source and rebuilt with no issue. The minimap now redraws as expected for me.


2019-08-11 12:50:16
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 64 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.