Changes between Version 12 and Version 13 of FAQ_runtime


Ignore:
Timestamp:
03/04/14 12:16:37 (10 years ago)
Author:
Marek Kurdej
Comment:

Fixed: imageformats.

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_runtime

    v12 v13  
    22
    33= FAQ -- common run-time errors =
     4
     5
    46
    57== Plugin loader failure 1 ==
     
    1921X. Check if the correct version (release/debug) is used, see plugins ''postfix'' attribute in the XML.
    2022X. Check if this file exists in the same directory as the executable.
     23
     24
    2125
    2226== Plugin loader failure 2 ==
     
    5256
    5357
    54 == ''[Windows]'' Qt 5 cannot find platform plugin "windows" ==
     58
     59== ''[Windows] [Qt5]'' Qt cannot find platform plugin "windows" ==
    5560=== Error message ===
    5661[[Image(qt5-platform-plugin-windows.png, align=center)]]
     
    5863=== Solution ===
    5964
    60 Copy folder "%QT_DIR%\plugins\platforms" to the folder where your application is executed (so that it has a subfolder "platforms".
     65Copy 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"
     73001556 [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
     78Copy folder "%QT_DIR%\plugins\imageformats" to the folder where your application is executed (so that it has a subfolder "imageformats").