Paul Steinlechner
Paul Steinlechner
Hm, hard to say without more informations. I can remember myself being in a similar situtation caused by wine itself; but that's about 2 years ago. Would it be possible...
Hm, very unpleasant. If the problems still exit, we should think about pinpointing the wine-versions; due the merged pull request we also changed the wine version. Good luck
Updated the Dockerfile with the suggestions of @Flow86. Thank you. Can we close this issue?
Please correct me, but the logic should be like this: Pseudocode: if CONANEXILES_BETA == 'yes' then add to steamcmd the flag -beta testlive else start the container/steamcmd without the flag
To implement this, we have to take care of two parts within the provisioning logics: a.) docker-conanexiles/conanexiles/installer/install.txt --> defines, what the update routine installs/updates b.) The function to get a...
With this we should also rework the get_available_build logic; logic is as following: - get the line "branches" and show 1000 lines after this line - get the line "public"...
Please try the latest version of the docker image. Does this problem still occur?
Did you specify a redis instance: ``` 2021-03-29 09:21:00,stdout,>> WARN: Failed to connect to redis instance - redis:6379. Skipping redis call: redis_set_master_server_instance ``` Without redis the nodes can't synchronize their...
Hi Folks; please keep in mind, that this container utilizes wine abstraction layer to run the exiles server binary (windows only). Exiles has some issues on "native" windows too, but...
I think the funcom conan exiles server is only for x86; so i don't think that this is possible, otherwise we could make a manifest to build multiarch; with some...