dps / remarkable-wikipedia

MIT License
146 stars 4 forks source link

Segfault when running on 2.7 #21

Closed WesleyAC closed 3 years ago

WesleyAC commented 3 years ago

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
WesleyAC commented 3 years ago

This seems likely to be due to toltec-dev/toltec#322

Eeems commented 3 years ago

@WesleyAC is this resolved for you now? I know that in toltec we're building with the latest toolchain and I can run it fine on OS 2.9

WesleyAC commented 3 years ago

Just tried this again and it's working fine :)

Thanks!