Closed kbridgford closed 1 month ago
What is the output of git config --global core.autocrlf
? I've had some line ending issues on Windows but have tried to resolve that using a .gitattribute file. Don't think that's the issue but want to double check.
git config --global core.autocrlf
didn't return anything. I just ran through everything in an Ubuntu VM and the container started right up, so this must be a Windows thing. I'm going to try and run everything from within WSL and see if that helps.
Odd, I would expect it to return the line ending configuration for your git setup. Since Windows uses CRLF and Linux uses LF, I have had some inconsistencies and thought the issue was solved by adding the .gitattributes configuration. I'll do some more testing but I would try setting your Git to line ending configuration to auto, re-clone the repo, and trying again on Windows. It will run on Windows with the right line ending configuration.
Working in Windows. Steps followed:
git config --global core.autocrlf true
docker compose -f docker-compose-steam.yml up --force-recreate
http://localhost:5801/
Thanks for all your work @norimicry. I'm going to work on trying to run this on ARM64 (raspberry pi). I can do a PR if I get it working and you think it would add value to the project.
There has been some interest in users for an ARM64 build. Would be a great addition for sure!
Describe the bug Server will not start
To Reproduce Steps to reproduce the behavior:
docker compose -f docker-compose-steam.yml u
Expected behavior The server would start
Logs
Desktop (please complete the following information):
Additional context Not sure if it's related to issue #47