-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Description
The Mist build from the PPA as recent as version 0.9.2 is missing qml-module-qtwebengine as a dependency. When added, mist does run for a brief time before crashing with a runtime error: "invalid memory address or nil pointer dereference".
for those who are still trying to figure out what to do, you can install the dependency with:
sudo apt-get install qml-module-qtwebengine
Installing the package resolves the following errors upon launching mist:
2015/03/23 17:54:55 [GUI] error: file:////usr/share/mist/qml/views/catalog.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/catalog.qml:6 module "QtWebEngine.experimental" is not installed
file:////usr/share/mist/qml/views/catalog.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/catalog.qml:6 module "QtWebEngine.experimental" is not installed
2015/03/23 17:54:55 [GUI] error: file:////usr/share/mist/qml/views/browser.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/browser.qml:6 module "QtWebEngine.experimental" is not installed
file:////usr/share/mist/qml/views/browser.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/browser.qml:6 module "QtWebEngine.experimental" is not installed