Hi,
my app at the beginning reads a bunch of sound files from a subfolder in the resource directory and puts them in a table.
The issue comes out only when I export the app standalone;
on windows player and exporting android player to real time test everything is fine.
Exported standalone app (full export) crashes as soon as I get to the line of code reading sound files:
logcat says
cannot open |R|sounds: No such file or directorywhich should be there, otherwise it should not work in other "modes" too..
There is no CaSe difference between directory name and path, any idea? may this be a bug?
Thank you
Comments
As an alternative, is there a way to read the content of |R| directly from gideros without relying on lfs?
Thank you
https://deluxepixel.com
Likes: Apollo14, keszegh, pie
Maybe a quick fix: If they follow a pattern then you can attempt to read the patterned filenames in sequence - on a failure you know you have reached the end?
Likes: totebo, pie
https://deluxepixel.com
Likes: pie