PlayN GWT托管模式BufferOverflowException
我试图让PlayN演示和展示案例在日食中工作。
当我使用maven构建/运行“可爱”样本时:
/path-to/playn-samples/cute$ mvn -Phtml integration-test
它工作正常,我看到http:// localhost:8080 /
但是当我在托管模式下在Eclipse中运行GWT时,它似乎编译正常,但是一旦在浏览器中(http://127.0.0.1:8888/CuteGame.html?gwt.cgv.csvr=127.0.0.1:9997),我得到FireBug控制台错误(不断重复,直到我关闭浏览器选项卡)
uncaught exception: java.lang.RuntimeException: Native buffer required java.nio.DirectFloatBufferU[pos=0 lim=640 cap=640]
uncaught exception: java.nio.BufferOverflowException
任何想法这可能是什么?
编辑:这里是我使用的版本: