challacade / legend-of-lua

MIT License
351 stars 43 forks source link

Error Launching. #5

Closed 5H2 closed 2 years ago

5H2 commented 2 years ago

Error

src/startup/gameStart.lua:18: module 'libraries/hump/vector' not found: no field package.preload['libraries/hump/vector'] no 'libraries/hump/vector' in LOVE game directories. no file 'libraries/hump/vector' in LOVE paths. no file '.\libraries/hump/vector.lua' no file 'C:\Program Files\LOVE\lua\libraries/hump/vector.lua' no file 'C:\Program Files\LOVE\lua\libraries/hump/vector\init.lua' no file '.\libraries/hump/vector.dll' no file 'C:\Program Files\LOVE\libraries/hump/vector.dll' no file 'C:\Program Files\LOVE\loadall.dll'

Traceback

[love "callbacks.lua"]:228: in function 'handler' [C]: in function 'require' src/startup/gameStart.lua:18: in function 'gameStart' main.lua:8: in function 'load'

[C]: in function 'xpcall' [C]: in function 'xpcall'

challacade commented 2 years ago

Fixed by putting in libraries in full, rather than referenced. Thanks for the heads-up on this.

5H2 commented 2 years ago

Alright! Launches perfectly! But, slight issue, I was unable to figure out the controls, I had to red through the code to figure it out (Sword, Bombs, Boomerang, Ect..) So I recommend making a pause menu where you can see controls, change volume, ect..

Just my personal Opinion, Love the vids, Keep it up!

On Thu, 17 Feb 2022 at 12:17, Kyle Schaub @.***> wrote:

Closed #5 https://github.com/kyleschaub/legend-of-lua/issues/5.

— Reply to this email directly, view it on GitHub https://github.com/kyleschaub/legend-of-lua/issues/5#event-6092026012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXIXWY6B42LRAGS3T7OQRJ3U3UUTPANCNFSM5N3UXCDA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>