Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ERROR: openbox-xdg-autostart requires PyXDG to be installed #13

Open
1 task done
blackadar opened this issue Oct 27, 2024 · 42 comments
Open
1 task done

[BUG] ERROR: openbox-xdg-autostart requires PyXDG to be installed #13

blackadar opened this issue Oct 27, 2024 · 42 comments

Comments

@blackadar
Copy link

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
Copy link

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

@blackadar
Copy link
Author

For additional info, rolling back to v2.1.1-ls51 resolved the issue for me

@semtex1987
Copy link

semtex1987 commented Oct 28, 2024

For additional info, rolling back to v2.1.1-ls51 resolved the issue for me

+1

Same issue here, though rolling back to v2.1.1-ls51 did not fix it for me.

Details

2024-10-28 01:46:46,196 [INFO] websocket 33: got client connection from 172.86.12.11 2024-10-28 01:46:46,205 [DEBUG] websocket 33: using SSL socket 2024-10-28 01:46:46,205 [DEBUG] websocket 33: X-Forwarded-For ip 'XXXX' 2024-10-28 01:46:46,210 [DEBUG] websocket 33: BasicAuth matched 2024-10-28 01:46:46,210 [DEBUG] websocket 33: using protocol Hixie 75 2024-10-28 01:46:46,210 [DEBUG] websocket 33: connecting to VNC target 2024-10-28 01:46:46,210 [DEBUG] XserverDesktop: new client, sock 35 2024-10-28 01:46:46,227 [INFO] EncodeManager: WEBP benchmark result: 10 ms 2024-10-28 01:46:46,227 [PRIO] Connections: accepted: XXXXX@XXXXX_1730098006.210469::websocket 2024-10-28 01:46:46,227 [DEBUG] XserverDesktop: Got request for framebuffer resize to 1680x844 2024-10-28 01:46:46,227 [DEBUG] XserverDesktop: 1 screen(s) 0 (0x00000000): 1680x844+0+0 (flags 0x00000000)

2024-10-28 01:46:46,227 [DEBUG] RandR: Resizing screen framebuffer to 1680x844
2024-10-28 01:46:46,233 [INFO] ComparingUpdateTracker: 762.88 kpixels in / 762.88 kpixels out
2024-10-28 01:46:46,233 [INFO] ComparingUpdateTracker: (1:1 ratio)
2024-10-28 01:46:46,234 [DEBUG] RandR: Reconfiguring new output 'VNC-0' to 1680x844+0+0
2024-10-28 01:46:46,234 [DEBUG] Config: set MaxVideoResolution(String) to 960x540
2024-10-28 01:46:46,234 [DEBUG] SMsgReader: Client sent config param maxVideoResolution 960x540, applied

(orca-slicer:149): Gtk-CRITICAL **: 01:46:46.432: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:149): Gtk-CRITICAL **: 01:46:46.432: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:149): Gtk-CRITICAL **: 01:46:46.432: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.686: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.686: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.687: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.687: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.697: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.697: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.697: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.697: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.704: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.704: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.709: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.709: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:149): GLib-GObject-WARNING **: 01:46:48.710: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:149): Gtk-CRITICAL **: 01:46:48.710: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
2024-10-28 01:46:51,778 [DEBUG] SMsgReader: Received binary clipboard, type text/plain, 27 bytes
2024-10-28 01:46:51,778 [DEBUG] Selection: Remote binary clipboard announced, grabbing local ownership
2024-10-28 01:46:51,778 [DEBUG] Selection: Created selection window
2024-10-28 01:46:51,778 [DEBUG] Selection: Grabbed PRIMARY selection
2024-10-28 01:46:51,778 [DEBUG] Selection: Grabbed CLIPBOARD selection
2024-10-28 01:46:51,778 [DEBUG] Selection: Client sent 1 mimes, 0 were valid
New WebSocket Connection: ::ffff:172.86.12.11 Go-http-client/1.1 (1 total)
2024-10-28 01:46:52,147 [INFO] EncodeManager: Max encoding time during the last 24 frames: 5 ms (limit 41, near limit 33)
Segmentation fault (core dumped)

ERROR: openbox-xdg-autostart requires PyXDG to be installed

@RiDDiX
Copy link

RiDDiX commented Oct 31, 2024

Easy fix. Clear within your "mounted" Folder everything except: /.config/OrcaSlicer

Because there are stored your OrcaSlicer Configurations.

@LinuxServer-CI
Copy link
Collaborator

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.

@Schuermi7
Copy link

Schuermi7 commented Dec 8, 2024

Having the same behavior, KASM is a black screen and the attempt to start the Slicer returns an error message similar to OPs.

OS is Debian 11

orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.959: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.959: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.961: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.961: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.962: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.962: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.963: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.963: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.965: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.965: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.966: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.966: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.967: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.967: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.968: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.968: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.970: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.970: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.971: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.971: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  | 17
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.067: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.081: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.083: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.083: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.175: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.175: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.186: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.186: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.190: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.190: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.200: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.200: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.208: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.208: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.217: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.217: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.226: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.226: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.232: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.232: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.287: Cannot register URI scheme wxfs more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.287: Cannot register URI scheme memory more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.437: Cannot register URI scheme wxfs more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.437: Cannot register URI scheme memory more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.441: Cannot register URI scheme wxfs more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.441: Cannot register URI scheme memory more than once
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.478: gtk_window_resize: assertion 'width > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.478: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-WARNING **: 20:47:22.539: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
orcaslicer  | This may indicate that pixbuf loaders or the mime database could not be found.
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.555: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.556: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.556: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.557: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.557: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.557: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.559: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.559: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.559: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.561: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.561: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.561: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.573: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.573: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.573: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.745: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.745: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.745: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.747: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.748: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.748: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.749: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.750: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.750: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.751: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.752: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.752: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.754: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.754: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.754: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.052: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.052: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.052: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.052: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.053: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.053: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.054: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.054: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.058: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.058: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.059: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.059: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.060: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.061: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.061: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.061: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.070: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.092: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.093: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.093: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.095: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.120: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.120: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.120: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.121: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.128: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.128: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.128: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.138: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.138: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.138: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.139: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.152: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.153: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  | LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.493: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.493: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  | LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!
orcaslicer  | Aborted (core dumped)
orcaslicer  |
orcaslicer  | ERROR: openbox-xdg-autostart requires PyXDG to be installed
orcaslicer  |  2024-12-08 20:47:28,025 [INFO] websocket 0: got client connection from 127.0.0.1
orcaslicer  |  2024-12-08 20:47:28,037 [PRIO] Connections: accepted: @91.67.117.67_1733687248.25650::websocket

@RiDDiX
Copy link

RiDDiX commented Dec 8, 2024

Having the same behavior, KASM is a black screen and the attempt to start the Slicer returns an error message similar to OPs.

OS is Debian 11

orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.959: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.959: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.961: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.961: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.962: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.962: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.963: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.963: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.965: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.965: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.966: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.966: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.967: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.967: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.968: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.968: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.970: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.970: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:21.971: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:21.971: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  | 17
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.067: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.071: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.081: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.083: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.083: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.175: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.175: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.186: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.186: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.190: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.190: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.200: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.200: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.208: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.208: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.217: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.217: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.226: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.226: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.232: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.232: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.287: Cannot register URI scheme wxfs more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.287: Cannot register URI scheme memory more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.437: Cannot register URI scheme wxfs more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.437: Cannot register URI scheme memory more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.441: Cannot register URI scheme wxfs more than once
orcaslicer  |
orcaslicer  | ** (orca-slicer:267): CRITICAL **: 20:47:22.441: Cannot register URI scheme memory more than once
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.449: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.477: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.478: gtk_window_resize: assertion 'width > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.478: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-WARNING **: 20:47:22.539: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
orcaslicer  | This may indicate that pixbuf loaders or the mime database could not be found.
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.555: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.556: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.556: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.557: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.557: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.557: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.559: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.559: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.559: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.561: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.561: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.561: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.573: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.573: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.573: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.745: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.745: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.745: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.747: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.748: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.748: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.749: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.750: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.750: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.751: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.752: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.752: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.754: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.754: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:22.754: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.052: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.052: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.052: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.052: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.053: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.053: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.054: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.054: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.058: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.058: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.059: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.059: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.060: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.061: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): GLib-GObject-WARNING **: 20:47:23.061: invalid cast from 'wxPizza' to 'GtkCellLayout'
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.061: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.070: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.092: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.093: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.093: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.095: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.120: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.120: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.120: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.121: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.122: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.128: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.128: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.128: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.138: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.138: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.138: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.139: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.152: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.153: gtk_window_resize: assertion 'height > 0' failed
orcaslicer  | LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.493: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  |
orcaslicer  | (orca-slicer:267): Gtk-CRITICAL **: 20:47:23.493: gtk_widget_set_size_request: assertion 'width >= -1' failed
orcaslicer  | LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!
orcaslicer  | Aborted (core dumped)
orcaslicer  |
orcaslicer  | ERROR: openbox-xdg-autostart requires PyXDG to be installed
orcaslicer  |  2024-12-08 20:47:28,025 [INFO] websocket 0: got client connection from 127.0.0.1
orcaslicer  |  2024-12-08 20:47:28,037 [PRIO] Connections: accepted: @91.67.117.67_1733687248.25650::websocket

Easy fix. Clear within your "mounted" Folder everything except: /.config/OrcaSlicer

Because there are stored your OrcaSlicer Configurations.

@Schuermi7
Copy link

I deleted as you referred a couple of times and that didn't change a thing.
Removing everything from the folder didn't help either.
Clearing the whole project and volumes didn't work as well

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

I deleted as you referred a couple of times and that didn't change a thing. Removing everything from the folder didn't help either. Clearing the whole project and volumes didn't work as well

Are you doing a fresh deployment?

@Schuermi7
Copy link

Yeah, I did a fresh deployment of everything

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

ok, so your issue isn't the same as OP. Please open a fresh issue and provide all the requested information.

@Schuermi7
Copy link

Schuermi7 commented Dec 8, 2024

As mentioned by OP, they are also without any existing config and thus a fresh deployment, so I would argue, this is the same issue.

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

Ok, still, please provide information of your setup, our CI tests show it boots fine. https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.2.0-ls61/index.html

@Schuermi7
Copy link

My setup is a Debian 11 setup with Docker (non-Swarm), using the provided docker-compose.yml example from the official documentation.
The only difference is, that there is a reverse proxy in front of it, but that doesn't affect the container.
Tested tags are latest, 2.1.1 and 2.2.0-ls58. Always starting on a fresh install.

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

What's the hardware? What's your docker compose? Are you able to deploy any of our other kasmvnc based containers without problem? Or does the same thing happen?

@Schuermi7
Copy link

Schuermi7 commented Dec 8, 2024

My docker-compose.yml looks as follows:

services:
  orcaslicer:
    image: lscr.io/linuxserver/orcaslicer:latest
    container_name: orcaslicer
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - ./config:/config
#    ports:
#      - 3000:3000
#      - 3001:3001
    restart: unless-stopped
    labels:
      - traefik.enable=true
      - traefik.http.routers.orca.rule=Host(`orca.foo.rocks`)
      - traefik.http.routers.orca.tls.certresolver=letsencrypt
      - traefik.http.services.orca.loadbalancer.server.port=3000

The hardware is a KVM-based virtual server with AMD-hardware. no GPU-acceleration.

Temporarily deployed "docker-spotube" project and it fails to open up the spotube application as well. This time with:

spotube  |
spotube  | (spotube:394): Atk-CRITICAL **: 22:00:55.504: atk_socket_embed: assertion 'plug_id != NULL' failed
spotube  | package:media_kit_libs_linux registered.
spotube  | LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!

EDIT: There seems to be a problem with MESA , when QEMU writes the Processor-vendor as "AuthenticAMD"

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

That LLVM error seems telling, what file system/how is your drive setup? Also provide the full path for your volume mount rather than just .

@Schuermi7
Copy link

Schuermi7 commented Dec 8, 2024

The folder is on my main drive, running an ext4 filesystem.
The path is in my root-Homedirectory /root/orcaslicer/config. File Permissions are set to user 1000, group 1000 and all files are written and read correctly.

EDIT: for the LLVM problem, I found a few occurences around the web, that had to implement a fix for AMD setups, that are not correctly recognized by MESA as found in this issue

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

Please try it from the home dir /home/username/... and see if that changes anything.

@Schuermi7
Copy link

Schuermi7 commented Dec 8, 2024

Added a fresh user "orcaslicer", created the compose-file in the /home/orcaslicer directory, started the project and got the same error as before.

Adding the output of lscpu for added measure.

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      40 bits physical, 48 bits virtual
CPU(s):                             6
On-line CPU(s) list:                0-5
Thread(s) per core:                 1
Core(s) per socket:                 6
Socket(s):                          1
NUMA node(s):                       1
Vendor ID:                          AuthenticAMD
CPU family:                         6
Model:                              13
Model name:                         QEMU Virtual CPU version 2.5+
Stepping:                           3
CPU MHz:                            1996.249
BogoMIPS:                           3992.49
Hypervisor vendor:                  KVM
Virtualization type:                full
L1d cache:                          384 KiB
L1i cache:                          384 KiB
L2 cache:                           3 MiB
L3 cache:                           16 MiB
NUMA node0 CPU(s):                  0-5
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eI
                                    BRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Flags:                              fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx
                                     fxsr sse sse2 ht syscall nx lm nopl cpuid tsc_known_freq pni pclmulqdq ssse3 c
                                    x16 sse4_1 sse4_2 x2apic popcnt aes xsave rdrand hypervisor lahf_lm cmp_legacy
                                    abm 3dnowprefetch ssbd ibpb vmmcall arch_capabilities```

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

You didn't need to create a new user, just wanted you to try with the user that had id 1000.

What CPU do you have?

@Schuermi7
Copy link

I am customer with a vServer hoster, that uses AMDs Epyc Server Processors.

And it also doesn't work with the User on ID 1000

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 8, 2024

Ok, at this point, I'm lost for ideas why you're having this issue. I don't believe this to be a container issue but it's more either how your host is setup or (this is a long shot) some CPU feature that's missing. Will need to wait for someone else to join in.

Though as I suspected the OP managed to boot the container and it just failed on upgrades. Your issue does not seem to be the same.

@Schuermi7
Copy link

I would be interested in a full-log from OP to see if they also see the orcaslicer | LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it! line.

But yeah, I guess with what we discussed and what my research on the MESA/LLVM side brought, it could very well be a CPU-identification mismatch produced by the LLVM/MESA subsystems that are present in the KMSAVNC base-image.

@LinuxServer-CI
Copy link
Collaborator

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.

@Schuermi7
Copy link

Schuermi7 commented Jan 10, 2025

As per my last suspicion, I could indeed confirm, that the problem I had was due to a faulty/not exactly correct KVM configuration on the side of hosters.

Architecture:                         x86_64
CPU op-mode(s):                       32-bit, 64-bit
Byte Order:                           Little Endian
Address sizes:                        40 bits physical, 48 bits virtual
CPU(s):                               6
On-line CPU(s) list:                  0-5
Thread(s) per core:                   1
Core(s) per socket:                   6
Socket(s):                            1
NUMA node(s):                         1
Vendor ID:                            AuthenticAMD
**CPU family:                           15**
**Model:                                107**
Model name:                           QEMU Virtual CPU version 2.5+
Stepping:                             1
CPU MHz:                              1996.250
BogoMIPS:                             3992.50
Hypervisor vendor:                    KVM
Virtualization type:                  full
L1d cache:                            384 KiB
L1i cache:                            384 KiB
L2 cache:                             3 MiB
L3 cache:                             16 MiB
NUMA node0 CPU(s):                    0-5
Vulnerability Gather data sampling:   Not affected
Vulnerability Itlb multihit:          Not affected
Vulnerability L1tf:                   Not affected
Vulnerability Mds:                    Not affected
Vulnerability Meltdown:               Not affected
Vulnerability Mmio stale data:        Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed:               Not affected
Vulnerability Spec rstack overflow:   Not affected
Vulnerability Spec store bypass:      Not affected
Vulnerability Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:             Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                  Not affected
Vulnerability Tsx async abort:        Not affected
Flags:                                fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes xsave avx rdrand hyper
                                      visor lahf_lm cmp_legacy abm 3dnowprefetch ssbd ibpb vmmcall arch_capabilities

@LinuxServer-CI
Copy link
Collaborator

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.

@blackadar
Copy link
Author

Still facing this issue, and nuking everything but .config did not fix it. Later image versions have not fixed the issue.

@blackadar
Copy link
Author

Also worth noting.. as I mentioned originally the image version orcaslicer:v2.1.1-ls51 works totally fine. I'm wondering what has changed since then that causes a black screen...

The working image has the following logs:

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
**** creating video group videodgzk with id 993 ****
**** adding /dev/dri/renderD128 to video group videodgzk with id 993 ****
[custom-init] No custom files found, skipping...
[ls.io-init] done.
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.2.0 - built Sep 28 2024 19:19:19
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12014000, The X.Org Foundation

Obt-Message: Xinerama extension is not present on the server
17
[2025-02-10 22:20:01.563049] [0x0000745afab99440] [trace]   Initializing StaticPrintConfigs
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
add font of NanumGothic-Regular returns 1
add font of NanumGothic-Bold returns 1

(orca-slicer:331): dbind-WARNING **: 22:20:01.705: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.153: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.153: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.154: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.154: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.155: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.155: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.156: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.156: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.157: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.157: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.158: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.158: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.160: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.160: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.160: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.160: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.162: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.162: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:04.163: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.163: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
Could not determine the accessibility bus address

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.364: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.368: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.375: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.375: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.375: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.454: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.454: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.467: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.467: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.472: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.472: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.480: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.480: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.487: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.487: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.494: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.494: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.502: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.502: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.508: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.508: gtk_widget_set_size_request: assertion 'width >= -1' failed

** (orca-slicer:331): CRITICAL **: 22:20:04.634: Cannot register URI scheme wxfs more than once

** (orca-slicer:331): CRITICAL **: 22:20:04.634: Cannot register URI scheme memory more than once

** (orca-slicer:331): CRITICAL **: 22:20:04.792: Cannot register URI scheme wxfs more than once

** (orca-slicer:331): CRITICAL **: 22:20:04.792: Cannot register URI scheme memory more than once

** (orca-slicer:331): CRITICAL **: 22:20:04.827: Cannot register URI scheme wxfs more than once

** (orca-slicer:331): CRITICAL **: 22:20:04.827: Cannot register URI scheme memory more than once

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.869: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.869: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.869: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.869: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.869: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.869: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.881: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.881: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.881: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.881: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.881: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.881: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.882: gtk_window_resize: assertion 'width > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.882: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-WARNING **: 22:20:04.930: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.942: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.943: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.943: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.944: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.944: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.944: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.945: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.945: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.945: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.947: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.947: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.947: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.950: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.950: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:04.950: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.098: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.099: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.099: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.100: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.100: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.100: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.101: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.102: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.102: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.103: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.103: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.103: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.105: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.105: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.105: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.318: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.319: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.319: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.319: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.319: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.322: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.322: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.323: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.323: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.327: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.327: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.328: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.328: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:05.328: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.328: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.357: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.357: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.357: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.360: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.374: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.374: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.388: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.388: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.388: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.389: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.390: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.390: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.390: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.390: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.397: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.397: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.397: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.406: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.407: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.407: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.408: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.416: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.416: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.422: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.422: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.422: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.424: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.761: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:331): Gtk-CRITICAL **: 22:20:05.761: gtk_widget_set_size_request: assertion 'width >= -1' failed
xvnc_get_formats

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.144: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.144: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.144: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.144: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.153: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.153: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.154: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.154: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.159: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.159: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.162: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.162: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

(orca-slicer:331): GLib-GObject-WARNING **: 22:20:07.162: invalid cast from 'wxPizza' to 'GtkCellLayout'

(orca-slicer:331): Gtk-CRITICAL **: 22:20:07.162: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed

** (orca-slicer:331): CRITICAL **: 22:20:07.313: Cannot register URI scheme wxfs more than once

** (orca-slicer:331): CRITICAL **: 22:20:07.313: Cannot register URI scheme memory more than once
 2025-02-10 22:20:51,130 [INFO] websocket 0: got client connection from 127.0.0.1

So I'm thinking the big issue is the log that's only present in newer images:

orcaslicer  | Aborted (core dumped)
orcaslicer  |
orcaslicer  | ERROR: openbox-xdg-autostart requires PyXDG to be installed

@j0nnymoe
Copy link
Member

Like @Schuermi7 had issues running this on a vps/VM - are you perhaps doing the same?

@blackadar
Copy link
Author

No this is on Ubuntu 24.04.1 LTS on bare metal, on an Intel i3-N300 with integrated graphics.

@vajonam
Copy link

vajonam commented Feb 22, 2025

The problem is the orasaslicer is seg faulting and crashing.

@vajonam
Copy link

vajonam commented Feb 23, 2025

I have built my own, I tried to switch over to linuxserver (one less thing for me maintain), but did work. you can try this if it works for you. https://github.com/vajonam/orcaslicer-novnc. Its specific to NVIDIA hardware.

@vajonam
Copy link

vajonam commented Feb 24, 2025

@j0nnymoe

I notice when it docker exec a shell into the container and run /opt/orcaslicer/AppRun, it doesn't segfault or crash.

I am running on beremetal, with other nvida runitme docker containers working fine. I have rolled my own which also works, the autostart in this container doesn't seem to work.

@vajonam
Copy link

vajonam commented Feb 24, 2025

sudo -u abc GTK_THEME=Adwaita:dark /opt/orcaslicer/AppRun in the autorun file seems to help it launch.. something wierd about environments or perms..

@blackadar
Copy link
Author

Hmm I am using an Intel integrated GPU otherwise I'd give your image a try.

When you say autorun file, do you mean https://github.com/linuxserver/docker-orcaslicer/blob/master/root/defaults/autostart? So this would need a container build to change, or is it on the filesystem somewhere?

On a side note.. does that GTK_THEME give Orca a "dark mode" in this container? If so I wonder if an environment variable for it could solve #9 👀

@vajonam
Copy link

vajonam commented Feb 24, 2025

@blackadar it ends up up inside the /config/.config/openbox/autostart you can just edit it there. Yes the environment variable modifies the dark mode.

@vajonam
Copy link

vajonam commented Feb 24, 2025

So anyhow, with NVIDIA proprietary drivers, one must launch the tool with virtualgl or “vglrun,” without which the slicer is not very usable. This works but, like I said, since I already maintain one image, there’s no point in adding to this one until it has this functionality, which it probably won’t, since DRI3 support is how KSVM is looking to add GPU acceleration to 3D rendering.

@blackadar
Copy link
Author

Got the same thing unfortunately, black screen and ERROR: openbox-xdg-autostart requires PyXDG to be installed in the logs

@blackadar
Copy link
Author

Ah - the latest version works when I remove my mapping of /dev/dri/renderD128:

    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128

This works on container version v2.1.1-ls51 though..

@LinuxServer-CI
Copy link
Collaborator

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.

@blackadar
Copy link
Author

Still seeing this issue with the latest image. It works fine until renderD128 is passed in. Anyone have an idea why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

7 participants