gort818 / qtwebflix

A qt webengine program for netflix
GNU General Public License v3.0
248 stars 28 forks source link

qtwebflix starts with a black window #69

Closed Nuc1eoN closed 5 years ago

Nuc1eoN commented 5 years ago

When starting the application I simply get a black window after the latest update. Here's the error message: Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.

This happens on Archlinux

gort818 commented 5 years ago

@Nuc1eoN I think there is an issue with the latest QtWebEngine, try deleting your cache and data

  1. rm -r ~/.cache/qtwebflix
  2. rm -r ~/.local/share/qtwebflix/QtWebEngine/Default
Nuc1eoN commented 5 years ago

nvm with updated to the latest git and suddenly it works:)