Advertisement
MinaDarsh

UnsatisfiedLinkError

Oct 1st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. processing.app.SketchException: java.lang.UnsatisfiedLinkError: jssc.SerialNativeInterface.getSerialPortNames()[Ljava/lang/String;
  2. at jssc.SerialNativeInterface.getSerialPortNames(Native Method)
  3. at jssc.SerialPortList.getWindowsPortNames(SerialPortList.java:309)
  4. at jssc.SerialPortList.getPortNames(SerialPortList.java:298)
  5. at jssc.SerialPortList.getPortNames(SerialPortList.java:182)
  6. at processing.serial.Serial.list(Unknown Source)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  9. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10. at java.lang.reflect.Method.invoke(Method.java:498)
  11. at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:188)
  12. at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:206)
  13. at org.python.core.PyObject.__call__(PyObject.java:464)
  14. at org.python.core.PyObject.__call__(PyObject.java:468)
  15. at org.python.pycode._pyx18.setup$1(visualiser.pyde:20)
  16. at org.python.pycode._pyx18.call_function(visualiser.pyde)
  17. at org.python.core.PyTableCode.call(PyTableCode.java:171)
  18. at org.python.core.PyBaseCode.call(PyBaseCode.java:125)
  19. at org.python.core.PyFunction.__call__(PyFunction.java:403)
  20. at org.python.core.PyFunction.__call__(PyFunction.java:398)
  21. at jycessing.PAppletJythonDriver.setup(PAppletJythonDriver.java:1320)
  22. at processing.core.PApplet.handleDraw(PApplet.java:2404)
  23. at processing.opengl.PSurfaceJOGL$DrawListener.display(PSurfaceJOGL.java:866)
  24. at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
  25. at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
  26. at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
  27. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
  28. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
  29. at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
  30. at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
  31. at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
  32. at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
  33. at java.util.TimerThread.mainLoop(Timer.java:555)
  34. at java.util.TimerThread.run(Timer.java:505)
  35.  
  36. at jycessing.mode.run.SketchRunner.convertPythonSketchError(SketchRunner.java:222)
  37. at jycessing.mode.run.SketchRunner.lambda$2(SketchRunner.java:119)
  38. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement