You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run slicing in cli using docker image.
It does not work, and returns me error:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[2024-11-30 09:53:52.228661] [0x0000796b6b24db00] [error] error_code 65544, description: Wayland: Failed to connect to display
Expected Behavior
CLI slicing works
Steps To Reproduce
Run bash in container.
Run command: ./AppRun --slice 0 --debug 2 --export-3mf output.3mf /var/www/var/storage/default/674ae0a1be039file.stl
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
Docker file:
FROM linuxserver/bambustudio:01.10.01
RUN apt update &&\
apt install -y php8.2-cli &&\
apt clean
### Container logs
```bash
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[2024-11-30 09:53:52.095925] [0x0000796b6b24db00] [error] error_code 65544, description: Wayland: Failed to connect to display
[2024-11-30 09:53:52.095949] [0x0000796b6b24db00] [error] glfwInit return error, code 65544
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
[2024-11-30 09:53:52.228661] [0x0000796b6b24db00] [error] error_code 65544, description: Wayland: Failed to connect to display
[2024-11-30 09:53:52.228674] [0x0000796b6b24db00] [error] glfwInit return error, code 65544
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
I'm trying to run slicing in cli using docker image.
It does not work, and returns me error:
Expected Behavior
CLI slicing works
Steps To Reproduce
Run bash in container.
Run command:
./AppRun --slice 0 --debug 2 --export-3mf output.3mf /var/www/var/storage/default/674ae0a1be039file.stl
Environment
CPU architecture
x86-64
Docker creation
docker-compose service:
The text was updated successfully, but these errors were encountered: