ARB_texture_non_power_of_two: MISSING?
I wanna play Love2D games on ES.
device: OGA(Odroid Go Advance)
Love2D has installed. $ love --version LOVE 11.3 (Mysterious Mysteries)
I modify the /etc/emulationstation/es_systems.cfg, added a new menu of love2D:
<systemList>
<system>
<name>Love2D</name>
<fullname>Love2D</fullname>
<path>/roms/love2d/</path>
<extension>.love .LOVE</extension>
<command>love /roms/love2d/kid.love</command>
<platform>Love2D</platform>
<theme>atari2600</theme>
</system>
restart ES, then the new menu item displayed.
When I opened Love2D item, excute command: love /roms/love2d/kid.love, it's try to open love2D's window.
But something wrong was there, quit and back to Love2D menu\game list.
~/.emulationstation/es_log.txt :
lvl2: Attempting to launch game... lvl2: love /roms/love2d/kid.love lvl1: ...launch terminated with nonzero exit code 256! lvl2: Creating window... lvl2: Checking available OpenGL extensions... lvl2: ARB_texture_non_power_of_two: MISSING lvl2: Added known joystick odroidgo2_joypad (instance ID: 5, device index: 0)
Anybody help, thanks!