Page 1 of 1
Love looking in weird places for files
Posted: Thu Aug 18, 2016 10:28 pm
by skyHights
When a love file can't find a required file it looks in all sorts of weird places.
Example code:
Code: Select all
function love.load()
require "noSuchFile"
end
Output:
- Screen Shot 2016-08-19 at 6.25.12 AM.png (75.83 KiB) Viewed 1730 times
I do not have a user account called Alex on my computer.
(I'm on a mac, I don't know if that helps)
Re: Love looking in weird places for files
Posted: Thu Aug 18, 2016 11:29 pm
by Positive07
This looks like an error in the compilation of Lua and the package.path and probably package.cpath library.
Alex is the name of one of the developers of LÖVE, bettern known as Slime so that may be the reason, you can go and report this at the
issue tracker
slime wrote:Just trying to send a notification, ignore this
Re: Love looking in weird places for files
Posted: Fri Aug 19, 2016 12:01 am
by skyHights
Positive07 wrote:This looks like an error in the compilation of Lua and the package.path and probably package.cpath library.
It appears to have been reported, here:
https://bitbucket.org/rude/love/issues/ ... path-again