linuxserver / docker-emulatorjs

Web based retro emulation frontend with rom scanning and automated art ingestion.
GNU General Public License v3.0
512 stars 51 forks source link

hang on load default fileset #17

Closed CrazyMaker14 closed 2 years ago

CrazyMaker14 commented 2 years ago

Hello,

after the first start try to load the default fileset. Apart from a 0 byte nds.mp4 nothing seems to happen. How can I complete the setup?

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

thelamer commented 2 years ago

The only advice I can give you is to click DL/Update again and see if it works, without the default fileset it will not function and all art assets are ingested from IPFS.

MikeCedonis commented 2 years ago

I went through this and had to change the folder where data is stored to /docker/emulatorjs/data/ then it all started working. It's permission related even with the correct PUID, PGID.

thelamer commented 2 years ago

This has got to be configuration, I cannot replicate this. If the program can write to the directory it will work.

MikeCedonis commented 2 years ago

Not sure what it is but I have every other docker setup the same way and can work with directories outside of the docker folder. I'm guessing it's related to this https://github.com/linuxserver/docker-emulatorjs/issues/15

drsassafras commented 9 months ago

Same issue. My knowledge of such matters are not extensive, but I am also not new to this. I cant find a workaround. Not able to get past the zero bite ads.mp4, I am deploying a dockers as a part of TrueNAS Scale @truecharts

zhcxh commented 1 month ago

Stuck in Downloading: /data/main/videos/nds.mp4 I don't understand because of permission problems, I changed the PGID and PUID to 0, and downloaded data smoothly.