• Missing qtgui.dll
    5 replies, posted
So, I'm trying to run a build of dolphin emulator I just compiled, and it says qtgui.dll is missing. The thing is, I've already tried adding it to SysWOW64 with a copy I got from installing QT, and it still isn't detected. I've looked all over the web and haven't been able to find any help, so it looks like I'm turning to all of you.
If you're referring to copying it into the dolphin source files before compiling, turns out it comes with qt5gui.dll already, so it was definitely included when I built it. So I'm not sure why it's not detecting it. I should note that I also originally got the same error for QT5core and QT5Widgets, but placing those files in SysWOW64 fixed that. Qt5gui is the odd one out. I'm not sure why - the only thing I could find online is that supposedly you need a 64 bit version, not a 32 bit version. If you try to place the 32 bit version, you get an (0xc00007b) error - which is oddly what I got when i tried placing the file in SYSTEM32 as well as SysWOW64. Removing it from the former and keeping it in the latter still gives me an error that it is missing.
From your wording I'm assuming you've got it compiled fine, and are just having trouble actually running it. If that's the case then try sticking it in your output directory before running.
I haven't moved it from there since compiling it. I also compiled it again a few hours ago, with the same results.
Well, I thought about what Sam said, and I took another look at my original Dolphin folder with a stable build. I saw that they have the Qt files and plugins in the dophin folder like he said, and so I copied them to my custom build. Voila, it works now. Thanks a lot for your help, Sam.
Sorry, you need to Log In to post a reply to this thread.