linuxserver / docker-bambustudio

Web accessible Bambu Studio inside a Debian Container
GNU General Public License v3.0
15 stars 0 forks source link

[BUG] Did not start up - Gtk Errors #2

Closed bethgocs closed 3 months ago

bethgocs commented 8 months ago

Is there an existing issue for this?

Current Behavior

Great work! Thanks. I have some problems starting the container. It does not start and there are Gtk Error in the log.

Expected Behavior

No response

Steps To Reproduce

docker-compose up

Environment

- OS: Debain Bookworm
- How docker service was installed: https://docs.docker.com/engine/install/debian/#install-from-a-package

CPU architecture

vCPU (Details in comment below)

Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 40 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Vendor ID: GenuineIntel BIOS Vendor ID: QEMU Model name: Intel Xeon Processor (Skylake, IBRS) BIOS Model name: pc-i440fx-2.7 CPU @ 2.0GHz BIOS CPU family: 1 CPU family: 6 Model: 85 Thread(s) per core: 2 Core(s) per socket: 1 Socket(s): 4 Stepping: 4 BogoMIPS: 4199.99

Docker creation

version: "3.9"
services:
  bambustudio:
    image: ghcr.io/linuxserver/bambustudio:latest
    container_name: Bambu-Studio
    hostname: bambustudio
    mem_limit: 4g
    cpu_shares: 1024
    security_opt:
      - no-new-privileges:true
      - seccomp:unconfined
    privileged: true
    healthcheck:
      test: curl -f http://bambu:bambu@localhost:3000/ || exit 1
    #ports:
    #  - 8233:3000
    volumes:
      - ./config:/config:rw
    environment:
      TZ: Europe/Bucharest
      PUID: 1000
      PGID: 1000
      TITLE: Bambu-Studio
      CUSTOM_USER: bambu
      PASSWORD: bambu
    restart: unless-stopped
    labels:
      - "traefik.enable=true"
      - "traefik.docker.network=traefik"
      - "traefik.http.routers.bambustudio.rule=Host(`bambu.xxxx.de`)"
      - "traefik.http.routers.bambustudio.entrypoints=websecure"
      - "traefik.http.routers.bambustudio.tls.certresolver=le"
      - 'traefik.http.services.bambustudio.loadbalancer.server.port=3000'
      #- "traefik.http.routers.bambustudio.middlewares=auth"
      - com.centurylinklabs.watchtower.enable=true

Container logs

^[[36mBambu-Studio   |^[[0m (bambu-studio:268): dbind-WARNING **: 09:53:35.816: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.307: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.307: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.308: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.308: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.310: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.310: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.311: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.311: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.317: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.317: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.318: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.318: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m Could not determine the accessibility bus address
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.447: gtk_window_resize: assertion 'height > 0' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.453: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.453: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.454: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.454: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
github-actions[bot] commented 8 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] commented 8 months ago

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

j0nnymoe commented 8 months ago

You have missed important information we need to look into this.

bethgocs commented 8 months ago

thx hopefully added all missing

j0nnymoe commented 8 months ago

What CPU?

bethgocs commented 8 months ago

Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 40 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Vendor ID: GenuineIntel BIOS Vendor ID: QEMU Model name: Intel Xeon Processor (Skylake, IBRS) BIOS Model name: pc-i440fx-2.7 CPU @ 2.0GHz BIOS CPU family: 1 CPU family: 6 Model: 85 Thread(s) per core: 2 Core(s) per socket: 1 Socket(s): 4 Stepping: 4 BogoMIPS: 4199.99 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 arat md_clear arch_capabilities Virtualization: VT-x Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 128 KiB (4 instances) L1i cache: 128 KiB (4 instances) L2 cache: 16 MiB (4 instances) NUMA node(s): 1 NUMA node0 CPU(s): 0-7 Vulnerability Gather data sampling: Unknown: Dependent on hypervisor status Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown ~

bethgocs commented 8 months ago

vCPU: https://www.strato.de/server/linux-vserver/ (VC8-32) [KVM Virtualisation]

LinuxServer-CI commented 7 months ago

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.

thelamer commented 6 months ago

Have you tried it without those security flags? I run this on bookworm and it runs fine.

LinuxServer-CI commented 5 months ago

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.

github-actions[bot] commented 2 months ago

This issue is locked due to inactivity