Couldn't init OpenGL with any resolution

Striker

2018-01-18 03:28:09

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.

vit9696

2018-01-18 08:22:50

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?

Striker

2018-01-18 17:55:21

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.

vit9696

2018-01-18 17:59:26

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.

FakeSadi

2019-01-30 05:49:22

I have OpenGL installed with version 4 and I am still having this problem.

vit9696

2019-01-30 11:22:27

Too little information about your hardware and software. I am afraid you do not have the drivers.

FakeSadi

2019-01-31 18:15:28

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)

vit9696

2019-02-01 17:10:02

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:

prefer-renderer=ANGLE2
or

Code:

prefer-renderer=ANGLE3