Erik De Rijcke
Erik De Rijcke
on the client side I ge this: Exception in thread "main" java.lang.RuntimeException: Broken pipe at org.freedesktop.wayland.client.Display.roundtrip(Native Method) at org.freedesktop.wayland.examples.simpleshm.Display.(Display.java:80) at org.freedesktop.wayland.examples.simpleshm.SimpleShm.main(SimpleShm.java:30)
I tried with wilee (core+jogl) and got a segfault on the same java calls.
The segfault happens on gentoo, when trying to reproduce on ubuntu no socket is created. Will try to reproduce and debug on arch.
build wayland from source, attached gdb, got no useful info(?) 0x00007f2a6a89e72f in pthread_join () from /lib64/libpthread.so.0 (gdb) step Single stepping until exit from function pthread_join, which has no line number...
http://hastebin.com/ifosiyakut.django
When updating the get_env function to: ``` JNIEnv * wl_jni_get_env() { JNIEnv * env; // If this fails, things have gone very badly int getEnvStat = (*java_vm)->GetEnv(java_vm, (void **)&env, JNI_VERSION_1_2);...
No. I do however plan to start creating a javafx port for wayland somewhere later this year using my own existing bindings. If you can't wait, you should be able...
I'm still experiencing quite horrible datachannel performance with the currently released version. Looking at the implementation I noticed an excessive use of of async/await stemming from the use of (an...
[jsr250](http://en.wikipedia.org/wiki/JSR_250) has a postconstruct annotation. From my own experience, if you need an after constructor 'callback' when doing DI, your design is broken, but I realize those things are unfortunately...
To answer your questions: -Do you think the refactoring is useful? Certainly, standardizing and minimizing dependencies on other frameworks is always a good thing. However the master branch is no...