norimicry / stardew-multiplayer-docker

Run a Stardew Valley Multiplayer Server with docker-compose
102 stars 26 forks source link

[BUG]: Docker Starts and then terminates shortly Exited with Code 111 #4

Closed Woocaa closed 7 months ago

Woocaa commented 8 months ago

I am pretty new to all of this, I apologize in advance.

Here are the logs:

2024-03-31 17:54:55 stardew | [s6-init] making user provided files available at /var/run/s6/etc...exited 0. 2024-03-31 17:54:55 stardew | [s6-init] ensuring user provided files have correct perms...exited 0. 2024-03-31 17:54:55 stardew | [fix-attrs.d] applying ownership & permissions fixes... 2024-03-31 17:54:55 stardew | [fix-attrs.d] done. 2024-03-31 17:54:55 stardew | [cont-init.d] executing container initialization scripts... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-app-niceness.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-app-niceness.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-app-script.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-app-script.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-app-user-map.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-app-user-map.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-clean-logmonitor-states.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-clean-logmonitor-states.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-clean-tmp-dir.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-clean-tmp-dir.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-set-app-deps.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-set-app-deps.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-set-home.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-set-home.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-take-config-ownership.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-take-config-ownership.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 00-xdg-runtime-dir.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 00-xdg-runtime-dir.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 10-certs.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 10-certs.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 10-cjk-font.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 10-cjk-font.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 10-nginx.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 10-nginx.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 10-vnc-password.sh: executing... 2024-03-31 17:54:55 stardew | stored passwd in file: /root/.vncpass 2024-03-31 17:54:55 stardew | [cont-init.d] 10-vnc-password.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] 10-web-index.sh: executing... 2024-03-31 17:54:55 stardew | [cont-init.d] 10-web-index.sh: exited 0. 2024-03-31 17:54:55 stardew | [cont-init.d] done. 2024-03-31 17:54:55 stardew | [services.d] starting services 2024-03-31 17:54:55 stardew | [services.d] starting s6-fdholderd... 2024-03-31 17:54:55 stardew | [services.d] starting utils... 2024-03-31 17:54:55 stardew | s6-supervise (child): fatal: unable to exec run: No such file or directory 2024-03-31 17:54:55 stardew | s6-supervise utils: warning: unable to spawn ./run - waiting 10 seconds 2024-03-31 17:55:00 stardew | s6-svwait: fatal: timed out 2024-03-31 17:55:00 stardew | [services.d] starting xvfb... 2024-03-31 17:55:00 stardew | [xvfb] starting... 2024-03-31 17:55:01 stardew | [services.d] starting logmonitor... 2024-03-31 17:55:01 stardew | [services.d] starting openbox... 2024-03-31 17:55:01 stardew | [logmonitor] no file to monitor: disabling service... 2024-03-31 17:55:01 stardew | [openbox] starting... 2024-03-31 17:55:03 stardew | [services.d] starting nginx... 2024-03-31 17:55:03 stardew | [services.d] starting statusmonitor... 2024-03-31 17:55:03 stardew | [nginx] starting... 2024-03-31 17:55:03 stardew | [services.d] starting certsmonitor... 2024-03-31 17:55:03 stardew | [statusmonitor] no file to monitor: disabling service... 2024-03-31 17:55:03 stardew | [services.d] starting x11vnc... 2024-03-31 17:55:03 stardew | [services.d] starting app... 2024-03-31 17:55:03 stardew | [x11vnc] starting... 2024-03-31 17:55:03 stardew | [app] starting StardewValley... 2024-03-31 17:55:03 stardew | s6-applyuidgid: fatal: unable to exec /startapp.sh: No such file or directory 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -rfbport 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: 5900 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -rfbportv6 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -1 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -httpportv6 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -1 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -desktop 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: StardewValley 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: -rfbauth 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 passing arg to libvncserver: /root/.vncpass 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 823 2024-03-31 17:55:03 stardew | [services.d] done. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Using X display :0 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 rootwin: 0x388 reswin: 0x400001 dpy: 0x578cc070 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 ------------------ USEFUL INFORMATION ------------------ 2024-03-31 17:55:03 stardew | [certsmonitor] disabling service: secure connection not enabled. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 X DAMAGE available on display, using it for polling hints. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 To disable this behavior use: '-noxdamage' 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Most compositing window managers like 'compiz' or 'beryl' 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 cause X DAMAGE to fail, and so you may not see any screen 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 updates via VNC. Either disable 'compiz' (recommended) or 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 supply the x11vnc '-noxdamage' command line option. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 X COMPOSITE available on display, using it for window polling. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 To disable this behavior use: '-noxcomposite' 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Wireframing: -wireframe mode is in effect for window moves. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 If this yields undesired behavior (poor response, painting 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 errors, etc) it may be disabled: 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 - use '-nowf' to disable wireframing completely. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 - use '-nowcr' to disable the Copy Rectangle after the 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 moved window is released in the new position. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Also see the -help entry for tuning parameters. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 You can press 3 Alt_L's (Left "Alt" key) in a row to 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 repaint the screen, also see the -fixscreen option for 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 periodic repaints. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 GrabServer control via XTEST. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Scroll Detection: -scrollcopyrect mode is in effect to 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 use RECORD extension to try to detect scrolling windows 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 (induced by either user keystroke or mouse input). 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 If this yields undesired behavior (poor response, painting 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 errors, etc) it may be disabled via: '-noscr' 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Also see the -help entry for tuning parameters. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 You can press 3 Alt_L's (Left "Alt" key) in a row to 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 repaint the screen, also see the -fixscreen option for 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 periodic repaints. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 XKEYBOARD: number of keysyms per keycode 7 is greater 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 than 4 and 51 keysyms are mapped above 4. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Automatically switching to -xkb mode. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 If this makes the key mapping worse you can 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 disable it with the "-noxkb" option. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Also, remember "-remap DEAD" for accenting characters. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 X FBPM extension not supported. 2024-03-31 17:55:03 stardew | Xlib: extension "DPMS" missing on display ":0". 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 X display is not capable of DPMS. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 -------------------------------------------------------- 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Default visual ID: 0x21 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Read initial data from X display into framebuffer. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/4800 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 X display :0 is 32bpp depth=24 true color 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Listening for VNC connections on TCP port 5900 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Xinerama is present and active (e.g. multi-head). 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Xinerama: number of sub-screens: 1 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 Xinerama: no blackouts needed (only one sub-screen) 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 fb read rate: 1402 MB/sec 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 fast read: reset -wait ms to: 10 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 fast read: reset -defer ms to: 10 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 The X server says there are 10 mouse buttons. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 screen setup finished. 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 2024-03-31 17:55:03 stardew | 2024-03-31 17:55:03 stardew | The VNC desktop is:
2024-03-31 17:55:03 stardew | PORT=5900 2024-03-31 17:55:03 stardew | 2024-03-31 17:55:03 stardew | ** 2024-03-31 17:55:03 stardew | Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? 2024-03-31 17:55:03 stardew | 2024-03-31 17:55:03 stardew | The scheme stores pixel data offscreen on the VNC viewer side for faster 2024-03-31 17:55:03 stardew | retrieval. It should work with any VNC viewer. Try it by running: 2024-03-31 17:55:03 stardew | 2024-03-31 17:55:03 stardew | x11vnc -ncache 10 ... 2024-03-31 17:55:03 stardew | 2024-03-31 17:55:03 stardew | One can also add -ncache_cr for smooth 'copyrect' window motion. 2024-03-31 17:55:03 stardew | More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching 2024-03-31 17:55:03 stardew | 2024-03-31 17:55:03 stardew | [services.d] stopping services 2024-03-31 17:55:03 stardew | [services.d] stopping app... 2024-03-31 17:55:03 stardew | [services.d] stopping x11vnc... 2024-03-31 17:55:03 stardew | caught signal: 15 2024-03-31 17:55:03 stardew | 31/03/2024 21:55:03 deleted 38 tile_row polling images. 2024-03-31 17:55:03 stardew | [services.d] stopping certsmonitor... 2024-03-31 17:55:03 stardew | [services.d] stopping statusmonitor... 2024-03-31 17:55:03 stardew | [services.d] stopping nginx... 2024-03-31 17:55:03 stardew | [services.d] stopping openbox... 2024-03-31 17:55:03 stardew | [services.d] stopping logmonitor... 2024-03-31 17:55:03 stardew | [services.d] stopping xvfb... 2024-03-31 17:55:03 stardew | [services.d] stopping utils... 2024-03-31 17:55:03 stardew | [services.d] stopping s6-fdholderd... 2024-03-31 17:55:03 stardew | [cont-finish.d] executing container finish scripts... 2024-03-31 17:55:03 stardew | [cont-finish.d] done. 2024-03-31 17:55:03 stardew | [s6-finish] syncing disks. 2024-03-31 17:55:03 stardew | [s6-finish] sending all processes the TERM signal. 2024-03-31 17:55:06 stardew | [s6-finish] sending all processes the KILL signal and exiting. 2024-03-31 17:55:24 stardew | [s6-init] making user provided files available at /var/run/s6/etc...exited 0. 2024-03-31 17:55:24 stardew | [s6-init] ensuring user provided files have correct perms...exited 0. 2024-03-31 17:55:24 stardew | [fix-attrs.d] applying ownership & permissions fixes... 2024-03-31 17:55:24 stardew | [fix-attrs.d] done. 2024-03-31 17:55:24 stardew | [cont-init.d] executing container initialization scripts... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-app-niceness.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-app-niceness.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-app-script.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-app-script.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-app-user-map.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-app-user-map.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-clean-logmonitor-states.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-clean-logmonitor-states.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-clean-tmp-dir.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-clean-tmp-dir.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-set-app-deps.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-set-app-deps.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-set-home.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-set-home.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-take-config-ownership.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-take-config-ownership.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 00-xdg-runtime-dir.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 00-xdg-runtime-dir.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 10-certs.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 10-certs.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 10-cjk-font.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 10-cjk-font.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 10-nginx.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 10-nginx.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 10-vnc-password.sh: executing... 2024-03-31 17:55:24 stardew | stored passwd in file: /root/.vncpass 2024-03-31 17:55:24 stardew | [cont-init.d] 10-vnc-password.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] 10-web-index.sh: executing... 2024-03-31 17:55:24 stardew | [cont-init.d] 10-web-index.sh: exited 0. 2024-03-31 17:55:24 stardew | [cont-init.d] done. 2024-03-31 17:55:24 stardew | [services.d] starting services 2024-03-31 17:55:24 stardew | [services.d] starting s6-fdholderd... 2024-03-31 17:55:24 stardew | [services.d] starting utils... 2024-03-31 17:55:24 stardew | s6-supervise (child): fatal: unable to exec run: No such file or directory 2024-03-31 17:55:24 stardew | s6-supervise utils: warning: unable to spawn ./run - waiting 10 seconds 2024-03-31 17:55:29 stardew | s6-svwait: fatal: timed out 2024-03-31 17:55:29 stardew | [services.d] starting xvfb... 2024-03-31 17:55:29 stardew | [xvfb] starting... 2024-03-31 17:55:29 stardew | [services.d] starting logmonitor... 2024-03-31 17:55:29 stardew | [logmonitor] no file to monitor: disabling service... 2024-03-31 17:55:29 stardew | [services.d] starting openbox... 2024-03-31 17:55:29 stardew | [openbox] starting... 2024-03-31 17:55:31 stardew | [services.d] starting nginx... 2024-03-31 17:55:31 stardew | [services.d] starting statusmonitor... 2024-03-31 17:55:31 stardew | [nginx] starting... 2024-03-31 17:55:31 stardew | [services.d] starting certsmonitor... 2024-03-31 17:55:31 stardew | [statusmonitor] no file to monitor: disabling service... 2024-03-31 17:55:31 stardew | [certsmonitor] disabling service: secure connection not enabled. 2024-03-31 17:55:31 stardew | [services.d] starting x11vnc... 2024-03-31 17:55:31 stardew | [services.d] starting app... 2024-03-31 17:55:31 stardew | [x11vnc] starting... 2024-03-31 17:55:31 stardew | [app] starting StardewValley... 2024-03-31 17:55:31 stardew | s6-applyuidgid: fatal: unable to exec /startapp.sh: No such file or directory 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -rfbport 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: 5900 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -rfbportv6 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -1 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -httpportv6 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -1 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -desktop 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: StardewValley 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: -rfbauth 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 passing arg to libvncserver: /root/.vncpass 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 837 2024-03-31 17:55:31 stardew | [services.d] done. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Using X display :0 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 rootwin: 0x388 reswin: 0x400001 dpy: 0xe9c00070 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 ------------------ USEFUL INFORMATION ------------------ 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 X DAMAGE available on display, using it for polling hints. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 To disable this behavior use: '-noxdamage' 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Most compositing window managers like 'compiz' or 'beryl' 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 cause X DAMAGE to fail, and so you may not see any screen 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 updates via VNC. Either disable 'compiz' (recommended) or 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 supply the x11vnc '-noxdamage' command line option. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 X COMPOSITE available on display, using it for window polling. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 To disable this behavior use: '-noxcomposite' 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Wireframing: -wireframe mode is in effect for window moves. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 If this yields undesired behavior (poor response, painting 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 errors, etc) it may be disabled: 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 - use '-nowf' to disable wireframing completely. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 - use '-nowcr' to disable the Copy Rectangle after the 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 moved window is released in the new position. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Also see the -help entry for tuning parameters. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 You can press 3 Alt_L's (Left "Alt" key) in a row to 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 repaint the screen, also see the -fixscreen option for 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 periodic repaints. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 GrabServer control via XTEST. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Scroll Detection: -scrollcopyrect mode is in effect to 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 use RECORD extension to try to detect scrolling windows 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 (induced by either user keystroke or mouse input). 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 If this yields undesired behavior (poor response, painting 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 errors, etc) it may be disabled via: '-noscr' 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Also see the -help entry for tuning parameters. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 You can press 3 Alt_L's (Left "Alt" key) in a row to 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 repaint the screen, also see the -fixscreen option for 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 periodic repaints. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 XKEYBOARD: number of keysyms per keycode 7 is greater 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 than 4 and 51 keysyms are mapped above 4. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Automatically switching to -xkb mode. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 If this makes the key mapping worse you can 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 disable it with the "-noxkb" option. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Also, remember "-remap DEAD" for accenting characters. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 X FBPM extension not supported. 2024-03-31 17:55:31 stardew | Xlib: extension "DPMS" missing on display ":0". 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 X display is not capable of DPMS. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 -------------------------------------------------------- 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Default visual ID: 0x21 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Read initial data from X display into framebuffer. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/4800 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 X display :0 is 32bpp depth=24 true color 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Listening for VNC connections on TCP port 5900 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Xinerama is present and active (e.g. multi-head). 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Xinerama: number of sub-screens: 1 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 Xinerama: no blackouts needed (only one sub-screen) 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 fb read rate: 2592 MB/sec 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 fast read: reset -wait ms to: 10 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 fast read: reset -defer ms to: 10 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 The X server says there are 10 mouse buttons. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 screen setup finished. 2024-03-31 17:55:31 stardew | 31/03/2024 21:55:31 2024-03-31 17:55:31 stardew | 2024-03-31 17:55:31 stardew | The VNC desktop is:
2024-03-31 17:55:31 stardew | PORT=5900 2024-03-31 17:55:31 stardew | 2024-03-31 17:55:31 stardew | ** 2024-03-31 17:55:31 stardew | Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? 2024-03-31 17:55:31 stardew | 2024-03-31 17:55:31 stardew | The scheme stores pixel data offscreen on the VNC viewer side for faster 2024-03-31 17:55:31 stardew | retrieval. It should work with any VNC viewer. Try it by running: 2024-03-31 17:55:31 stardew | 2024-03-31 17:55:31 stardew | x11vnc -ncache 10 ... 2024-03-31 17:55:31 stardew | 2024-03-31 17:55:31 stardew | One can also add -ncache_cr for smooth 'copyrect' window motion. 2024-03-31 17:55:31 stardew | More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching 2024-03-31 17:55:31 stardew | 2024-03-31 17:55:32 stardew | [services.d] stopping services 2024-03-31 17:55:32 stardew | [services.d] stopping app... 2024-03-31 17:55:32 stardew | [services.d] stopping x11vnc... 2024-03-31 17:55:32 stardew | caught signal: 15 2024-03-31 17:55:32 stardew | 31/03/2024 21:55:32 deleted 38 tile_row polling images. 2024-03-31 17:55:32 stardew | [services.d] stopping certsmonitor... 2024-03-31 17:55:32 stardew | [services.d] stopping statusmonitor... 2024-03-31 17:55:32 stardew | [services.d] stopping nginx... 2024-03-31 17:55:32 stardew | [services.d] stopping openbox... 2024-03-31 17:55:32 stardew | [services.d] stopping logmonitor... 2024-03-31 17:55:32 stardew | [services.d] stopping xvfb... 2024-03-31 17:55:32 stardew | [services.d] stopping utils... 2024-03-31 17:55:32 stardew | [services.d] stopping s6-fdholderd... 2024-03-31 17:55:32 stardew | [cont-finish.d] executing container finish scripts... 2024-03-31 17:55:32 stardew | [cont-finish.d] done. 2024-03-31 17:55:32 stardew | [s6-finish] syncing disks. 2024-03-31 17:55:32 stardew | [s6-finish] sending all processes the TERM signal. 2024-03-31 17:55:35 stardew | [s6-finish] sending all processes the KILL signal and exiting. stardew exited with code 111

norimicry commented 8 months ago

What OS are you using? Also please edit your commend and surround your logs with triple backticks to format the logs like this for easier viewing.

Woocaa commented 8 months ago

Windows 11. Not sure if the information is helpful.

Cheers, W

{ "Id": "dfa759660937df9d43b485adc76a0b36dd1beed5c30f8195d3d7cb16a54b1243", "Created": "2024-03-31T22:04:44.437084526Z", "Path": "/init", "Args": [], "State": { "Status": "exited", "Running": false, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 0, "ExitCode": 111, "Error": "", "StartedAt": "2024-03-31T22:20:01.255976945Z", "FinishedAt": "2024-03-31T22:20:11.840184484Z" }, "Image": "sha256:d8f78ca9a96ef78b5d598befdf6555bbdaa8a0924adba48daeb14fe2f541e896", "ResolvConfPath": "/var/lib/docker/containers/dfa759660937df9d43b485adc76a0b36dd1beed5c30f8195d3d7cb16a54b1243/resolv.conf", "HostnamePath": "/var/lib/docker/containers/dfa759660937df9d43b485adc76a0b36dd1beed5c30f8195d3d7cb16a54b1243/hostname", "HostsPath": "/var/lib/docker/containers/dfa759660937df9d43b485adc76a0b36dd1beed5c30f8195d3d7cb16a54b1243/hosts", "LogPath": "/var/lib/docker/containers/dfa759660937df9d43b485adc76a0b36dd1beed5c30f8195d3d7cb16a54b1243/dfa759660937df9d43b485adc76a0b36dd1beed5c30f8195d3d7cb16a54b1243-json.log", "Name": "/stardew", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "\stardew-multiplayer-docker\configs\autoload.json:/data/Stardew/game/Mods/AutoLoadGame/config.json:rw", "\stardew-multiplayer-docker\valley_saves:/config/xdg/config/StardewValley/Saves:rw" ], "ContainerIDFile": "", "LogConfig": { "Type": "json-file", "Config": {} }, "NetworkMode": "stardew-multiplayer-docker_default", "PortBindings": { "24642/udp": [ { "HostIp": "", "HostPort": "24642" } ], "5800/tcp": [ { "HostIp": "", "HostPort": "5801" } ], "5900/tcp": [ { "HostIp": "", "HostPort": "5902" } ] }, "RestartPolicy": { "Name": "no", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "ConsoleSize": [ 0, 0 ], "CapAdd": null, "CapDrop": null, "CgroupnsMode": "host", "Dns": null, "DnsOptions": null, "DnsSearch": null, "ExtraHosts": [], "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": null, "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": null, "DeviceCgroupRules": null, "DeviceRequests": null, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware", "/sys/devices/virtual/powercap" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/553bb13ba1a5c83682ec871ed210fd0cc4386a8e1827e74770e2affc6a324ad2-init/diff:/var/lib/docker/overlay2/qgi2sv6t905zcang8zimhcpc1/diff:/var/lib/docker/overlay2/n1jdwihh7tzoexmgtreaw5ytq/diff:/var/lib/docker/overlay2/t69ghy23ubd3uh927fzqhal51/diff:/var/lib/docker/overlay2/om2i26ujatiy23nel4m0nkngr/diff:/var/lib/docker/overlay2/u7s5kku98h2g6povjesabxcjl/diff:/var/lib/docker/overlay2/8p0s7aqj20y1y3xo3ww8awd11/diff:/var/lib/docker/overlay2/vdcp07hdu5z76bjif2vtkqcos/diff:/var/lib/docker/overlay2/vvaycnjdzt26kirl923bf1qyg/diff:/var/lib/docker/overlay2/o5581ls9p7ludzpdz1i28nfsr/diff:/var/lib/docker/overlay2/86jw4fwn56s165u1jt7ntjcp0/diff:/var/lib/docker/overlay2/jcdpll0ge10qgwnuypjr78pgm/diff:/var/lib/docker/overlay2/87dg2kssvzi5qufx85d7u0iy6/diff:/var/lib/docker/overlay2/pxkzvlpp4oatle42kv59oono5/diff:/var/lib/docker/overlay2/66v7in1banu6r2l6eirp00s3k/diff:/var/lib/docker/overlay2/887ac78100f494ead8481b6bb5e05b7e6e0eec6999d87f7cb08491ad7513cfa9/diff:/var/lib/docker/overlay2/29821822201eeb8182c9e40a4a788fb6a72135d1106486fdb719f01069234ddc/diff:/var/lib/docker/overlay2/239bc55c97e35b1772f511077fadc68b42fc5ff5ac013d40382739956aaa58fd/diff:/var/lib/docker/overlay2/e284d80ba32b0781959e92546584a0b6b935deda6bbb2387b534f3a44e8f3cad/diff:/var/lib/docker/overlay2/a84b53cf4675f6eadfd75558a1038dc3ad145eb492bd20ae95a90dfc655afd55/diff:/var/lib/docker/overlay2/595ddcf2453d7a23ec557681f4a5244e53ba6c54fbe71bb448b8f9bdb9a9df08/diff:/var/lib/docker/overlay2/7e3c836737976eb41e07e5c7ff35329839abc94b90de95937001dabdbb06c38f/diff:/var/lib/docker/overlay2/490c3e3001dd76eaa46ec5674548ee27aa75def6c72e14802e0e2feed79632c0/diff:/var/lib/docker/overlay2/72554b51c5005ddb70748433f400e9f0adaddfb5ad6c9ddaee3d698744718070/diff:/var/lib/docker/overlay2/e5de0247e4ecb917511cdd945dd5cca42c1e3a7345df50843d4c451a1430b6ba/diff:/var/lib/docker/overlay2/282c6363988f938657ca521336a3666f0fae95e31504286ffea53963b40826f9/diff:/var/lib/docker/overlay2/7c12a84642c3ea16486d7a7b070dd61520b0be0515afe2931a332a7d2b33ae95/diff:/var/lib/docker/overlay2/22325d7409b4085c8cf09eb3ffeec9bb0095fe55cc507748ae21f4d7eb4ce8d2/diff:/var/lib/docker/overlay2/b9a261966393829a1bd2bd5ec48d88b3054383bdfabc6a16243a73bb13422c7b/diff:/var/lib/docker/overlay2/8238f2ef48459c26ab00833026c4a86d86a430e2083dbc6f3519873b76d42140/diff", "MergedDir": "/var/lib/docker/overlay2/553bb13ba1a5c83682ec871ed210fd0cc4386a8e1827e74770e2affc6a324ad2/merged", "UpperDir": "/var/lib/docker/overlay2/553bb13ba1a5c83682ec871ed210fd0cc4386a8e1827e74770e2affc6a324ad2/diff", "WorkDir": "/var/lib/docker/overlay2/553bb13ba1a5c83682ec871ed210fd0cc4386a8e1827e74770e2affc6a324ad2/work" }, "Name": "overlay2" }, "Mounts": [ { "Type": "volume", "Name": "69c9988c28c1363dec041c42f1238b46454c757f66519c602038fc02eaae4239", "Source": "/var/lib/docker/volumes/69c9988c28c1363dec041c42f1238b46454c757f66519c602038fc02eaae4239/_data", "Destination": "/config", "Driver": "local", "Mode": "", "RW": true, "Propagation": "" }, { "Type": "bind", "Source": "\stardew-multiplayer-docker\configs\autoload.json", "Destination": "/data/Stardew/game/Mods/AutoLoadGame/config.json", "Mode": "rw", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "\stardew-multiplayer-docker\valley_saves", "Destination": "/config/xdg/config/StardewValley/Saves", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "ExposedPorts": { "24642/udp": {}, "5800/tcp": {}, "5900/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "ENABLE_CROPSANYTIMEANYWHERE_MOD=false", "ALWAYS_ON_SERVER_CLIENTS_CAN_PAUSE=true", "VNC_PASSWORD=insecure", "TIME_SPEED_FREEZE_TIME_AT=null", "CROPS_ANYTIME_ANYWHERE_ENABLE_IN_SEASONS_SPRING=true", "TIME_SPEED_DEFAULT_TICK_LENGTH=7.0", "ALWAYS_ON_SERVER_FAIR_TIMEOUT=1200", "ALWAYS_ON_SERVER_LUAU_SOUP_COUNT_DOWN=600", "AUTO_LOAD_GAME_LOAD_INTO_MULTIPLAYER=true", "ENABLE_TIMESPEED_MOD=false", "TIME_SPEED_KEYS_RELOAD_CONFIG=B", "CROPS_ANYTIME_ANYWHERE_FORCE_TILLABLE_OTHER=false", "ALWAYS_ON_SERVER_FLOWER_DANCE_TIMEOUT=120", "ENABLE_CHATCOMMANDS_MOD=false", "CROPS_ANYTIME_ANYWHERE_ENABLE_IN_SEASONS_FALL=true", "FRIENDS_FOREVER_AFFECT_EVERYONE_ELSE=true", "ALWAYS_ON_SERVER_COMMUNITY_CENTER_RUN=true", "ALWAYS_ON_SERVER_WINTER_STAR_TIMEOUT=900", "ALWAYS_ON_SERVER_TIME_OF_DAY_TO_SLEEP=2200", "TIME_SPEED_KEYS_DECREASE_TICK_INTERVAL=OemComma", "TIME_SPEED_KEYS_FREEZE_TIME=N", "CROPS_ANYTIME_ANYWHERE_FORCE_TILLABLE_GRASS=true", "AUTO_LOAD_GAME_LAST_FILE_LOADED=null", "TIME_SPEED_TICK_LENGTH_BY_LOCATION_OUTDOORS=7.0", "ALWAYS_ON_SERVER_LOCK_PLAYER_CHESTS=false", "FRIENDS_FOREVER_AFFECT_ANIMALS=true", "FRIENDS_FOREVER_AFFECT_SPOUSE=false", "ENABLE_FRIENDSFOREVER_MOD=false", "ALWAYS_ON_SERVER_GRANGE_DISPLAY_COUNT_DOWN=600", "ALWAYS_ON_SERVER_COPY_INVITE_CODE_TO_CLIPBOARD=false", "DISPLAY_HEIGHT=900", "CROPS_ANYTIME_ANYWHERE_ENABLE_IN_SEASONS_WINTER=true", "TIME_SPEED_LOCATION_NOTIFY=false", "ENABLE_NOFENCEDECAY_MOD=false", "ALWAYS_ON_SERVER_UPGRADE_HOUSE=0", "CROPS_ANYTIME_ANYWHERE_FORCE_TILLABLE_STONE=false", "ALWAYS_ON_SERVER_PROFIT_MARGIN=100", "ALWAYS_ON_SERVER_EGG_FESTIVAL_TIMEOUT=120", "ENABLE_ALWAYSONSERVER_MOD=true", "TIME_SPEED_KEYS_INCREASE_TICK_INTERVAL=OemPeriod", "ENABLE_SAVEBACKUP_MOD=true", "AUTO_LOAD_GAME_FORGET_LAST_FILE_ON_TITLE=true", "FRIENDS_FOREVER_AFFECT_DATES=true", "TIME_SPEED_TICK_LENGTH_BY_LOCATION_INDOORS=7.0", "ALWAYS_ON_SERVER_FARM_CAVE_CHOICE_MUSHROOMS=true", "ENABLE_AUTOLOADGAME_MOD=true", "TIME_SPEED_TICK_LENGTH_BY_LOCATION_MINE=7.0", "CROPS_ANYTIME_ANYWHERE_ENABLE_IN_SEASONS_SUMMER=true", "ALWAYS_ON_SERVER_ICE_FISHING_COUNT_DOWN=600", "CROPS_ANYTIME_ANYWHERE_FARM_ANY_LOCATION=true", "ENABLE_NONDESTRUCTIVENPCS_MOD=false", "ALWAYS_ON_SERVER_FESTIVALS_ON=true", "ENABLE_CONSOLECOMMANDS_MOD=false", "ALWAYS_ON_SERVER_FLOWER_DANCE_COUNT_DOWN=600", "ALWAYS_ON_SERVER_SPIRITS_EVE_TIMEOUT=900", "ALWAYS_ON_SERVER_PET_NAME=Rufus", "CROPS_ANYTIME_ANYWHERE_FORCE_TILLABLE_DIRT=true", "DISPLAY_WIDTH=1200", "TIME_SPEED_ENABLE_ON_FESTIVAL_DAYS=false", "ALWAYS_ON_SERVER_DANCE_OF_JELLIES_TIMEOUT=120", "ALWAYS_ON_SERVER_LUAU_TIMEOUT=120", "ALWAYS_ON_SERVER_END_OF_DAY_TIMEOUT=300", "ALWAYS_ON_SERVER_JELLY_DANCE_COUNT_DOWN=600", "ALWAYS_ON_SERVER_HOTKEY=F9", "ALWAYS_ON_SERVER_FESTIVAL_OF_ICE_TIMEOUT=120 ", "ALWAYS_ON_SERVER_EGG_HUNT_COUNT_DOWN=600", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "S6_BEHAVIOUR_IF_STAGE2_FAILS=3", "S6_SERVICE_DEPS=1", "USER_ID=1000", "GROUP_ID=1000", "APP_NAME=StardewValley", "APP_USER=app", "XDG_DATA_HOME=/config/xdg/data", "XDG_CONFIG_HOME=/config/xdg/config", "XDG_CACHE_HOME=/config/xdg/cache", "XDG_RUNTIME_DIR=/tmp/run/user/app", "DISPLAY=:0" ], "Cmd": [ "/init" ], "Image": "stardew-multiplayer-docker-valley", "Volumes": { "/config": {} }, "WorkingDir": "/tmp", "Entrypoint": null, "OnBuild": null, "Labels": { "com.docker.compose.config-hash": "351745a79c7a5d0206d7119d1777dcc345a30e2c8302db225f877128cedf0629", "com.docker.compose.container-number": "1", "com.docker.compose.depends_on": "", "com.docker.compose.image": "sha256:d8f78ca9a96ef78b5d598befdf6555bbdaa8a0924adba48daeb14fe2f541e896", "com.docker.compose.oneoff": "False", "com.docker.compose.project": "stardew-multiplayer-docker", "com.docker.compose.project.config_files": "\stardew-multiplayer-docker\docker-compose.yml", "com.docker.compose.project.working_dir": "\stardew-multiplayer-docker", "com.docker.compose.service": "valley", "com.docker.compose.version": "2.24.6", "org.label-schema.description": "A minimal docker baseimage to ease creation of X graphical application containers", "org.label-schema.name": "baseimage-gui", "org.label-schema.schema-version": "1.0", "org.label-schema.vcs-url": "https://github.com/jlesage/docker-baseimage-gui", "org.label-schema.version": "3.5.8" } }, "NetworkSettings": { "Bridge": "", "SandboxID": "", "SandboxKey": "/var/run/docker/netns/1006cf445aaf", "Ports": {}, "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "stardew-multiplayer-docker_default": { "IPAMConfig": null, "Links": null, "Aliases": [ "stardew", "valley", "dfa759660937" ], "MacAddress": "", "NetworkID": "", "EndpointID": "", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "DriverOpts": null, "DNSNames": [ "stardew", "valley", "" ] } } } }

norimicry commented 8 months ago

Did you recently install git specifically for this? Also please format logs using code formatting (triple backticks).

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code

norimicry commented 8 months ago

Related to #5, an issue with OS specific line endings. Working on a fix but if you are on Windows, I recommend issuing the command git config --global core.autocrlf input. During installation of Git, you are presented 3 options on how to handle line endings and the "recommended" option for Windows users is the top option, or "true," however this presents complications when handling cross-platform applications as this changes LF line-endings to CRLF line-endings. Docker scripts require LF line-endings.

norimicry commented 7 months ago

I've added a .gitattributes file that will correctly set line endings for appropriate files and have tested on clean installs for both Linux and Windows. Going forward, please ensure using the git config --global core.autocrlf input setting to prevent overwriting LF line endings.