RagingFlames

Results 9 comments of RagingFlames

Are there any plans to update the instructions or change that by default? It also still doesn't work, with a similar error. ``` lc.c: In function ‘pgn2pv’: lc.c:169:13: warning: passing...

Is there a time line for the Linux version? Is it worth just waiting, or should I keep googling these errors?

Alright, I understand. If there is nothing more that can be done at the moment to make this work on Linux you can close this issue if you want, or...

I updated the docker yaml to have it update on launch ``` version: '3' services: lgsm-zomboid: image: gameservermanagers/gameserver:pz pull_policy: always container_name: lgsm-zomboid restart: unless-stopped network_mode: host ports: - "16261:16261" -...

Some updates on this, so I learned that the problem was that the `LGSM_SERVERFILES` environment variable wasn't getting set. I have no idea why. I set it manually when I...

> How odd the env variables are not working for you. I am having no issues with my servers. Are you have the latest image by using docker pull? >...

I switched everything over to the official server software that's outlined on the wiki. Everything works perfectly now, so what ever was wrong it is something to do with LGSM...

> just posted on issue #4258, for me its working if i change the dtype. [#4258 (comment)](https://github.com/comfyanonymous/ComfyUI/issues/4258#issuecomment-2309043446) > > maybe try setting it to something else instead of "default" Yeah...

I missed it my first time looking, but this is probably related to #640