You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed remarkable-wikipedia from toltec, and get the following error when running it:
EPD platform plugin loaded!
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
evdevtouch: The device is grabbed by another process. No events will be read.
evdevtablet: /dev/input/event1: The device is grabbed by another process. No events will be read.
qrc:/KeyboardKey.qml:29:28: Invalid property assignment: string expected - Assigning null to incompatible properties in QML is deprecated. This will become a compile error in future versions of Qt.
Creating window
virtual void EPRenderContext::renderNextFrame(QSGRenderer*, uint) can't render without a renderer
Segmentation fault
When I launch it from remux, I see the following in journalctl:
May 28 15:41:08 reMarkable remux[199]: RENDERING wikipedia
May 28 15:41:09 reMarkable remux[2550]: qrc:/KeyboardKey.qml:29:28: Invalid property assignment: string expected - Assigning null to incompatible properties in QML is deprecated. This will become a compile error in future versions of Qt.
May 28 15:41:09 reMarkable remux[2550]: Creating window
May 28 15:41:09 reMarkable remux[2550]: virtual void EPRenderContext::renderNextFrame(QSGRenderer*, uint) can't render without a renderer
May 28 15:41:14 reMarkable crashuploader[184]: All files uploaded
The text was updated successfully, but these errors were encountered:
I installed remarkable-wikipedia from toltec, and get the following error when running it:
When I launch it from remux, I see the following in
journalctl
:The text was updated successfully, but these errors were encountered: