Hi,
I'm trying to make a small install of Vice3.3 commodore 64.
Right now, I'm trying it out in Virtualbox with TinycoreV10.
Everything seems to work fine when I use the SDL dependency, but when I try
to compile Vice with SDL2 enabled, the program flashes briefly on the screen and I get the following error:
SDLVideo: Error - SDL_CreateRenderer() failed: Couldn't find matching render driver
Any suggestions?
Keeping in mind I'm still very much a noob: as a summary, I do the following in a new virtualbox machine:
- Install TC10 to a new machine
- Install the following dependencies:
- alsa-config
- alsa-dev
- alsa
- libpng-bin
- libpng-dev
- libpng
- compiletc
- SDL
- SDL-dev
- readline
- readline-dev
- SDL2
- SDL2-dev
download xa-2.3.9, unzip into a folder
download the tarball vice-3.3, unzip into a folder
- in a terminal window, I start up Alsa by the following command: alsactl init
I compile xa-2.3.9 by "make" followed by "sudo make install"
I compile vice-3.3 by the following commands
"./configure --enable-sdlui" (for SDL)
"./configure --enable-sdlui2" (for SDL2)
"make"
"sudo make install"
when I enter X64 to start the emulator, it runs fine with SDL,
but when I compile it with SDL2 (which apparently has better graphics), I get the following error
"SDLVideo: Error - SDL_CreateRenderer() failed: Couldn't find matching render driver"
Thanks so much in advance for any ideas I could try!