Skip to content

Instantly share code, notes, and snippets.

@crispinha
Last active September 27, 2019 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crispinha/1b319b320534f8bbedfb18fbac15ca7b to your computer and use it in GitHub Desktop.
Save crispinha/1b319b320534f8bbedfb18fbac15ca7b to your computer and use it in GitHub Desktop.
crispin@localhost:~/c/love-game ⍬ love .
Error: main.lua:4: module 'deps/lovetoys' not found:
no field package.preload['deps/lovetoys']
no 'deps/lovetoys' in LOVE game directories.
no file 'deps/lovetoys' in LOVE paths.
no file 'deps/share/lua/5.3/deps/lovetoys.lua'
no file 'deps/share/lua/5.3/deps/lovetoys/init.lua'
no file './deps/lovetoys.lua'
no file '/usr/share/luajit-2.0.5/deps/lovetoys.lua'
no file '/usr/local/share/lua/5.1/deps/lovetoys.lua'
no file '/usr/local/share/lua/5.1/deps/lovetoys/init.lua'
no file '/usr/share/lua/5.1/deps/lovetoys.lua'
no file '/usr/share/lua/5.1/deps/lovetoys/init.lua'
no file 'deps/lib/lua/5.3/deps/lovetoys.so'
no file './deps/lovetoys.so'
no file '/usr/local/lib/lua/5.1/deps/lovetoys.so'
no file '/usr/lib/lua/5.1/deps/lovetoys.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[string "boot.lua"]:637: in function <[string "boot.lua"]:633>
[C]: in function 'require'
main.lua:4: in main chunk
[C]: in function 'require'
[string "boot.lua"]:475: in function <[string "boot.lua"]:311>
[C]: in function 'xpcall'
[string "boot.lua"]:645: in function <[string "boot.lua"]:639>
[C]: in function 'xpcall'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment