QtWebEngine/ReportingCrashes

From Qt Wiki
< QtWebEngine
Revision as of 11:46, 26 March 2019 by Kkoehne (talk | contribs) (Created page with "h2. Deleting application settings Qt WebEngine does cache things in your local user account, and sometimes this causes crashes or asserts on startup, especially when switchin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

h2. Deleting application settings

Qt WebEngine does cache things in your local user account, and sometimes this causes crashes or asserts on startup, especially when switching between different Qt (and therefore WebEngine) versions.

To clear the cache, manually delete your application settings folders.

Windows: Delete the directory named after your executable in %APPDATA%, %LOCALAPPDATA% Linux: Delete the directory named after your executable in

h2. Getting a Stacktrace

To get a better stack trace, launch your application with '--single-process' argument.

h2. Graphics Issues

TODO: qtdiag, QT_OPENGL=software.

h2. Increased debug output

Run with '--enable-logging --log-level=0' .