Exe not working - "Unable to create OpenGL window"
Posted: Sun Oct 09, 2016 10:12 pm
Hi!
I'm slowly learning to make simple games in Löve2d. My operating system is Ubuntu Linux; I have followed the instructions given here. I donloaded the 32bit Windows zip file, and made an exe with the command
When I try to see how it works on a laptop with Windows, this message pops up:
Unable to create OpenGL window
The program requires a graphic card and video drivers which support OpenGL 2.1 or OpenGL ES 2.
Detected OpenGL version:
1.1.0 - GDI Generic (Microsoft Corporation)
I can't find any help on this... Can anyone tell me how to do an exe which works? The game looks fine on my PC.
Best regards
Ernesto
I'm slowly learning to make simple games in Löve2d. My operating system is Ubuntu Linux; I have followed the instructions given here. I donloaded the 32bit Windows zip file, and made an exe with the command
Code: Select all
cat love.exe mygame.love > mygame.exe
Unable to create OpenGL window
The program requires a graphic card and video drivers which support OpenGL 2.1 or OpenGL ES 2.
Detected OpenGL version:
1.1.0 - GDI Generic (Microsoft Corporation)
I can't find any help on this... Can anyone tell me how to do an exe which works? The game looks fine on my PC.
Best regards
Ernesto