0chroma
0chroma
> (Side note on arcades: DDR/Konami eAmuse readers appears to be a unique case and could probably be fooled as IIRC it can use any arbitrary IDM from a FeliCa...
Just wanted to chime in on this, the documentation says the following currently: > If an error from the Stream reaches the `done` call, it will emit an error event...
oh, sorry should have elaborated. `_(errorStream).done()` returns undefined, so you can't actually listen for the errors that are re-emitted to the stream created in `done()`.
Same error here, I just turned on verbose logging and this was one of the tasks it failed on ``` BEGIN:VCALENDAR PRODID:-//Ximian//NONSGML Evolution Calendar//EN VERSION:2.0 METHOD:PUBLISH BEGIN:VTODO DTSTAMP:20230622T060637Z UID:3559740285597382328 SEQUENCE:12...
this seems to be a duplicate of or related to #911
Happy to pick this up if nobody else is actively working on this! If a maintainer could give me the clear I can start it as soon as tomorrow
new error: ``` qt.qpa.plugin: Could not find the Qt platform plugin ""wayland" in "" qt.qpa.plugin: Could not find the Qt platform plugin "xcb"" in "" This application failed to start...
it's the egl version of wayland that doesn't pull in any X dependencies, see: https://wayland.freedesktop.org/faq.html#heading_toc_j_12 I think excluding it would only break really exotic setups that have no X11 support,...
ah, QT recommends it, so I'd say yea it's worth including: https://doc.qt.io/qt-6/qtwaylandcompositor-index.html#running-the-wayland-compositor
still sadly back to the same crash on latest build: ``` *************** Unhandled SIGSEGV at 0x7fe688cb3853 *************** 0x0055b93b991607 0x0055b93b9ae290 0x007fe68de3f0ff 0x007fe688cb3853 _ZN19QAdwaitaDecorations12forceRepaintEv [/run/build/qadwaitadecorations/src/qadwaitadecorations.cpp:728] 0x007fe688cb74d6 _ZN19QAdwaitaDecorations17initConfigurationEv [/run/build/qadwaitadecorations/src/qadwaitadecorations.cpp:158] 0x007fe68e7b7df1 0x007fe68fd89675 0x007fe68e765249 0x007fe68e768d80...