Open trentas opened 8 years ago
I have had similar issues with some filesystems (webdav fuse for one), and I have read about some people having issues like this with XFS and OverlayFS.
I think RetroArch wrappers on top of some filesystem functions might be the problem
Hello there, I have a raspberry pi running RetroPie 4.0.2 and recently changed the RetroPie directory with my local NAS with more space to handle the roms.
But since I changed it to the remote mount, Retroarch is failing to extract the compressed file, just like this example below:
remote mount:
retroarch version:
command line:
strace output (please notice the ENOMEM error):
I've tried to set the cache_directory to a local filesystem, to the remote filesystem and even unset it, without any luck.
Here is the function that we are talking about, correct? https://github.com/libretro/RetroArch/blob/481ebced22b3701c6fcf7847ce7f01254e01f870/tasks/task_content.c#L458
Thanks.