Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Loading game p8 cartridge does not support path outside picolove folder: cart.lua:211: Unable to open: /home/.../game.p8 #32

Open
hsandt opened this issue Aug 19, 2018 · 2 comments

Comments

@hsandt
Copy link

hsandt commented Aug 19, 2018

Every time I try to load a game with picolove from the picolove folder:
love . /home/path/to/my/game.p8
I get:

cart.lua:211: Unable to open: /home/path/to/my/game.p8

I also tried relative paths, to no use.
My only solution was to put the folder containg my game.p8 inside the cloned picolove repository, and access it relatively!
love . Games/game.p8

(then I got #24 but that's another issue)

Isn't there any way to access games elsewhere? What if the picolove is zipped? We cannot even add new files in the picolove folder in this case!

@tobiasvl
Copy link

I don't think LÖVE allows reading arbitrary files from the filesystem: https://love2d.org/wiki/love.filesystem

@hsandt
Copy link
Author

hsandt commented Aug 20, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants