You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: