Re: [pgadmin-hackers] QtWebEngine issue

2016-11-11 Thread Dave Page
I had tried AA_UseOpenGLES previously, with no joy. It seems that AA_UseDesktopOpenGL doesn't work either. On Thu, Nov 10, 2016 at 2:12 PM, Neel Patel wrote: > Hi, > > As I am not able to reproduce so i can not do experiment but from Qt > documentation, we can try setting below attribute at begin

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-10 Thread Neel Patel
Hi, As I am not able to reproduce so i can not do experiment but from Qt documentation, we can try setting below attribute at beginning in pgAdmin4.cpp file before application start ? QCoreApplication::setAttribute(Qt::AA_UseDesktopOpenGL); OR QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-10 Thread Dave Page
Hi On Thu, Nov 10, 2016 at 1:28 PM, Neel Patel wrote: > Hi Dave, > > I have tried to reproduce the issues ( crash & black screen) with > QtWebEngine but no luck. > Tried with Windows 7 & Windows 10 with both Qt 5.5 & 5.7. > > I think below links confirm that it is known issue in Qt. > > https://b

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-10 Thread Neel Patel
Hi Dave, I have tried to reproduce the issues ( crash & black screen) with QtWebEngine but no luck. Tried with Windows 7 & Windows 10 with both Qt 5.5 & 5.7. I think below links confirm that it is known issue in Qt. https://bugreports.qt.io/browse/QTBUG-34964

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-10 Thread Dave Page
On Thu, Nov 10, 2016 at 8:22 AM, Neel Patel wrote: > Hi, > > That means it is an issue with OpenGL drivers and Qt Webengine ? Sounds like it may be. I think any info we can compile should be added to that bug report you found though. > Do we need to compile Qt with Desktop OpenGL which do not ca

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-10 Thread Neel Patel
Hi, That means it is an issue with OpenGL drivers and Qt Webengine ? Do we need to compile Qt with Desktop OpenGL which do not call OpenGL ES 2.0 API OR may be ANGLE ? Thanks, Neel Patel On Wed, Nov 9, 2016 at 10:05 PM, Dave Page wrote: > Incidentally, turning off accelerated graphics in VMwar

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-09 Thread Dave Page
Incidentally, turning off accelerated graphics in VMware seems to solve the problem entirely. On Wed, Nov 9, 2016 at 3:54 PM, Dave Page wrote: > Hi Neel, > > Per our earlier discussion on the QtWebEngine crash we were seeing, > here's some more info from my testing. > > I turned off high performa

[pgadmin-hackers] QtWebEngine issue

2016-11-09 Thread Dave Page
Hi Neel, Per our earlier discussion on the QtWebEngine crash we were seeing, here's some more info from my testing. I turned off high performance graphics in VMware, and started to get almost immediate crashes of the runtime (from which I could get little useful information) With: QCoreApplicat