Advertisement
Guest User

Untitled

a guest
May 31st, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. debugger invoked on a LOAD-FOREIGN-LIBRARY-ERROR in thread
  2. #<THREAD "main thread" RUNNING {10010B0523}>:
  3. Unable to load any of the alternatives:
  4. ("libffi-7.dll" "libffi-6.dll" "libffi-5.dll" "libffi.dll")
  5.  
  6. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  7.  
  8. restarts (invokable by number or by possibly-abbreviated name):
  9. 0: [RETRY ] Try loading the foreign library again.
  10. 1: [USE-VALUE ] Use another library instead.
  11. 2: [TRY-RECOMPILING ] Recompile libffi and try loading it again
  12. 3: [RETRY ] Retry
  13. loading FASL for #<CL-SOURCE-FILE "cffi-libffi" "libffi" "libffi">.
  14. 4: [ACCEPT ] Continue, treating
  15. loading FASL for #<CL-SOURCE-FILE "cffi-libffi" "libffi" "libffi">
  16. as having been successful.
  17. 5: Retry ASDF operation.
  18. 6: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
  19. configuration.
  20. 7: Retry ASDF operation.
  21. 8: Retry ASDF operation after resetting the
  22. configuration.
  23. 9: [ABORT ] Give up on "tcod"
  24. 10: Exit debugger, returning to top level.
  25.  
  26. (FL-ERROR "Unable to load any of the alternatives:~% ~S" ("libffi-7.dll" "libffi-6.dll" "libffi-5.dll" "libffi.dll"))
  27. source: (ERROR 'LOAD-FOREIGN-LIBRARY-ERROR :FORMAT-CONTROL CONTROL
  28. :FORMAT-ARGUMENTS ARGUMENTS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement