Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Last login: Sun Dec 15 14:35:19 on ttys002
  2. luca@MacBook-Pro ~ % /Users/luca/Downloads/Lönn-22.app/Contents/MacOS/love ; exit;
  3. ! Failed to require 'https'
  4. module 'https' not found:
  5. no field package.preload['https'] no file 'selene/selene/lib/https.lua'
  6. no file 'selene/selene/lib/https/init.lua'
  7. no file 'https.lua'
  8. no file 'https/init.lua'
  9. no 'https' in LOVE game directories.
  10. no file 'https' in LOVE paths.
  11. no file './https.lua'
  12. no file '/usr/local/share/luajit-2.0.5/https.lua'
  13. no file '/usr/local/share/lua/5.1/https.lua'
  14. no file '/usr/local/share/lua/5.1/https/init.lua'
  15. no file './https.so'
  16. no file '/usr/local/lib/lua/5.1/https.so'
  17. no file '/usr/local/lib/lua/5.1/loadall.so'
  18. no file '/Users/luca/Downloads/Lönn-22.app/Contents/Resources/https.so'
  19. ! Registered scene 'Editor'
  20. ! Registered scene 'Loading'
  21. ! Registered scene 'Startup'
  22. Tileset FG Filename /Users/luca/Library/Application Support/Steam/steamapps/common/Celeste/Celeste.app/Content/Graphics/ForegroundTiles.xml
  23. Tileset BG Filename /Users/luca/Library/Application Support/Steam/steamapps/common/Celeste/Celeste.app/Content/Graphics/BackgroundTiles.xml
  24. Error: [string "utils.lua"]:11: attempt to index local 's' (a nil value)
  25. stack traceback:
  26. [string "boot.lua"]:777: in function '__index'
  27. [string "utils.lua"]:11: in function 'stripByteOrderMark'
  28. [string "autotiler.lua"]:155: in function 'loadTilesetXML'
  29. [string "celeste_render.lua"]:24: in function 'f'
  30. selene/selene/wrappers/searcher/love2d/searcher.lua:27: in function <selene/selene/wrappers/searcher/love2d/searcher.lua:22>
  31. [C]: in function 'require'
  32. [string "loaded_state.lua"]:4: in function 'f'
  33. selene/selene/wrappers/searcher/love2d/searcher.lua:27: in function <selene/selene/wrappers/searcher/love2d/searcher.lua:22>
  34. [C]: in function 'require'
  35. ...
  36. [string "scenes/startup.lua"]:34: in function 'saveGotoLoading'
  37. [string "scenes/startup.lua"]:45: in function 'callback'
  38. [string "filesystem.lua"]:119: in function 'openDialog'
  39. [string "scenes/startup.lua"]:48: in function 'checkDialog'
  40. [string "scenes/startup.lua"]:88: in function <[string "scenes/startup.lua"]:80>
  41. [string "scene_handler.lua"]:42: in function 'update'
  42. [string "selene_main.lua"]:33: in function 'update'
  43. [string "boot.lua"]:612: in function <[string "boot.lua"]:594>
  44. [C]: in function 'xpcall'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement