Page 1 of 1

Couldn't init OpenGL with any resolution

Posted: 18 Jan 2018, 06:28
by Striker
I have a laptop with an Intel Graphics HD 3000 as GPU and if I try to run it an error like this happens.

Image

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.

Re: Couldn't init OpenGL with any resolution

Posted: 18 Jan 2018, 11:22
by vit9696
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?

Re: Couldn't init OpenGL with any resolution

Posted: 18 Jan 2018, 20:55
by Striker
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

Posted: 18 Jan 2018, 20:59
by vit9696
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

Posted: 30 Jan 2019, 08:49
by FakeSadi
I have OpenGL installed with version 4 and I am still having this problem.

Re: Couldn't init OpenGL with any resolution

Posted: 30 Jan 2019, 14:22
by vit9696
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

Posted: 31 Jan 2019, 21:15
by FakeSadi
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)

Re: Couldn't init OpenGL with any resolution

Posted: 01 Feb 2019, 20:10
by vit9696
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:

Code: Select all

prefer-renderer=ANGLE2
or

Code: Select all

prefer-renderer=ANGLE3