From: Szász G. <sz...@hu...> - 2024-05-03 16:58:25
|
On Thu, May 02, 2024 at 03:59:24PM +0200, Mentore Siesto wrote: > Hello everyone, first time here so let me introduce myself: > > I'm an italian developer really loving FUSE and using it daily. > > I'm also an OS/2 old time enthusiast and I'm porting software in my spare > time. I just gave a shot at FUSE 1.6.0 and got a somehow working executable > using GCC 9.2 and SDL interface, but the executable crashes with the error > > > fuse: error: font contains invalid character > fuse: error initialising -- giving up! > > Wondering what may be the culprit, without any clue on that. The font file > is currently present and untouched. > > I configured the source package like this > > and make worked like a charm after giving the correct location for > libspectrum files. > > Is there something I can do to debug the problem? Do I have to do something > to the font file in order to use it? > > Thanks in andvance, > > Mentore Siesto Hi Mentore, You have to copy fuse.font file into $(datadir)/fuse - on linux this is /usr/share/fuse or /usr/local/share/fuse directory (depending on compile time "prefix" You may need here some other files too: cassette.bmp fuse.font keyboard.png keyboard.scr menu_data.ui microdrive.bmp plus3disk.bmp And you need at least 48.rom in the roms directory... hmm.. maybe /usr/share/fuse/roms ??? Maybe your font file is in place, but "bogus". The fuse.font file length is 1818 byte. Best regards, Gergely > _______________________________________________ > fuse-emulator-devel mailing list > fus...@li... > https://lists.sourceforge.net/lists/listinfo/fuse-emulator-devel |