Changes between Version 12 and Version 13 of FAQ_runtime
- Timestamp:
- Mar 4, 2014, 12:16:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ_runtime
v12 v13 2 2 3 3 = FAQ -- common run-time errors = 4 5 4 6 5 7 == Plugin loader failure 1 == … … 19 21 X. Check if the correct version (release/debug) is used, see plugins ''postfix'' attribute in the XML. 20 22 X. Check if this file exists in the same directory as the executable. 23 24 21 25 22 26 == Plugin loader failure 2 == … … 52 56 53 57 54 == ''[Windows]'' Qt 5 cannot find platform plugin "windows" == 58 59 == ''[Windows] [Qt5]'' Qt cannot find platform plugin "windows" == 55 60 === Error message === 56 61 [[Image(qt5-platform-plugin-windows.png, align=center)]] … … 58 63 === Solution === 59 64 60 Copy folder "%QT_DIR%\plugins\platforms" to the folder where your application is executed (so that it has a subfolder "platforms". 65 Copy folder "%QT_DIR%\plugins\platforms" to the folder where your application is executed (so that it has a subfolder "platforms"). 66 67 68 69 == ''[Windows] [Qt5]'' == 70 === Error message === 71 {{{ 72 #!div style="color: red" 73 001556 [2014-03-04 12:13:20.566213] <warning> cannot load image file 'd:/2011_09_14_15_28_12/ptgrey/image6.jpg' 74 }}} 75 76 === Solution === 77 78 Copy folder "%QT_DIR%\plugins\imageformats" to the folder where your application is executed (so that it has a subfolder "imageformats").