On 1 November 2017 at 12:56, Lubomir I. Ivanov <[email protected]> wrote: > On 1 November 2017 at 11:47, Davide DB <[email protected]> wrote: >> On 31 October 2017 at 17:09, Lubomir I. Ivanov <[email protected]> wrote: >>> On 31 October 2017 at 18:05, Davide DB <[email protected]> wrote: >>>> I've just completed Italian translations. >>>> >>>> PS >>>> The new version does solve the crash on Win32 systems? >>>> >>>> >>> >>> we need some help to test the win32 crashes. >>> a recent OpenGL related fix was added, so hopefully that fixes the GPU >>> related issues. >>> >>> please, run "subsurface.exe -v" from the console (CMD), so that we can >>> gather debug output. >>> >> >> >> Unfortunately 4.7.2 still crashes on my system. >> This is the output: >> >> C:\Program Files\Subsurface> >> validateGL(): created OpenGLContext. >> validateGL(): obtained QOpenGLFunctions. >> validateGL(): detected OpenGL version 0.6533584. > > it can't detect the OpenGL Minor version - 6533584 is not right; the > zero for Major isn't right too. > > can you please, try the follow on that machine: > - start CMD.exe > - go to the subsurface directory > - write: > set QT_QUICK_BACKEND=software > (this should set an environment variable) > - write: > subsurface.exe -v > > in the meantime i will look at improving the OpenGL detection. >
i've created a new PR to improve the GL version code and will manually merge it in a bit: https://github.com/Subsurface-divelog/subsurface/pull/756 sadly, we didn't get enough testing in time for 4.7.2. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
