Assertion `!dpy->xcb->reply_data' failed

Hello,



I’ve just downloaded the jme sdk beta 3 linux and try to start it.

The jmonkeyplatform crash on the with following trace :


Unknown option -Dsun.java2d.noddraw=true
java: xcb_io.c:507: _XReply: Assertion `!dpy->xcb->reply_data' failed.
bin/../platform/lib/nbexec: line 548: 17397 Abandon "/home/tools/tools/jdk1.6.0_21/bin/java" -Djdk.home="/home/tools/tools/jdk1.6.0_21" -classpath "/home/babytang/jmonkeyplatform/platform/lib/boot.jar:/home/babytang/jmonkeyplatform/platform/lib/org-openide-modules.jar:/home/babytang/jmonkeyplatform/platform/lib/org-openide-util.jar:/home/babytang/jmonkeyplatform/platform/lib/org-openide-util-lookup.jar:/home/tools/tools/jdk1.6.0_21/lib/dt.jar:/home/tools/tools/jdk1.6.0_21/lib/tools.jar" -Dnetbeans.dirs="bin/../jmonkeyplatform:bin/../extra:bin/../ide:bin/../java:" -Dnetbeans.home="/home/babytang/jmonkeyplatform/platform" '-Xms24m' '-Xmx512m' '-XX:PermSize=256m' -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="/home/babytang/.jmonkeyplatform/3.0beta/var/log/heapdump.hprof" org.netbeans.Main --userdir "/home/babytang/.jmonkeyplatform/3.0beta" "--branding" "jmonkeyplatform" "-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true" "-Dsun.java2d.d3d=false" "-Dsun.java2d.opengl=false" "-Dsun.java2d.pmoffscreen=false" 0<&0


Do you have any idea where the problem is ?

Thanks

Oh sorry, I forgot to say that I run on an OpenSuze 64 bits.

Check the troubleshooting section in the wiki. (Click “Documentation” link->SDK->Troubleshooting)

I tried to add the --laf option has specified in the wiki but this is not better.

And i don’t know how to set the heavyweight canvas…

The “known issues” seems not related to my case.



I forgot to mention that the crash occurs during the splash screen loading during (or just after) the “Starting modules” process.

Yeah right, you don’t find the option but it surely isn’t your problem, screw this. :roll:

After a little search on the web, it seems that this problem is related to my video driver.

I will check that.



Thanks for your help.