I'm following the instructions from here, and it builds and installs fine, but when I try and launch "gvbam" from terminal I get the following:
Â
Code: Select all
Failed to init SDL: No available video deviceAborted (core dumped)
Â
And I if i try just "vbam" it comes up with a list of instructions/launch parameters and that's it. When I try "vbam romname.gba" it displays this:
Â
Code: Select all
VBA-M version 1.8.0-SVN1150 [sDL]
Searching for file vbam.cfg
Searching current directory: /home/sato/Games
Searching home directory: /home/sato/.vbam
Searching data directory: /usr/share/vbam
Searching system config directory: /etc
Reading configuration file.
Unknown configuration key throttle
Failed to open audio: No available audio device
Searching for file vba-over.ini
Searching current directory: /home/sato/Games
Searching home directory: /home/sato/.vbam
Searching data directory: /usr/share/vbam
Reading vba-over.ini
Trying patch PLG.ips
Trying patch PLG.ups
Trying patch PLG.ppf
Failed to init SDL: No available video device
Â
Any advice?