PlayN GWT托管模式BufferOverflowException

时间:2012-07-13 00:35:11

标签: gwt nio playn gwt-hosted-mode

我正在尝试播放PlayN演示并显示案例在eclipse中工作。

当我使用 maven

构建/运行“Cute”样本时
/path-to/playn-samples/cute$ mvn -Phtml integration-test

它运行正常,我可以在 http:// localhost:8080 /

上看到演示

但是当我在托管模式中在eclipse中运行GWT时,它似乎编译得很好,但一旦在浏览器中( http://127.0.0.1:8888/CuteGame.html? gwt.codesvr = 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

知道这可能是什么吗?

编辑:以下是我正在使用的版本:

  • PlayN 1.4
  • GWT 2.4
  • Eclipse Indigo
  • FireFox 13.0.1
  • Java 6
  • Windows 7,64位
  • 托管模式适用于其他项目。

0 个答案:

没有答案