Hi everyone. I searched up and down for an answer to this before I gave up and decided to post. I run the 64-bit version of Ubuntu 9.10. I pulled down the latest deb, SVN 877 if I'm not mistaken. Obviously, there is only a 32-bit version available (it would be REALLY nice if someone could provide a 64 bit version, Core 2 Duos are really mainstream now a days), so I used dpkg with the --force-architecture flag to get it to install on my system. I have two problems, both of which I can get around, but one is much more annoying than the other. The smaller problem is that I can't use gvbam because I don't know which lib to symbolically link so that gvbam can find the 32 bit version of the glademm libs. But I use the Gelide front-end so that's really a small problem.
Â
The REAL problem that I'm having is that vbam does not seem to have any idea how to read zip files. It can read unzipped files (raw ROMs) just fine, and the 64-bit version of vanilla VBA can read zip files without a problem. I'm taking a poor uneducated guess, but I'm guessing that once again, this is a 32/64 bit difference, and because I installed using --force-architecture, vbam doesn't know where to find the libs that would extract zip files. Even as I type that, it doesn't sound right, but every time I try to run with a zip file, I get :
Â
Code: Select all
No image found in file Tetris.zip
Unknown file type Tetris.zip
Â
Can anyone enlighten me? Thanks very much.