Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media Player Classic Qute Theater recognition stopped working #6

Closed
mfsoup opened this issue Jul 19, 2020 · 4 comments
Closed

Media Player Classic Qute Theater recognition stopped working #6

mfsoup opened this issue Jul 19, 2020 · 4 comments

Comments

@mfsoup
Copy link

mfsoup commented Jul 19, 2020

Not sure what changed, but Taiga stopped working with the latest mpc-qt compiled on Windows. The old version of mpc-qt works with the same Taiga installation. Tested with Taiga v1.4.0-beta.2.

The new repository for mpc-qt is https://github.com/cmdrkotori/mpc-qt-origin. The link in #1 is outdated.

@erengy
Copy link
Owner

erengy commented Oct 10, 2020

Is there a recent build that I can download?

@mfsoup
Copy link
Author

mfsoup commented Oct 17, 2020

Is there a recent build that I can download?

Yes, a new build was just posted in the linked repo yesterday. I just tried the new build and it doesn't seem to be working with Taiga still.

@erengy
Copy link
Owner

erengy commented Jan 16, 2021

I couldn't run that build, unfortunately. For some reason, it just closes immediately at startup without visible errors.

My best guess is that it's built with a newer version of Qt and the class name that is used to detect the application window has changed. Could you help me test that?

First, please download WinSpy++ and drag its finder over mpc-qt's window to read the class name. It should be something like Qt5QWindowIcon or Qt5151QWindowIcon. In that case, the following should work:

  1. Download players.anisthesia and copy it to Taiga\data\players.anisthesia.
  2. Open the file with a text editor and find the Media Player Classic Qute Theater section.
  3. Replace Qt5QWindowIcon with ^Qt.+QWindowIcon and save the file.
  4. Restart Taiga.

@mfsoup
Copy link
Author

mfsoup commented Jan 19, 2021

Thanks, replacing Qt5QWindowIcon with Qt5151QWindowIcon found in WinSpy++ made it start working again.

Edit: not sure if this should be closed or not since you might be updating it on the repo.

@mfsoup mfsoup closed this as completed Jan 19, 2021
@mfsoup mfsoup reopened this Jan 19, 2021
@erengy erengy closed this as completed in 81e1c5f Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants