Page 1 of 1
Win10 Opengl error
Posted: 19 Apr 2016, 11:34
by labretto
Just installed DslrDashboard on Win10 and cant run because of OpenGL error. error says i need OpenGL2.0 or higher, i have ver3.1?
What do i need to get the app to run?
cheers
Re: Win10 Opengl error
Posted: 21 Apr 2016, 07:14
by matin
same problem here using win7. I didn't have problems with previous releases (0.3.4).
Re: Win10 Opengl error
Posted: 25 Apr 2016, 05:45
by hubaiz
What graphics card do you have? Does it have the latest drivers?
Re: Win10 Opengl error
Posted: 25 Apr 2016, 08:57
by matin
Intel HD 3000. Should be the latest driver. I did't change anything in the driver configuration lately.
Re: Win10 Opengl error
Posted: 25 Apr 2016, 13:18
by hubaiz
According this:
https://communities.intel.com/thread/37 ... 0&tstart=0
Intel HD 3000 supports OpenGL 2.1 just needs the latest driver.
What is the exact error you get? A screen shot maybe?
Re: Win10 Opengl error
Posted: 26 Apr 2016, 08:44
by matin
i check again and installed latest intel drivers. Problem still the same. I included a screenshot..
Re: Win10 Opengl error
Posted: 27 Apr 2016, 06:15
by hubaiz
Depending on the system you have unpack the x86 or x64 folder contents to your qDslrDashboard folder from this archive:
https://drive.google.com/file/d/0BxMZ8X ... sp=sharing
There are 3 files:
libEGL.dll
libGLESv2.dll
opengl32sw.dll
The files should be in the same folder as qDslrDashboard.exe
After unpacking start qDslrDashboard.
Re: Win10 Opengl error
Posted: 29 Apr 2016, 20:21
by matin
Problem solved! Thanks for you support, Zoltan.
Donation is already on the way.
Re: Win10 Opengl error
Posted: 30 Apr 2016, 06:19
by hubaiz
Just an explanation.
By default qDD will try and use OpenGL (for this it needs V2.1)
If this fails it will try to use the following libraries:
libEGL.dll
libGLESv2.dll
These 2 will try and translate the OpenGL calls into DirectX calls.
If this fails then the
opengl32sw.dll
will be used. This is a OpenGL software renderer.