LeFroid / Viper-Browser

A lightweight Qt5 web browser using QtWebEngine
GNU General Public License v3.0
217 stars 21 forks source link

crashed on startup on MacOS #24

Open sivang opened 3 years ago

sivang commented 3 years ago

Build was successful.

trying to execute the binary:

[SQLite3] [283]: recovered 18 frames from WAL file /Users/sivan/Library/Preferences/favicons.db-wal
[SQLite3] [283]: recovered 3 frames from WAL file /Users/sivan/Library/Preferences/web_thumbnails.db-wal
[SQLite3] [283]: recovered 3 frames from WAL file /Users/sivan/Library/Preferences/extension_storage.db-wal
[SQLite3] [283]: recovered 7 frames from WAL file /Users/sivan/Library/Preferences/bookmarks.db-wal
[SQLite3] [283]: recovered 19 frames from WAL file /Users/sivan/Library/Preferences/history.db-wal
libc++abi.dylib: terminating with uncaught exception of type std::out_of_range: map::at:  key not found
Abort trap: 6

Any idea how to workaround this? Used Qt5.15 with all required deps (QtWebEngine .et al)

ssssyxxx commented 3 years ago

Meet the same problem! Have you solved it?