Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Download #46

Open
frogarfun opened this issue Aug 24, 2023 · 2 comments
Open

Error Download #46

frogarfun opened this issue Aug 24, 2023 · 2 comments

Comments

@frogarfun
Copy link

Error

@frogarfun
Copy link
Author

@akbaryahya @Hazmi35 @ElaXan

@GlassedSilver
Copy link

GlassedSilver commented Sep 9, 2023

Repo: Troubleshooting / FIX:

I assume this is because the entry point script looks for "main" versioned resources.

Either you need to link them to the actual version that the docker is targeting or.... yeah I guess just do that?


Users: WORKAROUND:

In the meantime anyone running into this issue can fix it by setting the download_resource to no, restarting the container for grasscutter, downloading the latest resources using curl -o resources.zip https://gitlab.com/YuukiPS/GC-Resources/-/archive/4.0/GC-Resources-4.0.zip while in the /home/dockergs/resources within the container. If curl isn't available use the wget command or something, IDK... I have mapped volumes and can work from outside the container. :P

Anyhow, set the permissions accordingly:
chown systemd-resolve:systemd-network resources.zip && chmod 644 resources.zip

For good measure restart the container maybe? Then it SHOULD work. Hopefully.

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

No branches or pull requests

2 participants