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 подтверждением регистрации, пожалуйста, проверьте папку спам. В случае отсутствия письма и там напишите нам другим способом.

Couldn't init OpenGL with any resolution

Any non-technical Umineko-related stuff.
Всё что угодно на около-Umineko-подобные нетехнические темы.
Post Reply
Striker
Posts: 3
Joined: 18 Jan 2018, 06:15
Gender: Male

Couldn't init OpenGL with any resolution

Post 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.
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post 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?
Striker
Posts: 3
Joined: 18 Jan 2018, 06:15
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post 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.
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post 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.
FakeSadi
Posts: 2
Joined: 30 Jan 2019, 08:44
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post by FakeSadi »

I have OpenGL installed with version 4 and I am still having this problem.
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post by vit9696 »

Too little information about your hardware and software. I am afraid you do not have the drivers.
FakeSadi
Posts: 2
Joined: 30 Jan 2019, 08:44
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post 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)
vit9696
Администратор
Posts: 1767
Joined: 24 Feb 2015, 00:48
Gender: Male

Re: Couldn't init OpenGL with any resolution

Post 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
Post Reply