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

MPF-MC 0.57 slide_player not registering events #451

Closed
toomanybrians opened this issue Sep 29, 2023 · 1 comment
Closed

MPF-MC 0.57 slide_player not registering events #451

toomanybrians opened this issue Sep 29, 2023 · 1 comment

Comments

@toomanybrians
Copy link
Member

I’m trying the mc_demo (in the MPF Examples repo) on MPF-MC 0.57 along with MPF 0.57, via Python 3.9 (since 3.10 and 3.11 are not yet building correctly, see #450)

The MC window pops up but no slide shows up. Looking in via a debugger, I see that slide1 is not registering for the mc_ready event on Windows, but it is registering on the Mac. So I guess that’s the problem.

No idea what it is. I’m mostly creating this issue for tracking, but if anyone else wants to dig in, please do!

The slide player config player does seem to register with the mc, so I guess the next step is to trace out how the event registration process works in the slide player and go from there.

@toomanybrians
Copy link
Member Author

This has been fixed. It was related to going through MPF and standardizing the spelling of "initialise" and "initialize" to "initialize", but I didn't do that on the MC. Updating the MC fixed it.

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

1 participant