Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Last login: Sun Dec 15 13:41:12 on ttys001
  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. Path selected: /Users/luca/Library/Application Support/Steam/steamapps/common/Celeste/Celeste.app
  23. Hello I am mac
  24. Filename Celeste.app true
  25. Top dir Celeste.app true
  26. Path after doing (potentially) something: /Users/luca/Library/Application Support/Steam/steamapps/common/Celeste/Celeste.app/Contents/MacOS
  27. Celeste.exe exists true
  28. Content dir exists true
  29. Path, again >_< /Users/luca/Library/Application Support/Steam/steamapps/common/Celeste/Celeste.app/Contents/MacOS
  30. Error: [string "utils.lua"]:11: attempt to index local 's' (a nil value)
  31. stack traceback:
  32. [string "boot.lua"]:777: in function '__index'
  33. [string "utils.lua"]:11: in function 'stripByteOrderMark'
  34. [string "autotiler.lua"]:155: in function 'loadTilesetXML'
  35. [string "celeste_render.lua"]:21: in function 'f'
  36. selene/selene/wrappers/searcher/love2d/searcher.lua:27: in function <selene/selene/wrappers/searcher/love2d/searcher.lua:22>
  37. [C]: in function 'require'
  38. [string "loaded_state.lua"]:4: in function 'f'
  39. selene/selene/wrappers/searcher/love2d/searcher.lua:27: in function <selene/selene/wrappers/searcher/love2d/searcher.lua:22>
  40. [C]: in function 'require'
  41. ...
  42. [string "scene_handler.lua"]:108: in function 'changeScene'
  43. [string "selene_main.lua"]:24: in function 'f'
  44. selene/selene/wrappers/searcher/love2d/searcher.lua:27: in function <selene/selene/wrappers/searcher/love2d/searcher.lua:22>
  45. [C]: in function 'require'
  46. main.lua:13: in function 'load'
  47. [string "boot.lua"]:586: in function <[string "boot.lua"]:585>
  48. [C]: in function 'xpcall'
  49. [string "boot.lua"]:793: in function <[string "boot.lua"]:780>
  50. [C]: in function 'xpcall'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement