Marc Pignat
Marc Pignat
Same problem here, fixed using : ``` backend = "glx"; glx-no-rebind-pixmap = false; ```
:+1: great idea
:+1: (and I will be happy to help, but since I don't really understand all the details, I can't write the docs).
> > Since the automower plugin share some code with gardena > > Do you mean they share the same API? They share at least the same account and the...
Do you think the problem is when - java has reference on no more existent JNI object - JNI has a refererence on a no more existent java object or...
It seems the physics world is not initialized. PhysicsWorld.getInstance() fix it...
The demo works if another demo using physics and calling `PhysicsWorld.getInstance()` have been run before... I think creating an unused variable using `PhysicsWorld.getInstance()` in the constructor of the PortableApplication is...