Page 1 of 1
[Solved][Issue] "Enable to create OpenGL Window"
Posted: Mon Apr 17, 2017 5:51 pm
by modog
A couple mounth ago that Love2D works well, but now...what is going on?
I have a Intel HD Graphics 4400.
SOLVED:
uninstall the driver and install again, i do the same with love2d
Re: [Issue] "Enable to create OpenGL Window"
Posted: Mon Apr 17, 2017 6:02 pm
by raidho36
The OpenGL version reported by your driver is not compatible. You need to update your drivers. Or if this is caused by faulty update, rollback until it's fixed.
Re: [Issue] "Enable to create OpenGL Window"
Posted: Tue Apr 18, 2017 2:26 am
by modog
But my drivers is in the last update of march. I think the problem is not the driver, can be the windows 10 too.
Please someone help!
Re: [Issue] "Enable to create OpenGL Window"
Posted: Tue Apr 18, 2017 9:14 am
by Nixola
I think you can explicitly disable FSAA/MSAA in
love.conf to get it to work; it looks like something is making the driver revert to the software renderer, which can happen under particular FSAA/MSAA requests iirc.
Re: [Issue] "Enable to create OpenGL Window"
Posted: Wed Apr 19, 2017 2:16 am
by Ref
Happened to me as well when I upgraded to Windows 10.
Had to return to Windows 7.