I have a laptop with an Intel Graphics HD 3000 as GPU and if I try to run it an error like this happens.
I tried messing around with the config files and changing window-width to other sizes but the same error also happens, only the numbers change. This issue isn't in the known issues page so I decided to ask for help here.
If you do not receive your verification email after registering, please check your spam folder. You can also get in contact with us via other methods.
Если вы не получили письмо c подтверждением регистрации, пожалуйста, проверьте папку спам. В случае отсутствия письма и там напишите нам другим способом.
Если вы не получили письмо c подтверждением регистрации, пожалуйста, проверьте папку спам. В случае отсутствия письма и там напишите нам другим способом.
Couldn't init OpenGL with any resolution
Re: Couldn't init OpenGL with any resolution
Hello,
This issue means that you have no OpenGL drivers installed on your laptop. Sometimes it is not easy to do due to OEM providers forgetting to update them. In the latest alpha version we added basic DirectX support, so it may be a reasonable workaround. Would you like to wait or perhaps try an alpha?
This issue means that you have no OpenGL drivers installed on your laptop. Sometimes it is not easy to do due to OEM providers forgetting to update them. In the latest alpha version we added basic DirectX support, so it may be a reasonable workaround. Would you like to wait or perhaps try an alpha?
Re: Couldn't init OpenGL with any resolution
I'd like to try an alpha if possible. Also, can anyone ask for access to this alpha? I know another person who's having the same problem right now.
Re: Couldn't init OpenGL with any resolution
Ok. Everyone may ask, though I pretty much forgot to close alpha-access requests thread recently. As for now I added you to the list of alpha-testers, and as for your friend, if he has the same issue, he may request it here too as an exception. Follow the Getting game files / Получение игровых файлов instructions for more details.
Re: Couldn't init OpenGL with any resolution
I have OpenGL installed with version 4 and I am still having this problem.
Re: Couldn't init OpenGL with any resolution
Too little information about your hardware and software. I am afraid you do not have the drivers.
Re: Couldn't init OpenGL with any resolution
Computer
Hewlett-Packard HP ProBook 4440s
Operating System
Microsoft Windows 10 Pro (64-bit)
Processor
Intel® Core™ i5-3210M CPU @ 2.50GHz
Graphics
Intel® HD Graphics 4000
Memory
4 GB
OpenGL
version 4.0
driver version: 9.17.10.4229(.dll) 26-May-15 (According to OpenGL Extensions Viewer 5.1.4)
Hewlett-Packard HP ProBook 4440s
Operating System
Microsoft Windows 10 Pro (64-bit)
Processor
Intel® Core™ i5-3210M CPU @ 2.50GHz
Graphics
Intel® HD Graphics 4000
Memory
4 GB
OpenGL
version 4.0
driver version: 9.17.10.4229(.dll) 26-May-15 (According to OpenGL Extensions Viewer 5.1.4)
Re: Couldn't init OpenGL with any resolution
Your driver version appears to be quite outdated, as Intel offers a much newer version for your GPU — 15.33.47.5059:
https://www.intel.com/content/www/us/en ... 1541963328
Please consider installing it first.
Also, we have a DirectX fallback, which generally works much slower, yet is still available. If the driver update does not work for you, you could try forcing the use of ANGLE2 / ANGLE3 renderer by adding one the following lines to ons.cfg:
or
https://www.intel.com/content/www/us/en ... 1541963328
Please consider installing it first.
Also, we have a DirectX fallback, which generally works much slower, yet is still available. If the driver update does not work for you, you could try forcing the use of ANGLE2 / ANGLE3 renderer by adding one the following lines to ons.cfg:
Code: Select all
prefer-renderer=ANGLE2
Code: Select all
prefer-renderer=ANGLE3