Hello to everyone,

I am currently trying to install Qt Installer Framework on a Linux virtual machine (Debian 8.2 amd64).
However, whenever I try to execute Qt Installer Framework setup (V2.0.1) I get a segmentation fault.
For information, I try to install only the 32bit version of Qt Installer Framework, in order to create 32bit setups only.

Of course, my virtual machine has the i386 libraries installed and 32bit application can run (mine works fine even compiled in 32bit).
All libraries required by the Qt Installer Framework setup are installed (I saw it with ldd)

I made some tests : it seems I can run 64bit versions of the setup correctly (QtIFW and QtCreator (itself made with QtITW)).
The 32bit versions of these setups do not work however : always return with segmentation fault.

To get details on the crash, I execute the command "./qt-installer-framework-opensource-2.0.1-x86.run -v" and get the following output:
IFW Version: "2.0.1"
Build date: "Jun 1 2015"
Installer Framework SHA1: "4d8d527"
[0] Language: fr-FR
[0] Arguments: ./qt-installer-framework-opensource-2.0.1-x86.run, -v
[0] Operations sanity check succeeded.
[0] Resource tree:
[1] :/translations
[1] :/translations/de.qm
[2] :/translations/en.qm
[3] :/translations/fr.qm
[3] :/translations/ja.qm
[4] :/translations/it.qm
[4] :/translations/pl.qm
[6] :/translations/ru.qm
[7] :/translations/qt_de.qm
[7] :/translations/qt_fr.qm
[8] :/translations/qt_ja.qm
[10] :/translations/qt_it.qm
[11] :/translations/qt_pl.qm
[12] :/translations/qt_ru.qm
[12] :/translations/zh_CN.qm
[12] :/translations/qt_zh_CN.qm
[12] :/installer.png
[12] :/installer.ico
[12] :/installer.icns
[20] :/metadata
[20] :/metadata/rccprojectZ21003.qrc
[20] :/metadata/config
[20] :/metadata/config/config-internal.ini
[20] :/metadata/installer-config
[20] :/metadata/installer-config/watermark_png.png
[20] :/metadata/installer-config/config.xml
[20] :/metadata/Updates.xml
[20] :/metadata/org.qtproject.ifw
[20] :/metadata/org.qtproject.ifw/3RDPARTY
[20] :/metadata/org.qtproject.ifw/LICENSE.LGPLv3
[20] :/metadata/org.qtproject.ifw/installscript.qs
[20] :/metadata/org.qtproject.ifw/LICENSE.LGPLv21
[20] :/metadata/org.qtproject.ifw/LGPL_EXCEPTION.txt
Erreur de segmentation
For information too; on another linux machine (Linux Mint amd64) the 32bit setups works perfectly.
So I suppose the problem comes from Debian where less libraries are installed by default.

So, has anyone of you an idea on my problem ?

Thank you and sorry for my bad English,
Mimi76