Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When launching even without any existing config, the container does not launch Orcaslicer although it does display a black screen with the Kasm overlay in browser. The logs show the following error:
orcaslicer | (orca-slicer:305): dbind-WARNING **: 01:36:56.850: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.280: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.280: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.281: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.281: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.283: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.283: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.284: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.284: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.285: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.285: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.286: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.286: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.288: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.288: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.289: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.289: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.290: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.290: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer |
orcaslicer | (orca-slicer:305): GLib-GObject-WARNING **: 01:36:57.291: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer |
orcaslicer | (orca-slicer:305): Gtk-CRITICAL **: 01:36:57.291: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer | Aborted (core dumped)
orcaslicer |
orcaslicer | ERROR: openbox-xdg-autostart requires PyXDG to be installed
Expected Behavior
No response
Steps To Reproduce
Launch container
Environment
- OS: Ubuntu 24.04.1
- How docker service was installed: Docker official repo
CPU architecture
x86-64
Docker creation
services:
orcaslicer:
image: lscr.io/linuxserver/orcaslicer:latest
container_name: orcaslicer
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DRINODE=/dev/dri/renderD128
- CUSTOM_USER=jordan
- PASSWORD=$ORCA_PASSWORD
volumes:
- ./orca:/config
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
ports:
- 3002:3000
- 3001:3001
restart: unless-stopped
Container logs
Provided above
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done