Skip to content

Known problems

Max Blaeser edited this page Apr 28, 2017 · 6 revisions

If you are running YUView on Linux and it crashes unexpectedly while switching between different statistics files, try calling it with the environment variable QT_NO_FT_CACHE set:

QT_NO_FT_CACHE=1 YUView 

on bash or

setenv QT_NO_FT_CACHE 1; YUView

on tcsh.