Advertisement
cetex

Untitled

May 5th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. May 05 18:20:51 v-core python[1237]: Traceback (most recent call last):
  2. May 05 18:20:51 v-core python[1237]: File "/home/pi/klipper/klippy/klippy.py", line 369, in <module>
  3. May 05 18:20:51 v-core python[1237]: main()
  4. May 05 18:20:51 v-core python[1237]: File "/home/pi/klipper/klippy/klippy.py", line 351, in main
  5. May 05 18:20:51 v-core python[1237]: main_reactor = reactor.Reactor(gc_checking=True)
  6. May 05 18:20:51 v-core python[1237]: File "/home/pi/klipper/klippy/reactor.py", line 288, in __init__
  7. May 05 18:20:51 v-core python[1237]: SelectReactor.__init__(self, gc_checking)
  8. May 05 18:20:51 v-core python[1237]: File "/home/pi/klipper/klippy/reactor.py", line 99, in __init__
  9. May 05 18:20:51 v-core python[1237]: self.monotonic = chelper.get_ffi()[1].get_monotonic
  10. May 05 18:20:51 v-core python[1237]: File "/home/pi/klipper/klippy/chelper/__init__.py", line 274, in get_ffi
  11. May 05 18:20:51 v-core python[1237]: FFI_lib = FFI_main.dlopen(destlib)
  12. May 05 18:20:51 v-core python[1237]: File "/home/pi/klippy-env/local/lib/python2.7/site-packages/cffi/api.py", line 150, in dlopen
  13. May 05 18:20:51 v-core python[1237]: lib, function_cache = _make_ffi_library(self, name, flags)
  14. May 05 18:20:51 v-core python[1237]: File "/home/pi/klippy-env/local/lib/python2.7/site-packages/cffi/api.py", line 832, in _make_ffi_library
  15. May 05 18:20:51 v-core python[1237]: backendlib = _load_backend_lib(backend, libname, flags)
  16. May 05 18:20:51 v-core python[1237]: File "/home/pi/klippy-env/local/lib/python2.7/site-packages/cffi/api.py", line 827, in _load_backend_lib
  17. May 05 18:20:51 v-core python[1237]: raise OSError(msg)
  18. May 05 18:20:51 v-core python[1237]: OSError: cannot load library '/home/pi/klipper/klippy/chelper/c_helper.so': /home/pi/klipper/klippy/chelper/c_helper.so: file too short. Additionally, ctypes.util.find_library() did not manage to locate a library called '/home/pi/klipper/klippy/chelper/c_helper.so'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement