Devidian / docker-spaceengineers

A Docker for Space Engineers Dedicated Server
87 stars 21 forks source link

Problem with VRage.GameServices.IMyUGCService #57

Closed Bulwarini closed 3 months ago

Bulwarini commented 7 months ago

I'm trying to run a steam network server, using docker image. _space_logs(1).txt Here are the logs for docker, it loops out. SpaceEngineersDedicated_20240114_20085247.log and here is space engineers log.

ptidoc commented 7 months ago

Hello I recommand to not use the docker devidian image but to build your own one . Devidian do a wonderfull job you just need to use the docker-compose files in the repository file of this docker page. Be sure that you have the BULD: . line and rename the container_namecommand : with yourowname. It appears that your error is probably on dotnet package. and this issue can be solved by updating all of the package you are installing.

i've made a complete procedure in the 12th issue on this docker page for further information. GL HF