Results 1 to 14 of 14

Thread: QMediaPluginLoaded Error

  1. #1
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default QMediaPluginLoaded Error

    Hello All,

    I want to make radio application. for tat i downloaded the sample radio application from nokia website.while running the application i face this error:

    QMediaPluginLoader: Failed to load plugin: "H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qsimulatorengine.dll" "The plugin 'H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qsimulatorengine.dll' uses incompatible Qt library. Expected build key "Windows mingw debug full-config", got "Windows mingw release full-config""
    QMediaPluginLoader: Failed to load plugin: "H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qtmedia_audioengine.dll" "The plugin 'H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qtmedia_audioengine.dll' uses incompatible Qt library. Expected build key "Windows mingw debug full-config", got "Windows mingw release full-config""
    defaultServiceProvider::requestService(): no service
    found for - "com.nokia.qt.radio"

    Please help me what i need to do to avoid this error.

    I have Qt Creator 2.0.95 and windows platform.

    Thanks,
    Manju

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    Build the application in release mode.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMediaPluginLoaded Error

    Hi All,
    I get the following error message, while building Radio application in release mode.

    Starting H:\QtExamples\Radio-build-simulator\release\Radio.exe...
    H:\QtExamples\Radio-build-simulator\release\Radio.exe exited with code -1073741511

    Does somebody know how to solve this error?

    Thanks,
    Manju

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    Debug your app.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMediaPluginLoaded Error

    Hi Wysota,
    Thanks for ur Reply,

    While debugging i get this error:

    Executable Failed : During startup program exited with code 0xc0000139.

    I am new to this Qt so can u say what can cause this and how do I repair it?

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    Sure. Open Google and type in 0xc0000139.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMediaPluginLoaded Error

    I searched in google and found it can be caused by a corrupted registry or misconfigured system files. so what i want to do now. How to configure system files. whether i want to install some software to solve the registry problem or want to load plugins into my application.
    Please suggest me....

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    You want to be looking for developer help, not end-user help.

    0xc0000139 is "DLL not found".
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  9. #9
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMediaPluginLoaded Error

    I have searched in sdk and i founded the dll file.
    please tell me how can i solve this error.

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    Your operating system needs to be able to find it. The fact that you have found it is meaningless The linker looks for dlls in %PATH%, application directory and Windows' System32 directory. You need to place the dll in one of those locations.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  11. #11
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMediaPluginLoaded Error

    Sorry, I'm really a beginner in Qt. I need more information, about what I have to do. i tried to include those dll in my path variable and run the application, but still problem exists. i dont know how to solve this. Can you help me...

  12. #12
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    Quote Originally Posted by Manjula View Post
    Sorry, I'm really a beginner in Qt.
    It has nothing to do with Qt.
    I need more information, about what I have to do.
    Place all the needed dll files alongside your application binary. If you're not sure which dlls are needed, use a tool such as Dependency Walker to find out.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  13. #13
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QMediaPluginLoaded Error

    Dependency walker shows that the missing DLLs are IESHIMS.DLL , WER.DLL and QTMULTIMEDIAKITD1.DLL.
    I found QTMULTIMEDIAKITD1.DLL but there is no IESHIMS.DLL , WER.DLL in my system.
    what i ve to do now

  14. #14
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QMediaPluginLoaded Error

    Quote Originally Posted by Manjula View Post
    Dependency walker shows that the missing DLLs are IESHIMS.DLL , WER.DLL and QTMULTIMEDIAKITD1.DLL.
    I found QTMULTIMEDIAKITD1.DLL but there is no IESHIMS.DLL , WER.DLL in my system.
    what i ve to do now
    Well... you could sit down and cry. Or you can find the missing dlls. Or you could try launching your app without them as they are probably not required for your app.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. no compile error, but error on run with QMenu QAction
    By sincnarf in forum Qt Programming
    Replies: 4
    Last Post: 4th May 2011, 11:05
  2. Replies: 3
    Last Post: 23rd January 2011, 12:15
  3. fatal error C1001: An internal error has occurred in the compiler
    By noodles in forum Installation and Deployment
    Replies: 0
    Last Post: 12th August 2010, 11:24
  4. Replies: 1
    Last Post: 25th October 2008, 19:18
  5. ERROR:: QPainter: Internal error; no available GC
    By Krishnacins in forum Qt Programming
    Replies: 2
    Last Post: 8th March 2006, 06:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.