rschroll / beru

The Basic Epub Reader for Ubuntu
http://rschroll.github.io/beru/
GNU General Public License v3.0
25 stars 12 forks source link

dlopen error when running on i386 emulator #59

Closed rschroll closed 9 years ago

rschroll commented 10 years ago

When run on the i386 emulator, Beru sometimes fails on startup with the errors

file:///opt/click.ubuntu.com/com.ubuntu.developer.rschroll.beru/0.9.6/ui/main.qml:59 Type BrowserPage unavailable
file:///opt/click.ubuntu.com/com.ubuntu.developer.rschroll.beru/0.9.6/ui/BrowserPage.qml:51 Type UbuntuWebView unavailable
file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/Extras/Browser/UbuntuWebView01.qml:20 plugin cannot be loaded for module "QtWebKit": Cannot load library /usr/lib/i386-linux-gnu/qt5/qml/QtWebKit/libqmlwebkitplugin.so: (dlopen: cannot load any more object with static TLS)

This is related to using the QtWebKit, so #50 may help.

We first uncovered this is #56; there's some more discussion there.

rschroll commented 9 years ago

I haven't seen this recently, and we're not using QtWebKit anymore, so I'm closing this.