Closed dlach524 closed 7 months ago
Please provide the output of git config --get core.autocrlf
.
Please provide the output of
git config --get core.autocrlf
.
F:\Games\Modding Stuff\Stardew\stardew-multiplayer-docker>git config --get core.autocrlf
true
Try setting it to input
by using git config --global core.autocrlf input
and deleting + re-cloning the repository. I suspect the issue is Windows line-endings. I tried to adjust this automatically but suspect that isn't working as expected.
Same result:
F:\Games\Modding Stuff\Stardew>git config --get core.autocrlf
input
F:\Games\Modding Stuff\Stardew>rmdir /S stardew-multiplayer-docker
stardew-multiplayer-docker, Are you sure (Y/N)? y
F:\Games\Modding Stuff\Stardew>git clone https://github.com/norimicry/stardew-multiplayer-docker.git
Cloning into 'stardew-multiplayer-docker'...
remote: Enumerating objects: 510, done.
remote: Counting objects: 100% (355/355), done.
remote: Compressing objects: 100% (193/193), done.
remote: Total 510 (delta 171), reused 279 (delta 140), pack-reused 155
Receiving objects: 100% (510/510), 445.02 KiB | 3.77 MiB/s, done.
Resolving deltas: 100% (204/204), done.
F:\Games\Modding Stuff\Stardew>cd stardew-multiplayer-docker
F:\Games\Modding Stuff\Stardew\stardew-multiplayer-docker>docker-compose up
time="2024-04-20T11:22:19-04:00" level=warning msg="F:\\Games\\Modding Stuff\\Stardew\\stardew-multiplayer-docker\\docker-compose.yml: `version` is obsolete"
[+] Running 1/0
✔ Container stardew Created 0.0s
Attaching to stardew
stardew | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
stardew | [s6-init] ensuring user provided files have correct perms...exited 0.
stardew | [fix-attrs.d] applying ownership & permissions fixes...
stardew | [fix-attrs.d] done.
stardew | [cont-init.d] executing container initialization scripts...
stardew | [cont-init.d] 00-app-niceness.sh: executing...
stardew | [cont-init.d] 00-app-niceness.sh: exited 0.
stardew | [cont-init.d] 00-app-script.sh: executing...
stardew | [cont-init.d] 00-app-script.sh: exited 0.
stardew | [cont-init.d] 00-app-user-map.sh: executing...
stardew | [cont-init.d] 00-app-user-map.sh: exited 0.
stardew | [cont-init.d] 00-clean-logmonitor-states.sh: executing...
stardew | [cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
stardew | [cont-init.d] 00-clean-tmp-dir.sh: executing...
stardew | [cont-init.d] 00-clean-tmp-dir.sh: exited 0.
stardew | [cont-init.d] 00-set-app-deps.sh: executing...
stardew | [cont-init.d] 00-set-app-deps.sh: exited 0.
stardew | [cont-init.d] 00-set-home.sh: executing...
stardew | [cont-init.d] 00-set-home.sh: exited 0.
stardew | [cont-init.d] 00-take-config-ownership.sh: executing...
stardew | [cont-init.d] 00-take-config-ownership.sh: exited 0.
stardew | [cont-init.d] 00-xdg-runtime-dir.sh: executing...
stardew | [cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
stardew | [cont-init.d] 10-certs.sh: executing...
stardew | [cont-init.d] 10-certs.sh: exited 0.
stardew | [cont-init.d] 10-cjk-font.sh: executing...
stardew | [cont-init.d] 10-cjk-font.sh: exited 0.
stardew | [cont-init.d] 10-nginx.sh: executing...
stardew | [cont-init.d] 10-nginx.sh: exited 0.
stardew | [cont-init.d] 10-vnc-password.sh: executing...
stardew | stored passwd in file: /root/.vncpass
stardew | [cont-init.d] 10-vnc-password.sh: exited 0.
stardew | [cont-init.d] 10-web-index.sh: executing...
stardew | [cont-init.d] 10-web-index.sh: exited 0.
stardew | [cont-init.d] done.
stardew | [services.d] starting services
stardew | [services.d] starting s6-fdholderd...
stardew | [services.d] starting nginx...
stardew | [services.d] starting xvfb...
stardew | [nginx] starting...
stardew | [xvfb] starting...
stardew | [services.d] starting utils...
stardew | s6-supervise (child): fatal: unable to exec run: No such file or directory
stardew | s6-supervise utils: warning: unable to spawn ./run - waiting 10 seconds
stardew | s6-svwait: fatal: timed out
It may have used the previous container as well. Execute docker compose build --no-cache
prior to docker compose up
.
Thanks, that did the trick and I'm not getting the errors anymore! Pesky line-endings! Now I'll try to figure out why I'm just getting a black screen when connecting via web or TightVNC... might have a few things to check on my side.
Thanks, that did the trick and I'm not getting the errors anymore! Pesky line-endings! Now I'll try to figure out why I'm just getting a black screen when connecting via web of TightVNC... might have a few things to check on my side.
Same problem here
@dlach524 See here. I may have fixed the black screen issue. It was unrelated to your issue and may have been a SMAPI issue.
Closing this as we are tracking the effort in #12.
Describe the bug Unable to successfully run docker-compose up
To Reproduce
Expected behavior I expect the compose process to complete successfully and to be able to start up the server
Logs
Desktop (please complete the following information):
Additional context Steam: Stardew Valley V1.6.5 build 24110