EBADBEEF
EBADBEEF
I think I was able to trace this down into gliderlabs/ssh/server.go handleRequests(), there is no handler registered on the connection. By default we only register a ChannelHandler not a RequestHandler...
I also observe x11 forwarding not working and I made some progress figuring out why. My setup can be described like this: "user to sshportal" sshportal "sshportal to host" Looking...
I also got the `error: attribute 'cython_0' missing`. Cython is a static compiler for python. They went from version number 0.29.x to 3.0 recently (https://pypi.org/project/Cython/#history). In nixpkgs, the earlier default...
I suggest using `FROM phusion/baseimage:bionic-1.0.0` (Ubuntu-18.04) otherwise the script was not successful (looks the same as https://github.com/ct-Open-Source/tuya-convert/issues/1022). I was able to upgrade two [Bestek MRJ10011](https://templates.blakadder.com/bestek_MRJ10011.html) using `docker compose`. I used...
The segfault in wxMediaCtrl2 is due to null pointer access because wxMediaCtrl::Create() fails. References: https://github.com/SoftFever/OrcaSlicer/blob/v2.1.0-beta/src/slic3r/GUI/wxMediaCtrl2.cpp#L42 https://github.com/SoftFever/OrcaSlicer/blob/v2.1.0-beta/src/slic3r/GUI/StatusPanel.cpp#L1042 It crashes due to dereferencing m_impl (I think inherited from wxMediaCtrl class) even though...
Same problem here. I am using sway with nixos. The only thing that worked is putting the theme in /usr/share/icons/default. I did this in nixos by making an override on...
I got the same `java.lang.IllegalStateException: trying to load net.fabricmc.loader.impl.FabricLoaderImpl from target class loader` error when I was missing mainClass for mkTextileLoader (which meant fabric-server-launch.properties was missing in the jar). I...