<div dir="ltr"><div><div><div>Great!<br></div>Now works in Debian but not in Windows, but is better than not working in Debian.<br></div><br></div>Thank you.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 20 March 2018 at 21:21, Florian Bruhin <span dir="ltr"><<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 20, 2018 at 08:47:11PM +0000, Starglider Developer wrote:<br>
> I reboot after the update, because I work with VM and just reboot now.<br>
><br>
> The output of glxinfo -b is:<br>
><br>
</span>> [...]<br>
<span class="">> OpenGL vendor string: NVIDIA Corporation<br>
<br>
</span>You're probably dealing with this bug in the nvidia driver then:<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826" rel="noreferrer" target="_blank">https://bugs.launchpad.net/<wbr>ubuntu/+source/python-qt4/+<wbr>bug/941826</a><br>
I don't know how an update would've affected this, though.<br>
<br>
Anyways, doing this in your application before using QtWebEngine (or<br>
maybe before importing it, not sure) will likely help:<br>
<br>
    import ctypes<br>
    import ctypes.util<br>
    ctypes.CDLL(ctypes.util.find_<wbr>library("GL"), mode=ctypes.RTLD_GLOBAL)<br>
<div class="HOEnZb"><div class="h5"><br>
Florian<br>
<br>
--<br>
<a href="https://www.qutebrowser.org" rel="noreferrer" target="_blank">https://www.qutebrowser.org</a> | <a href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072 | <a href="https://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">https://the-compiler.org/<wbr>pubkey.asc</a><br>
         I love long mails! | <a href="https://email.is-not-s.ms/" rel="noreferrer" target="_blank">https://email.is-not-s.ms/</a><br>
</div></div></blockquote></div><br></div>