https://bugs.documentfoundation.org/show_bug.cgi?id=146437

--- Comment #16 from Ju <spamscheuche...@gmx.de> ---
(In reply to Ju from comment #15)
> V Stuart Foote(In reply to V Stuart Foote from comment #14)
> > From the glview Vulkan report
> > 
> > NVIDIA GeForce GTX960
> > API 1.2.186
> > Driver 497.116.0
> > vendor 10deh
> > device 1401h
> > 
> > So, add the following two line stanza into the
> > <installdir>/share/skia/skia_denylist_vulkan.xml, after the <denylist>
> > stanza:
> > 
> > <entry os="all" vendor="nvidia" compare="less_equal" version="497.116.0">
> >     <device id="0x1401h"/>
> > 
> > Delete the user profile (C:/Windows/<username>/AppData/Roaming/LibreOffice)
> > and retest launch. Let us know.
> 
> Thank you for your suggestion but it does not help. 
> AFTER denylist, last suggestion was BEFORE, so in "allowlist", right?

With

<root>
    <allowlist>
    </allowlist>

<denylist>
        <entry os="all" vendor="intel" compare="less_equal" version="0.16.2">
            <device id="all"/>
        </entry>
        <entry os="all" vendor="intel" compare="equal" version="0.402.743">
<!-- tdf#138729 -->
            <device id="all"/>
        </entry>
        <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
            <device id="all"/>
        </entry>
        <entry os="7" vendor="all">
            <device id="all"/>
        </entry>
<entry vendor="all" os="10">
<device id="all"/>
</entry>
   <entry os="all" vendor="nvidia" compare="less_equal" version="497.116.0">
    <device id="0x1401h"/>
 </denylist>

</root>
----------------------------------
I get a Skia.log in user/cache 
RenderMethod: vulkan
Vendor: 0x10de
Device: 0x1401
API: 1.2.186
Driver: 497.116.0
DeviceType: discrete
DeviceName: NVIDIA GeForce GTX 960
Denylisted: no

----------------------------
And a Crash/dump.ini
ProductName=LibreOffice
Version=7.2.4.1
BuildID=27d75539669ac387bb498e35313b970b7fe9c4f9
URL=https://crashreport.libreoffice.org/submit/
UseSkia=false
Language=de-DE
CPUModelName=       Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
CPUFlags=sse3 pclmulqdq monitor ssse3 cpmxch16b sse41 sse42 popcnt aes xsave
osxsave avx msr cx8 sep cmov clfsh mmx fxsr sse sse2 ht lahf syscall rdtscp
MemoryTotal=8277992 kB
ShutDown=true

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to