johanberntsson / ozmoo

A Z-machine interpreter for the Commodore 64 and similar computers
GNU General Public License v2.0
117 stars 19 forks source link

Error when compiling with custom fonts #19

Closed kaelhem closed 3 years ago

kaelhem commented 3 years ago

Hello, I'm trying to compile a zcode file with the online tool available on microheaven.com. There's no problem with the default system font (english), but selecting the "French / French system font" (or another one), it throws an error :

ERROR: Custom fonts are currently not supported for this target platform.

The behavior is the same with z3 and z5 files.

I've already used this tool few months ago, and it was working properly, so I think things have changed. Do I need to do something special to enable custom fonts?

Thanks!

fredrikr commented 3 years ago

Fixed. Thanks for reporting!

kaelhem commented 3 years ago

Thanks for your quick feedback! You're awesome :)