Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- processing.app.SketchException: java.lang.UnsatisfiedLinkError: jssc.SerialNativeInterface.getSerialPortNames()[Ljava/lang/String;
- at jssc.SerialNativeInterface.getSerialPortNames(Native Method)
- at jssc.SerialPortList.getWindowsPortNames(SerialPortList.java:309)
- at jssc.SerialPortList.getPortNames(SerialPortList.java:298)
- at jssc.SerialPortList.getPortNames(SerialPortList.java:182)
- at processing.serial.Serial.list(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:188)
- at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:206)
- at org.python.core.PyObject.__call__(PyObject.java:464)
- at org.python.core.PyObject.__call__(PyObject.java:468)
- at org.python.pycode._pyx18.setup$1(visualiser.pyde:20)
- at org.python.pycode._pyx18.call_function(visualiser.pyde)
- at org.python.core.PyTableCode.call(PyTableCode.java:171)
- at org.python.core.PyBaseCode.call(PyBaseCode.java:125)
- at org.python.core.PyFunction.__call__(PyFunction.java:403)
- at org.python.core.PyFunction.__call__(PyFunction.java:398)
- at jycessing.PAppletJythonDriver.setup(PAppletJythonDriver.java:1320)
- at processing.core.PApplet.handleDraw(PApplet.java:2404)
- at processing.opengl.PSurfaceJOGL$DrawListener.display(PSurfaceJOGL.java:866)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
- at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
- at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
- at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
- at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
- at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
- at java.util.TimerThread.mainLoop(Timer.java:555)
- at java.util.TimerThread.run(Timer.java:505)
- at jycessing.mode.run.SketchRunner.convertPythonSketchError(SketchRunner.java:222)
- at jycessing.mode.run.SketchRunner.lambda$2(SketchRunner.java:119)
- at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement