https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292123

--- Comment #5 from Toomas Soome <[email protected]> ---
are you sure your loader is up to date? could you try: chain
/boot/loader_lua.efi and see if settin font still fails?

Second thing is, loadfont wants file name without .gz - loader file read will
uncompressed it on the fly. You are supposed to get meaningful error:

                if (insert_font(name, FONT_MANUAL) == false) {
                        printf("loadfont error: failed to load: %s\n", name);
                        return (CMD_ERROR);
                }

Anyhow, my test vm does not crash on it... need to investigate more.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to