C64 vice emulator "fails to load kernal" on ubuntu system
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
C64 vice emulator "fails to load kernal" on ubuntu system
Hello all, I recently just installed the Commodore 64 emulator called Vice that I got via package manager. When I want to start up the C64 emulator (the program called x64) this message appears:
*** VICE Version 1.19 ***
Welcome to x64, the free portable C64 Emulator.
Current VICE team members:
A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies,
M. Pottendorfer, M. Brenner, S. Trikaliotis, M. van den Heuvel.
This is free software with ABSOLUTELY NO WARRANTY.
See the "About VICE" command for more info.
X11: Found 24bit/TrueColor visual.
X11: Using private colormap.
DGA2: Found mode: 800x600-0.0Hz, 1
DGA2: Found mode: 640x480-0.0Hz, 2
C64MEM: Error - Couldn't load kernal ROM `kernal'.
Machine initialization failed.
Exiting...
Apparently, its trying to load the C64 ROMS needed. I looked at the VICE manual, and I installed the ROM files needed (gotten from http://www.theoldcomputer.com/Libarary's/Emulation/BIOS_Roms/BIOS_roms_summary.htm) and I installed them in the directories where the program would look for them. Still, its the same message. Does anyone know what I should do? I an Ubuntu system version Edgy.
Are you sure the directories and ROM files themselves are readable by the user you are trying to run vice as?
Personally I use MESS to play C64 games - Wizball especially - and it works just fine. Maybe you want to take a look at it as well? I also play Apple II games just fine in FC6 with a 2.6.18.1 kernel with no problems.
Are you sure the directories and ROM files themselves are readable by the user you are trying to run vice as?
Personally I use MESS to play C64 games - Wizball especially - and it works just fine. Maybe you want to take a look at it as well? I also play Apple II games just fine in FC6 with a 2.6.18.1 kernel with no problems.
Regards,
ok im pretty sure the ROMS aren't readable by the computer. do you by any chance know where I can get a hold of C64 ROM files? I found the roms im using now by just googling for them.
Your 4 system files must be in the correct location - to avoid superuser issues this folder can be ~/.vice/C64
(for newbies, ~ means your home folder, and .vice will be invisible unless you display hidden files - Ctrl-H on Ubuntu - and you will need to create both .vice and C64 if you have a fresh VICE installation).
In that folder, you need just 4 files, with exactly the following names (case SeNsItIve):
1541
basic
chargen
kernal
(that's the disk drive, the Basic language, the Character Set and the main system "Kernal")
You can probably find these online somewhere.
You may need to rename the files from the names they have when you find them, note that they have NO suffix - not .rom, not .dat, just the names...
Once in place, running x64 in a terminal should work, I saw a few errors but eventually it got there.
Hope this helps anyone who finds the Vice Manual a bit hard to fathom!
Your 4 system files must be in the correct location - to avoid superuser issues this folder can be ~/.vice/C64
(for newbies, ~ means your home folder, and .vice will be invisible unless you display hidden files - Ctrl-H on Ubuntu - and you will need to create both .vice and C64 if you have a fresh VICE installation).
In that folder, you need just 4 files, with exactly the following names (case SeNsItIve):
1541
basic
chargen
kernal
(that's the disk drive, the Basic language, the Character Set and the main system "Kernal")
You can probably find these online somewhere.
You may need to rename the files from the names they have when you find them, note that they have NO suffix - not .rom, not .dat, just the names...
Once in place, running x64 in a terminal should work, I saw a few errors but eventually it got there.
Hope this helps anyone who finds the Vice Manual a bit hard to fathom!
It's old question, but this is an answer.This is a /doc/vice/Readme.ROM file
The ROM images for the 8-bit components required to make VICE are
copyrighted, and you install them at your own legal risk. Tulip
Computers, in the Netherlands, appears to hold the copyright to them,
and is being somewhat persnickety about who uses them. You will have
to get your ROMs somewhere other than this package.
Previously, this was handled with the vice-getroms package, which was
a fragile downloader that attempted to download the individual ROM
images and put them in their correct places. At one point, the
upstream maintainers of VICE put together a tarball of the necessary
images, which can be found at:
Download that file, and copy the contents of vice-roms-1.5/data/* into
the matching directories in /usr/lib/vice. You will probably need to
be root to do this.
Alternately, the original upstream tarballs also contain the ROM
images, though they are stripped out in the source tarball that Debian
distributes.
It's old question, but this is an answer.This is a /doc/vice/Readme.ROM file
The ROM images for the 8-bit components required to make VICE are
copyrighted, and you install them at your own legal risk. Tulip
Computers, in the Netherlands, appears to hold the copyright to them,
and is being somewhat persnickety about who uses them. You will have
to get your ROMs somewhere other than this package.
Previously, this was handled with the vice-getroms package, which was
a fragile downloader that attempted to download the individual ROM
images and put them in their correct places. At one point, the
upstream maintainers of VICE put together a tarball of the necessary
images, which can be found at:
Download that file, and copy the contents of vice-roms-1.5/data/* into
the matching directories in /usr/lib/vice. You will probably need to
be root to do this.
Alternately, the original upstream tarballs also contain the ROM
images, though they are stripped out in the source tarball that Debian
distributes.
1. Download VICE 2.4 source
2. Decompress it and open a terminal in the main folder
3. type -> ./configure --prefix=/home/yourusername/ --enable-sdlui
4. type -> make
5. type -> make install
6. Copy all the files from /home/yourusername/bin to /home/yourusername/lib64/vice
7. Click /home/yourusername/lib64/vice/x64 to start program
1. Download VICE 2.4 source
2. Decompress it and open a terminal in the main folder
3. type -> ./configure --prefix=/home/yourusername/Vice2 --enable-fullscreen --enable-gnomeui
4. type -> make
5. type -> make install
6. Copy all the files from /home/yourusername/bin to /home/yourusername/lib64/vice
7. Click /home/yourusername/lib64/vice/x64 to start program
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.