You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heyy, so... i want to try this little game for my own research of LBP fan games and saw this and...
I tried to compile the game with Love2D 11.5 x64 (Windows 7) and got this error:
Error
main.lua:2: module 'constants.lua' not found:
no field package.preload['constants.lua']
no 'constants/lua' in LOVE game directories.
no file 'constants/lua' in LOVE paths.
no file '.\constants\lua.lua'
no file 'C:\...\love-11.5-win64\lua\constants\lua.lua'
no file 'C:\...\love-11.5-win64\lua\constants\lua\init.lua'
no file '.\constants\lua.dll'
no file 'C:\...\love-11.5-win64\constants\lua.dll'
no file 'C:\...\love-11.5-win64\loadall.dll'
no file '.\constants.dll'
no file 'C:\...\love-11.5-win64\constants.dll'
no file 'C:\...\love-11.5-win64\loadall.dll'
Traceback
[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'require'
main.lua:2: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
Its my very first time touching love2D and I'd love to explore them capabilities, but at the moment would be pretty cool if i got some help building this
thank you!
The text was updated successfully, but these errors were encountered:
Unfortunately, no-one's worked on this for over 14 years. The last commit was me trying to port this to LÖVE 0.6.1. The current version of LÖVE is 11.5 (which is presumably what you're using). For more recent games made with LÖVE, you might wanna check out the Games and Creations board of the forums.
Heyy, so... i want to try this little game for my own research of LBP fan games and saw this and...
I tried to compile the game with Love2D 11.5 x64 (Windows 7) and got this error:
Its my very first time touching love2D and I'd love to explore them capabilities, but at the moment would be pretty cool if i got some help building this
thank you!
The text was updated successfully, but these errors were encountered: