Is there an existing issue for this?
Current Behavior
When I open the page, Bambu Studio does not start.
After I right-click and start it manually, it closes automatically after a few seconds.
Expected Behavior
No response
Steps To Reproduce
When I open the page, Bambu Studio does not start.
After I right-click and start it manually, it closes automatically after a few seconds.
Environment
- OS: FNOS
- Docker Version: 28.5.2
- Tesla P4
CPU architecture
x86-64
Docker creation
My docker-compose configuration is as follows:
`
services:
bambustudio:
image: lscr.io/linuxserver/bambustudio:02.04.00
container_name: bambustudio
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
ports:
- "9003:3001"
volumes:
- ./config:/config
runtime: nvidia
security_opt:
- seccomp=unconfined
Container logs
INFO:data_websocket:Received STOP_VIDEO for 'primary'. Stopping stream.
INFO:data_websocket:Stopping all streams for display 'primary'...
INFO:data_websocket:Backpressure logic task for 'primary' cancelled.
INFO:data_websocket:Backpressure logic task for 'primary' finished.
INFO:data_websocket:Backpressure task for 'primary' was stopped. Resetting its frame IDs.
INFO:data_websocket:Resetting frame IDs for display 'primary'.
INFO:data_websocket:Broadcasting primary pipeline reset to all 1 clients: PIPELINE_RESETTING primary
Capture loop stopped. X resources released.
INFO:data_websocket:Successfully stopped all streams for display 'primary'.
INFO:data_websocket:Video chunk sender for 'primary' cancelled.
INFO:data_websocket:Video chunk sender for 'primary' finished.
Is there an existing issue for this?
Current Behavior
When I open the page, Bambu Studio does not start.
After I right-click and start it manually, it closes automatically after a few seconds.
Expected Behavior
No response
Steps To Reproduce
When I open the page, Bambu Studio does not start.
After I right-click and start it manually, it closes automatically after a few seconds.
Environment
CPU architecture
x86-64
Docker creation
Container logs