Frequently Asked Questions
My Plugins fail to load at startup
The most common reason for plugins not being loaded is that something is wrong with required libraries. You can not mix debug and release libraries. If you do, plugins using them will fail to load.
No translation with mouse on mac os
Under mac os the default mouse settings only include one mouse button which is used by OpenFlipper to apply rotations.
To get all functions, go to your systems mouse settings and set the right click as secondary button and the middle button to button 3.
Crashes related to Debug and Release versions
OpenFlipper and especially Qt below it, may not work correctly when debug and release versions of the libraries get mixed. For example using release version of qwt but debug version of OpenFlipper while usually cause plugins to fail at startup or crash while the program is running.