Opened 11 years ago

Closed 11 years ago

#281 closed defect (invalid)

QT Creator refuse to start

Reported by: jep Owned by:
Priority: major Milestone: Qt 4.7.3 GA2
Component: General Version: 4.7.3
Severity: low Keywords: QTCreator Core.dll
Cc:

Description

Installed QT4 with yum + gcc etc.
yum install libqt4
yum install libqt4-gui
yum install libqt4-webkit
yum install libqt4-sql-mysql
yum install libqt4-sql-psql
yum install qt4-demos
yum install qt4-devel-kit
yum install qtcreator
unzipped the two additional packages (AStyle and QMLDesigner)*

When I click the Icon, the message appear that core.dll is not a valid plugin.

*Doesn't matter, it still fail.

Attachments (1)

QT473_Creator221.png (4.5 KB) - added by jep 11 years ago.

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by jep

Attachment: QT473_Creator221.png added

comment:1 Changed 11 years ago by Silvan Scherrer

Milestone: Qt EnhancedQt 4.next

comment:2 Changed 11 years ago by Dmitry A. Kuminov

Most likely, your install is corrupt. I've just checked the RPM builds of Qt Creator and Qt4 and all works fine here.

Please give me the timestamp of C:/USR/LIB/QTCREATOR/lib/qtcreator/plugins/Nokia/Core.dll?

Please also try to issue the following commands:

yum clean packages
yum clean metadata

and then try to reinstall all of the above packages by replacing the 'install' command with the 'reinstall' command.

Can you also check that you have LIBC063.DLL in your path? (You should, but just in case). It may be that some DLL used by Core.DLL is missing. Yum makes sure everything is installed so if not then the yum/rpm installation is broken somehow in your case.

comment:3 Changed 11 years ago by Dmitry A. Kuminov

Milestone: Qt 4.nextQt 4.7.3 GA2

comment:4 Changed 11 years ago by Dmitry A. Kuminov

Resolution: invalid
Status: newclosed

No feedback, closing.

Note: See TracTickets for help on using tickets.