team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
376 stars 40 forks source link

qt5cored.dll missing #236

Closed GinBunBun closed 8 years ago

GinBunBun commented 8 years ago

I followed the instructions to the letter and when I try to open the program it tells me qt5cored.dll is missing.

athairus commented 8 years ago

Hi there. I'm guessing you're running this from Windows. Are you launching Phoenix from either Qt Creator or from the mingw64 shell? Either choice ensures that the mingw64 bin directory (which contains that dll and many others) is in your PATH.

Alternatively (and I don't recommend this) you can add C:/msys64/mingw64/bin to your PATH.

GinBunBun commented 8 years ago

I was just trying to launch the compiled exe. I'm assuming theres more I have to do. I am very new to this sort of thing.

athairus commented 8 years ago

Try my suggestions! It should launch just fine from the mingw64 terminal or Qt Creator.

GinBunBun commented 8 years ago

ill try that but is there a way to run it like a regular program? if not ill have to just do what you said.

athairus commented 8 years ago

The problem is the dll (and that's just the first of like 2 dozen it needs) exists on your hard drive, but Windows isn't set up to look for it. The second suggestion (the one I don't recommend) would let you run it "like a regular program" but would also potentially interfere with other programs you might've installed that also use Unix-style tools. If you don't really program and you're just trying out Phoenix, you should be fine. Just remember to undo the change once we finally release and provide an installer!

GinBunBun commented 8 years ago

ah ok. and no i dont really program at all I just wanted to try it out because it looks really cool. I've been using launchbox and I'm not really a fan of retroarchs look.

athairus commented 8 years ago

I gotcha! Thanks for checking us out. Hope you like it!