Closed solomon-b closed 3 months ago
Switching to commit b9fa1d40248097bb5f31a79b8fe7c4ec16b2ea60
fixed the issue. Should I not use the 0.80.x
branch?
Oh, you found a bug!
I recently reworked the Attract mode to inherit from Carousel, since pretty much everybody uses a carousel in their attract mode and it's silly to have to spin up two (because Attract mode also has custom code, so you can't just use a Carousel).
Unfortunately I forgot to handle the situation where an attract mode does not have carousel properties defined, which caused the Carousel code to throw.
I've added some conditional checks to the Attract code that skips the Carousel setup if no carousel is described in the mode_settings:
configuration, and validated that attract mode now boots up and runs as expected.
My apologies for the error, I try and keep the 0.80.x
branch stable but sometimes things slip through.
Right on, I'm happy to have been of help.
When following the quickstart guide and running
mpf -xt
i get a runtime exception. I am fetching the latestmpf
from the0.80.x
branch.Ignore the crazy filepaths, I am using
nix
instead ofvirtualenv
: