Picking and Dragging Problem with InputListener

Hello,



as I already reported previously I sometimes have got problem with my mouse picking code. Sometimes I see the message



Update exception. Only ‘Triangles’ mesh mode is supported.

[Ljava.lang.StackTraceElement;@ca8b3b




that is rather clear to me. I can not pick “non triangle meshes”. However, if I try to pick triangle meshes, sometimes the exception



Update exception. null

[Ljava.lang.StackTraceElement;@14faa86




is printed in my output channel. I tried to find the string Update exception in the JME source codes but couldn’t find it. Is this an openGL exception forwarded to Java?



Thanks.



Regards,

Equi

Maybe the exception happens in your own code? It is somewhat hard to understand since you’re not printing the stack trace but only the array of stack trace elements.

Hello,



thanks. I found the error. Was my fault of course…

Has nothing to do with inputListener.



Regards,

Equi