I tried multiple times to play your game, but I'm at a loss...
While packaged as a .love:
Unzipped:
AdventureBand
Re: AdventureBand
Windows filesystems aren't case sensitive, but zip files are.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: AdventureBand
Thanks for the info. Wasn't sure about this.Nixola wrote:Windows filesystems aren't case sensitive, but zip files are.
Re: AdventureBand
I have downloaded the new version. Same problem. It works only after I edit the files I mentioned above to make letter case consistent with the filenames in the references to 30Log/30log and loveframes/Loveframes.speeddown wrote: *EDIT
Okay so I can no confirm that this will run if double-clicked on windows. I had to change the way I was importing the library and change a couple of references but the game now runs fine on Windows. Can you try it on Linux? You should download the new version.
Re: AdventureBand
That's what's funny. The .love works on my system if I run the .love made on my system. If I upload the .love and download it, it doesn't work.
Re: AdventureBand
Okay so I fixed the db_file error, that was just a debug file left in that shouldn't have been.
Also, the error was a case issue. When importing 30log at some point I started using "30Log" instead of "30log" which works on Windows I suppose but it doesn't work on Linux. Not sure why I was having issues because I'm on windows but I am able to download the attached .love file and run it.
Also, the error was a case issue. When importing 30log at some point I started using "30Log" instead of "30log" which works on Windows I suppose but it doesn't work on Linux. Not sure why I was having issues because I'm on windows but I am able to download the attached .love file and run it.
Re: AdventureBand
Even on Windows, zip files are case sensitive, which is why the .love won't run
GitHub | MLib - Math and shape intersections library | Walt - Animation library | Brady - Camera library with parallax scrolling | Vim-love-docs - Help files and syntax coloring for Vim
-
- Party member
- Posts: 730
- Joined: Sat Apr 26, 2014 7:46 pm
Re: AdventureBand
Zip files are always case sensitive. Or at least should be I believe. But yes windows is generally case insensitive.
Edit: regardless just practice writing clean and consistent code and you would have no issues.
Edit: regardless just practice writing clean and consistent code and you would have no issues.
Re: AdventureBand
It should be runnable now, can anyone confirm?
Re: AdventureBand
Working now!
Who is online
Users browsing this forum: No registered users and 3 guests