X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fgraphics%2FFont.java;h=2b8b13cdca0f92feb663aa29e999f9b74e87feb6;hp=6df989986ff6e6d7e2f212026f7ccbb5152cdb05;hb=8d557215d8d12565af090f8fc15153ba390a5481;hpb=48760d1df22a8925ad93fc2fa422faf15ef94cc1 diff --git a/src/org/ibex/graphics/Font.java b/src/org/ibex/graphics/Font.java index 6df9899..2b8b13c 100644 --- a/src/org/ibex/graphics/Font.java +++ b/src/org/ibex/graphics/Font.java @@ -121,7 +121,7 @@ public class Font { try { rt = (Runtime)Class.forName("org.ibex.util.MIPSApps").newInstance(); } catch(Exception e) { - throw new Error("Error instansiating freetype"); + throw new Error("Error instantiating freetype: " + e); } rt.start(new String[]{"freetype"}); rt.execute();