Unable to build with bob

When I try to build with the bob.jar this is what I get.

> java -jar bob.jar build
 1% 3% 4% 6% 7% 9% 99% 100%
The build failed for the following reasons:
ERROR assets/fonts/default.font:0 (y + height) is outside of Raster

The game runs fine when I am testing it (F5)

Any ideas?

1 Like

In setting up my game to auto-build and deploy, I ran into this as well. The issue is you need to use the actual Oracle JDK 8, not Open JDK 8.

3 Likes

That fixed the problem. Thanks for the help :slight_smile:

1 Like