[Qt 5 beta 2] Impossible de lancer un logiciel de cette version sous Ubuntu 12.04 virtualisé
Bonjour,
Aujourd'hui je voulais tester la version beta2 de Qt5. J'ai donc créer une machine virtuelle et y est installé dessus Ubuntu 12.04.
J'ai ensuite installer la dernière beta de Qt5.
Mais quand j'essai de l'ancer QtCreator ou n'importe quel autre programme du sdk, j'obtiens ce genre d'erreur:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| cedric@cedric-virtual-machine:~/Qt5.0.0beta2/5.0.0-beta2/gcc/bin$ ./assistant
QWidget::paintEngine: Should no longer be called
QPainter::begin: Paint device returned engine == 0, type: 1
QWidget::paintEngine: Should no longer be called
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::font: Painter not active
QPainter::pen: Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
...
QPainter::setClipRect: Painter not active
QPainter::translate: Painter not active
QPainter::translate: Painter not active
QPainter::setClipRect: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::pen: Painter not active
QPainter::setPen: Painter not active
Erreur de segmentation (core dumped)
cedric@cedric-virtual-machine:~/Qt5.0.0beta2/5.0.0-beta2/gcc/bin$ |
Quelqu'un sait d'où pourrait venir ce problème, et comment le régler?
Merci d'avance