EmulationStation icon indicating copy to clipboard operation
EmulationStation copied to clipboard

ARB_texture_non_power_of_two: MISSING?

Open starock opened this issue 5 years ago • 0 comments

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!

starock avatar Aug 30 '20 06:08 starock