Skip to content

[BUG] Container Crash on Screen Change #12

@bobbieluke1

Description

@bobbieluke1

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

On changing of screen or pop-up the container can crash and will then only show a completely black screen until container is restarted

Expected Behavior

Not crash

Steps To Reproduce

Inconsistent behaviour but always on a page/screen change like trying to edit Printer Presents or within that tab Machine G-Code.

Environment

- OS: Unraid (Slackware 15.0 x86_64)
- How docker service was installed: via Unraid package manager then Docker Compose addon

CPU architecture

x86-64

Docker creation

Docker Compose on Unraid:

services:
########################################################################
########################################################################
  orcaslicer:
    image: lscr.io/linuxserver/orcaslicer:latest
    container_name: orcaslicer
    security_opt:
      - seccomp:unconfined #optional
    volumes:
      - "/mnt/user/appdata/containers/orcaslicer/config:/config"
      - "/mnt/user/Projects/3D Printing/Models/Prints:/prints"
      - "/mnt/user/Projects/3D Printing/Models/Downloads:/downloads"
    ports:
      - 3033:3033
      - 3032:3032
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - CUSTOM_PORT=3033
      - CUSTOM_HTTPS_PORT=3032
      - TITLE=Orca Slicer #Tab title
#      - NO_DECOR=true #If set the application will run without window borders for use as a PWA
    labels:
      - autoheal-app=true
      - com.centurylinklabs.watchtower.enable=true
    healthcheck:
      test: curl --fail http://192.168.0.5:3033/ || exit 1
      interval: 10s
      timeout: 10s
      retries: 3
      start_period: 5s
    restart: unless-stopped
########################################################################

Container logs

(orca-slicer:267): Gtk-CRITICAL **: 13:58:48.680: gtk_widget_set_size_request: assertion 'width >= -1' failed

(orca-slicer:267): Gtk-CRITICAL **: 13:58:48.680: gtk_window_resize: assertion 'height > 0' failed

(orca-slicer:267): Gtk-WARNING **: 13:58:48.693: Negative content width -2 (allocation 18, extents 10x10) while allocating gadget (node button, owner GtkToggleButton)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions