Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-03-28 18:55:28



Reply to topic  [ 14 posts ]  Go to page 1, 2  Next
Multitexture detection issue at second start with 1.30.1.8 
Author Message

Joined: 2021-02-19 18:28:40
Posts: 11
Reply with quote
I decided to try the last experimental version today on my Ryzen 3700U computer.

At first start, everything works fine. I can log and wander around without trouble.
When I restart the viewer, a notice appear telling my GFX card don't have multitexture support, and all I can do is aborting entirely.

This seems odd to me as the first launch seemed to work finely. Just deleting the configuration file allow to start again, as if something wrong had been written inside at first start.

Falling back to the 1.30.0.25 version works fine.


2022-11-10 06:41:37
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Please, post the logs... Without them, I cannot diagnose the issue (likely a problem with libepoxy, which is in use in v1.30.1).


2022-11-10 08:57:42
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
In today's release, I removed the check for multi-textures support, since this is granted for OpenGL v1.3 and over... This should solve your issue, but maybe there are more, and silent ones, that will only be logged as an INFO line in the log, but would result in rendering slowness or discrepancies: I am therefore still interested in a log file !!!


2022-11-12 11:45:49
Profile WWW

Joined: 2021-02-19 18:28:40
Posts: 11
Reply with quote
Excuse me. I checked the Notification option, but I didn't receive any notification mail, so I thought no response came until I had a look today.

I don't have access to my Ryzen computer for now, but I will send you the logs as soon as I can


2022-11-20 15:06:33
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Arkem wrote:
I didn't receive any notification mail
Sadly, many email account providers, especially "free" ones, reject automated forum notification emails as spam...


2022-11-20 15:09:01
Profile WWW

Joined: 2021-02-19 18:28:40
Posts: 11
Reply with quote
I tried again with the 1.30.1.8 version on my Ryzen laptop, hoping to understand what happened.

As I said in my first post, the first time the viewer is launched and create a new config, everything works finely. The problem occur when trying to launch it a second time when the base configuration is already done. I didn't make any change myself in the GFX configuration.

Here is the part of the logs that seems relevant when it crashes:
Quote:
2022-11-20 19:29:01Z WARNING: x11_detect_vram_kb: VRAM amount detection failed. You could use the LL_VRAM_MB environment variable to specify it.
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: GL buffer:
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: Red bits 8
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: Green bits 8
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: Blue bits 8
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: Alpha bits 8
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: Depth bits 24
2022-11-20 19:29:01Z INFO: LLWindowSDL::createContext: Stencil bits 8
2022-11-20 19:29:01Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_texture_env_combine
2022-11-20 19:29:01Z INFO: LLGLManager::initExtensions: Could not initialize separate specular color
2022-11-20 19:29:01Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_texture_compression
2022-11-20 19:29:01Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_occlusion_query
2022-11-20 19:29:01Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_point_parameters
2022-11-20 19:29:01Z INFO: LLGLManager::initExtensions: Could not initialize GL_EXT_blend_func_separate
2022-11-20 19:29:01Z INFO: LLGLManager::initGL: Detected VRAM via ATIMemInfo: 1880
2022-11-20 19:29:01Z WARNING: LLGLManager::initGL: GL driver does not support GL_ARB_multitexture
2022-11-20 19:29:01Z WARNING: LLViewerShaderMgr::init: Failed to pass minimum requirements for out shaders.
2022-11-20 19:29:01Z INFO: LLFeatureManager::loadGPUClass: GPU 'AMD AMD Radeon Vega 10 Graphics (raven, LLVM 13.0.1, DRM 3.42, 5.15.0-53-generic)' not recognized, using the GPU benchmarking method instead..


If I remove the configuration file and do a fresh start, I get:
Quote:
2022-11-20 19:42:53Z WARNING: x11_detect_vram_kb: VRAM amount detection failed. You could use the LL_VRAM_MB environment variable to specify it.
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: GL buffer:
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: Red bits 8
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: Green bits 8
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: Blue bits 8
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: Alpha bits 8
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: Depth bits 24
2022-11-20 19:42:53Z INFO: LLWindowSDL::createContext: Stencil bits 8
2022-11-20 19:42:53Z INFO: LLGLManager::initGL: Detected VRAM via ATIMemInfo: 1686
2022-11-20 19:42:53Z INFO: LLFeatureManager::loadGPUClass: GPU 'AMD AMD Radeon Vega 10 Graphics (raven, LLVM 13.0.1, DRM 3.42, 5.15.0-53-generic)' not recognized, using the GPU benchmarking method instead...


It looks like more checks are done after the first start of the program. I tried unchecking the Benchmark mode, and setting the GFX to minimum quality after a fresh start, but the problem is still there when restarting.


2022-11-20 20:00:00
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Thanks for the (part) log. I will work around the failed extensions detection in next release, basing it on the OpenGL version instead...

However, since you did not post the full log, other important info (core GL profile or not, various info about vertex buffers, memory, shaders compilation, etc) is missing... Please, post the full log.

The fact the GPU is always benchmarked is the result of the failure to recognize it. To work around it, just add the following line to the app_settings/gpu_table.txt file:
Code:
AMD Radeon VEGA               .*AMD.*Radeon.*Vega.*            3      1


2022-11-20 20:17:01
Profile WWW

Joined: 2021-02-19 18:28:40
Posts: 11
Reply with quote
I tried adding this line but it didn"t cure the issue for me. I did some further tests, though, since I had the same trouble launching this version of the viewer on an Intel Kaby Lake GPU while I usually use a nVidia GFX card of this machine. Then I tried another machine with a Sky Lake GPU and everything worked fine on this one...
The problem occur when the "Core GL profile" is enable with no nVidia card, either with Kaby Lake, Sky Lake and Vega. For some auto-detection reason, it was unchecked by default on Sky Lake, but it was checked with Vega.

Anyway, here is the crash logfile I get when launching it on vega with a fresh configuration including the Vega line you sent me:
Quote:
2022-11-21 07:00:24Z INFO: LLAppViewer::initLogging: Viewer process id is: 8940. Logging to temporary file: /home/marc/.secondlife/logs/CoolVLViewer_8940.log
2022-11-21 07:00:24Z INFO: LLAppViewer::initConfiguration: Loading settings file list /opt/coolvlviewer/app_settings/settings_files.xml
2022-11-21 07:00:24Z INFO: LLAppViewer::loadSettingsFromDirectory: Attempting to load settings for the group Global - from location Default
2022-11-21 07:00:24Z INFO: LLAppViewer::loadSettingsFromDirectory: Loaded settings file /opt/coolvlviewer/app_settings/settings.xml
2022-11-21 07:00:24Z INFO: LLAppViewer::loadSettingsFromDirectory: Attempting to load settings for the group PerAccount - from location Default
2022-11-21 07:00:24Z INFO: LLAppViewer::loadSettingsFromDirectory: Loaded settings file /opt/coolvlviewer/app_settings/settings_per_account.xml
2022-11-21 07:00:24Z INFO: LLAppViewerLinux::initParseCommandLine: Language fr
2022-11-21 07:00:24Z INFO: LLAppViewerLinux::initParseCommandLine: Location FR
2022-11-21 07:00:24Z INFO: LLAppViewerLinux::initParseCommandLine: Variant UTF-8
2022-11-21 07:00:24Z INFO: LLAppViewer::loadSettingsFromDirectory: Attempting to load settings for the group Global - from location User
2022-11-21 07:00:24Z INFO: LLAppViewer::loadSettingsFromDirectory: Loaded settings file /home/marc/.secondlife/user_settings/settings_coolvlviewer_1301.xml
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Reading grid info: /home/marc/.secondlife/user_settings/grids_custom.xml
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: reading: grids
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'localhost'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Reading grid info: /opt/coolvlviewer/app_settings/grids.xml
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: reading: grids
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'aviworlds.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'craft-world.org'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'digiworldz.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'world.dreamnation.net'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'dynamicworldz2.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'fireandicegrid.net'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'francogrid.net'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'gergrid.de'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'grid-greeklife.info'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'jopensim.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'lfgrid.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'logicamp.dyndns.org'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'hypergrid.org'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'myopengrid.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'osgrid.org'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'partydestinationgrid.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'tanglegrid.net'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'theadultgrid.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'greatcanadiangrid.ca'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'virtualabdl.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'virtualworldsgrid.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'yoursimspot.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: '3rdlifegrid.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: '3rg.changeip.org'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'dorenas-world.de'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'kitely.com'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'xn--tln-tna.net'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Skipping overridden grid parameters for: 'localhost'
2022-11-21 07:00:24Z INFO: LLGridManager::loadGridsLLSD: Added grid: 'localhost9000'
2022-11-21 07:00:24Z INFO: LLWindowSDL::initXlibThreads: Xlib successfully initialized in thread-safe state
2022-11-21 07:00:24Z INFO: LLAppViewer::renameLog: Renamed log file '/home/marc/.secondlife/logs/CoolVLViewer_8940.log' into '/home/marc/.secondlife/logs/CoolVLViewer.log'
2022-11-21 07:00:24Z INFO: LLVolumeFace::initClass: Using jemalloc arena 5 for volume faces memory
2022-11-21 07:00:24Z INFO: LLAppCoreHttp::refreshSettings: HTTP pipelining is enabled
2022-11-21 07:00:24Z INFO: LLAppViewer::initThreads: LLCore::Http initialized. libcurl version is: libcurl 7.47.0/OpenSSL 1.0.2u/zlib 1.2.11.zlib-ng
2022-11-21 07:00:24Z INFO: LLProcessorInfo::getCPUIDInfo: Running on CPU #7
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode main thread with Id: 7fa6895ff640
2022-11-21 07:00:24Z INFO: LLImageDecodeThread::LLImageDecodeThread: Initializing with 6 worker sub-threads (plus the worker main thread).
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode sub-thread 1 with Id: 7fa6875fe640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode sub-thread 4 with Id: 7fa685dfb640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode sub-thread 3 with Id: 7fa6865fc640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode sub-thread 2 with Id: 7fa686dfd640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode sub-thread 5 with Id: 7fa6855fa640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Image decode sub-thread 6 with Id: 7fa684df9640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Texture cache with Id: 7fa6845f8640
2022-11-21 07:00:24Z INFO: LLImage::initClass: Using jemalloc arena 6 for textures memory
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Texture fetch with Id: 7fa683df7640
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Physics decomposition with Id: 7fa682bff640
2022-11-21 07:00:24Z INFO: LLAppViewer::initThreads: Initializing the "General" pool with 4 threads.
2022-11-21 07:00:24Z INFO: LLThread::threadRun: Running thread Mesh repository with Id: 7fa6823fe640
2022-11-21 07:00:24Z INFO: LLAppViewer::init: LLAvatarNameCache maximum simultaneous requests set to: 16
2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: Cool VL Viewer version 1.30.1.8
2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: Local time: 2022-11-21T08:00:24 CET
2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: CPU info:
processor : 0
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 1400.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 1
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2300.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 2
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2300.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 3
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2300.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 4
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2300.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 5
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2300.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 5
initial apicid : 5
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 6
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2300.000
cache size : 512 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor : 7
vendor_id : AuthenticAMD
cpu family : 23
model : 24
model name : AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx
stepping : 1
microcode : 0x8108102
cpu MHz : 2889.420
cache size : 512 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sme sev sev_es
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed
bogomips : 4591.29
TLB size : 2560 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


->mHasSSE2: 1
->mHasSSE3: 1
->mHasSSE3S: 1
->mHasSSE41: 1
->mHasSSE42: 1
->mHasSSE4a: 1
->mCPUMHz: 3297.65
->mCPUString: AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx (3297.65 MHz)

2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: Memory info:
MemTotal: 6009532 kB MemFree: 653348 kB MemAvailable: 3985236 kB Buffers: 43532 kB Cached: 3544048 kB SwapCached: 0 kB Active: 1418188 kB Inactive: 3304288 kB Active(anon): 3444 kB Inactive(anon): 1252512 kB Active(file): 1414744 kB Inactive(file): 2051776 kB Unevictable: 12780 kB Mlocked: 12780 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB Dirty: 344 kB Writeback: 0 kB AnonPages: 1148112 kB Mapped: 668812 kB Shmem: 108344 kB KReclaimable: 157836 kB Slab: 274828 kB SReclaimable: 157836 kB SUnreclaim: 116992 kB KernelStack: 13536 kB PageTables: 20420 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 11393368 kB Committed_AS: 5293768 kB VmallocTotal: 34359738367 kB VmallocUsed: 58700 kB VmallocChunk: 0 kB Percpu: 14528 kB HardwareCorrupted: 0 kB AnonHugePages: 20480 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 515092 kB DirectMap2M: 4665344 kB DirectMap1G: 2097152 kB
2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: OS: Linux-x86_64 v5.15.0-53-generic
2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: OS info: Linux-x86_64 v5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022
2022-11-21 07:00:24Z INFO: LLAppViewer::writeSystemInfo: CPU single-core benchmarking...
2022-11-21 07:00:25Z INFO: LLCPUInfo::benchmarkFactor: Time taken to find all prime numbers below 10000000: 86.4315ms.
2022-11-21 07:00:25Z INFO: LLCPUInfo::benchmarkFactor: CPU single-core performance factor relative to a 9700K @ 5GHz: 0.344782
2022-11-21 07:00:25Z INFO: LLAppViewer::init: J2C Engine is: OpenJPEG: 1.4.0.635f
2022-11-21 07:00:25Z INFO: LLSelectMgr::initClass: Selection manager initialized
2022-11-21 07:00:25Z INFO: HBFileSelector::loadDefaultPaths: Loading default selector paths from: /home/marc/.secondlife/user_settings/selector_paths.xml
2022-11-21 07:00:25Z INFO: LLSpellCheck::setDictionary: Setting new base dictionary to /opt/coolvlviewer/app_settings/dictionaries/en_us.dic with associated affix file /opt/coolvlviewer/app_settings/dictionaries/en_us.aff
2022-11-21 07:00:25Z INFO: LLSpellCheck::setDictionary: Dictionary encoding is: ISO8859-1
2022-11-21 07:00:25Z INFO: LLSpellCheck::setDictionary: Adding extra *.dic dictionaries...
2022-11-21 07:00:25Z INFO: LLSpellCheck::addDictionary: Adding additional dictionary: /home/marc/.secondlife/user_settings/dictionaries/custom.dic
2022-11-21 07:00:25Z INFO: LLSpellCheck::addDictionary: Adding additional dictionary: /opt/coolvlviewer/app_settings/dictionaries/sl.dic
2022-11-21 07:00:25Z INFO: LLSpellCheck::setDictionary: Done setting the dictionaries.
2022-11-21 07:00:25Z INFO: LLAppViewer::init: Got the MAC address from the user settings.
2022-11-21 07:00:25Z INFO: LLVOCache::LLVOCache: Objects cache created.
2022-11-21 07:00:25Z INFO: LLTextureCache::initCache: Headers: 98127 Textures size: 272 MB
2022-11-21 07:00:25Z INFO: LLDiskCache::init: Initializing cache...
2022-11-21 07:00:25Z INFO: LLDiskCache::init: Nominal cache size: 104857600 bytes. Maximal cache size: 157286400 bytes. Current cache size: 104691884 bytes. Cache directory: /home/marc/.secondlife/cache_coolvlviewer/assets/
2022-11-21 07:00:25Z INFO: LLAppViewer::initWindow: Initializing window...
2022-11-21 07:00:25Z INFO: LLNotifications::initClass: initializing...
2022-11-21 07:00:25Z INFO: LLThread::threadRun: Running thread Disk cache purging thread with Id: 7fa67cefc640
2022-11-21 07:00:25Z INFO: LLNotificationHistoryChannel::loadPersistentNotifications: Loading open notifications from /home/marc/.secondlife/user_settings/open_notifications_coolvlviewer.xml
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Fullscreen = 0 - Size = 1000x700
2022-11-21 07:00:25Z INFO: LLDiskCache::purge: 1946 files found in cache. Checking the total size and possibly purging old files...
2022-11-21 07:00:25Z INFO: LLDiskCache::purge: Cache check took 20ms to execute. Cache size: 104691884 bytes.
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Compiled against SDL 2.24.0
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Running against SDL 2.24.0
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Original aspect ratio was 1920:1080 = 1.77778
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Activated core GL profile v4.6
2022-11-21 07:00:25Z INFO: x11_detect_vram_kb: Looking in /var/log/Xorg.0.log for VRAM info...
2022-11-21 07:00:25Z WARNING: x11_detect_vram_kb: VRAM amount detection failed. You could use the LL_VRAM_MB environment variable to specify it.
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: GL buffer:
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Red bits 8
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Green bits 8
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Blue bits 8
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Alpha bits 8
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Depth bits 24
2022-11-21 07:00:25Z INFO: LLWindowSDL::createContext: Stencil bits 8
2022-11-21 07:00:25Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_texture_env_combine
2022-11-21 07:00:25Z INFO: LLGLManager::initExtensions: Could not initialize separate specular color
2022-11-21 07:00:25Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_texture_compression
2022-11-21 07:00:25Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_occlusion_query
2022-11-21 07:00:25Z INFO: LLGLManager::initExtensions: Could not initialize GL_ARB_point_parameters
2022-11-21 07:00:25Z INFO: LLGLManager::initExtensions: Could not initialize GL_EXT_blend_func_separate
2022-11-21 07:00:25Z INFO: LLGLManager::initGL: Detected VRAM via ATIMemInfo: 1591
2022-11-21 07:00:25Z WARNING: LLGLManager::initGL: GL driver does not support GL_ARB_multitexture
2022-11-21 07:00:25Z WARNING: LLViewerShaderMgr::init: Failed to pass minimum requirements for out shaders.
2022-11-21 07:00:25Z WARNING: LLFeatureManager::loadGPUClass: Invald gpu_table.txt at line 601: 'AMD Radeon VEGA .*AMD.*Radeon.*Vega.* 3 1'
2022-11-21 07:00:25Z INFO: LLFeatureManager::loadGPUClass: GPU 'AMD AMD Radeon Vega 10 Graphics (raven, LLVM 13.0.1, DRM 3.42, 5.15.0-53-generic)' not recognized, using the GPU benchmarking method instead...
2022-11-21 07:00:26Z INFO: LLCPUInfo::benchmarkFactor: Time taken to find all prime numbers below 10000000: 87.571ms.
2022-11-21 07:00:26Z INFO: LLCPUInfo::benchmarkFactor: CPU single-core performance factor relative to a 9700K @ 5GHz: 0.340295
2022-11-21 07:00:26Z INFO: LLFeatureManager::loadGPUClass: GPU is considered supported (class 5). Class deduced from advertized OpenGL version: 4.6
2022-11-21 07:00:26Z INFO: LLFeatureManager::applyBaseMasks: Setting GPU class to: Class5
2022-11-21 07:00:26Z INFO: LLVertexBuffer::initClass: VBO is enabled.
2022-11-21 07:00:26Z INFO: LLVertexBuffer::initClass: GL_ARB_vertex_array_object in use.
2022-11-21 07:00:26Z INFO: LLVertexBuffer::initClass: GL_ARB_map_buffer_range in use.
2022-11-21 07:00:26Z INFO: LLVertexBuffer::initClass: Using jemalloc arena 7 for vertex buffers memory
2022-11-21 07:00:26Z INFO: LLViewerWindow::LLViewerWindow: LLVertexBuffer initialization done.
2022-11-21 07:00:26Z INFO: LLViewerTextureList::getMaxVideoRamSetting: Usable texture RAM: 3182 MB - System RAM: 5868 MB.
2022-11-21 07:00:26Z INFO: LLViewerTextureList::getMaxVideoRamSetting: Usable texture RAM: 3182 MB - System RAM: 5868 MB.
2022-11-21 07:00:26Z INFO: LLViewerTextureList::updateMaxResidentTexMem: Total usable VRAM: 1591 MB - Usable frame buffers VRAM: 397 MB - Usable texture VRAM: 1194 MB - Maximum total texture memory set to: 2388 MB - Maximum total GL bound texture memory set to: 1194 MB
2022-11-21 07:00:26Z INFO: LLViewerTextureList::init: Preloading images (any crash would be the result of a missing image file)...
2022-11-21 07:00:26Z INFO: LLTexUnit::setTextureFilteringOption: gGL.mMaxAnisotropy: 16
2022-11-21 07:00:26Z INFO: LLViewerTextureList::init: Images preloading successful.
2022-11-21 07:00:26Z INFO: LLStandardBumpmap::clear: Clearing standard bumpmaps.
2022-11-21 07:00:26Z INFO: LLStandardBumpmap::restoreGL: Adding standard bumpmaps.
2022-11-21 07:00:26Z INFO: LLStandardBumpmap::clear: Clearing standard bumpmaps.
2022-11-21 07:00:26Z INFO: LLStandardBumpmap::restoreGL: Adding standard bumpmaps.
2022-11-21 07:00:26Z INFO: LLWindowSDL::getDynamicFallbackFontList: Getting system font list from FontConfig...
2022-11-21 07:00:26Z INFO: LLWindowSDL::getDynamicFallbackFontList: Language fr
2022-11-21 07:00:26Z INFO: LLWindowSDL::getDynamicFallbackFontList: Location FR
2022-11-21 07:00:26Z INFO: LLWindowSDL::getDynamicFallbackFontList: Variant UTF-8
2022-11-21 07:00:26Z INFO: LLWindowSDL::getDynamicFallbackFontList: Preferring fonts of language: fr
2022-11-21 07:00:26Z INFO: LLWindowSDL::getDynamicFallbackFontList: Using 40/213 system fonts.
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: LLFontRegistry dump:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Size: Huge => 16
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Size: Large => 12
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Size: Medium => 10
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Size: Monospace => 9
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Size: Small => 9
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Courrier - style = 0 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: RobotoMono-Regular.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Courrier - style = 1 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: RobotoMono-Bold.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Courrier - style = 2 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: RobotoMono-Italic.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Courrier - style = 3 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: RobotoMono-BoldItalic.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Helvetica - style = 0 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: Roboto-Condensed.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Helvetica - style = 1 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: Roboto-BoldCondensed.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Helvetica - style = 2 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: Roboto-CondensedItalic.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Helvetica - style = 3 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: Roboto-BoldCondensedItalic.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = Monospace - style = 0 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: profontwindows.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = SansSerif - style = 0 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: MtBkLfRg.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = SansSerif - style = 1 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: MtBdLfRg.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: Font: name = default - style = 0 - size = TEMPLATE - file names listed below:
2022-11-21 07:00:26Z INFO: LLFontRegistry::dump: file: Roboto-Condensed.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: SansSerif size Small style 0
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Found matching font, filename: /opt/coolvlviewer/fonts/MtBkLfRg.ttf
2022-11-21 07:00:26Z WARNING: LLFontRegistry::createFont: ONCE: Could not load font: /usr/share/fonts/TTF/dejavu/DejaVuSans.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Created font SansSerif (normalized desc: SansSerif)
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: SansSerif size Medium style 0
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Found matching font, filename: /opt/coolvlviewer/fonts/MtBkLfRg.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Created font SansSerif (normalized desc: SansSerif)
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: SansSerif size Large style 0
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Found matching font, filename: /opt/coolvlviewer/fonts/MtBkLfRg.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Created font SansSerif (normalized desc: SansSerif)
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: SansSerif size Huge style 0
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Found matching font, filename: /opt/coolvlviewer/fonts/MtBkLfRg.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Created font SansSerif (normalized desc: SansSerif)
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: SansSerif size Medium style 1
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Found matching font, filename: /opt/coolvlviewer/fonts/MtBdLfRg.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Created font SansSerif (normalized desc: SansSerif)
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Monospace size Monospace style 0
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Found matching font, filename: /opt/coolvlviewer/fonts/profontwindows.ttf
2022-11-21 07:00:26Z INFO: LLFontRegistry::createFont: Created font Monospace (normalized desc: Monospace)
2022-11-21 07:00:30Z WARNING: main: Application init failed.
2022-11-21 07:00:30Z INFO: LLVOCache::~LLVOCache: Objects cache destroyed.


2022-11-21 07:14:49
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Arkem wrote:
I tried adding this line but it didn"t cure the issue for me.
It does not look like the line was added properly, since you get in the log:
Code:
2022-11-21 07:00:25Z INFO: LLFeatureManager::loadGPUClass: GPU 'AMD AMD Radeon Vega 10 Graphics (raven, LLVM 13.0.1, DRM 3.42, 5.15.0-53-generic)' not recognized, using the GPU benchmarking method instead...
Did you copy and paste it ? If not, check that you did not forget any dot ('.') in it... It's a regular expression to match "<anything>AMD<anything>Radeon<anything>Vega<anything>" (and <anything> is '.*' in a regular expression) and it should match "AMD AMD Radeon Vega 10 Graphics" as reported by the system for your GPU...

Quote:
I did some further tests, though, since I had the same trouble launching this version of the viewer on an Intel Kaby Lake GPU while I usually use a nVidia GFX card of this machine. Then I tried another machine with a Sky Lake GPU and everything worked fine on this one...
The problem occur when the "Core GL profile" is enable with no nVidia card, either with Kaby Lake, Sky Lake and Vega. For some auto-detection reason, it was unchecked by default on Sky Lake, but it was checked with Vega.
Thanks, this confirms that the detection of the extensions fails with libepoxy only when the Core GL profile is enabled; I fixed this for next release. And it's normal that the viewer still refuses to start as a result of the failed extension detection since OpenGL then "Failed to pass minimum requirements for out shaders".
But if you properly add the GPU line in gpu_table.txt, the viewer will stop benchmarking the GPU and applying the core GL profile by default; you should then be able to manually disable the latter and restart the viewer (which, this time, should detect properly the required extensions and accept to start).


2022-11-21 08:35:17
Profile WWW

Joined: 2021-02-19 18:28:40
Posts: 11
Reply with quote
I did a copy-paste of the GPU line, so I was a surprised it didn't work. Having a look again showed the only difference with other lines of the same type was the sections separator which is normally a tab, but was turned into a space on the web page. Just changing it to tabs makes it work correctly and the Vega card seems well recognized:
Quote:
2022-11-21 20:09:15Z INFO: LLFeatureManager::loadGPUClass: GPU 'AMD AMD Radeon Vega 10 Graphics (raven, LLVM 13.0.1, DRM 3.42, 5.15.0-53-generic)' recognized as 'AMD Radeon VEGA' and is supported.


Strangely, the core GL profile option keeps being checked when I start with no config file, though, so I still have to uncheck it myself or the viewer can't restart because minimum requirements fails again...


2022-11-21 20:25:39
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users and 27 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:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.