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

🐛 main loop exits: WLED config error: End channel 3083 won't fit in 1 universes #655

Open
xian opened this issue Jan 11, 2025 · 0 comments

Comments

@xian
Copy link
Member

xian commented Jan 11, 2025

java.lang.IllegalStateException: End channel 3083 won't fit in 1 universes
        at baaahs.dmx.DmxUniverses.validate(DynamicDmxAllocator.kt:54)
        at baaahs.controller.SacnController$createFixtureResolver$1.createTransport(SacnController.kt:42)
        at baaahs.fixtures.FixtureMapping.buildFixture(FixtureMapping.kt:53)
        at baaahs.scene.OpenScene.resolveFixtures(OpenScene.kt:37)
        at baaahs.controller.ControllersManager.refreshControllerFixtures(ControllersManager.kt:78)
        at baaahs.controller.ControllersManager.access$refreshControllerFixtures(ControllersManager.kt:19)
        at baaahs.controller.ControllersManager$ChangeGatherer.updateFixtures(ControllersManager.kt:128)
        at baaahs.controller.ControllersManager.onSceneChange(ControllersManager.kt:118)
        at baaahs.controller.ControllersManager.start$lambda$6(ControllersManager.kt:51)
        at baaahs.ui.RemovableObserver.notifyChanged(Observable.kt:64)
        at baaahs.ui.Observable.notifyChanged(Observable.kt:28)
        at baaahs.scene.SceneMonitor.onChange(SceneMonitor.kt:28)
        at baaahs.sm.server.StageManager$SceneDocumentService.switchTo(StageManager.kt:271)
        at baaahs.sm.server.StageManager$SceneDocumentService.switchTo(StageManager.kt:214)
        at baaahs.sm.server.DocumentService.documentStateChannel$lambda$0(DocumentService.kt:43)
        at baaahs.PubSub$Server$PublisherListener.onUpdate(PubSub.kt:607)
        at baaahs.PubSub$Listener.onUpdate(PubSub.kt:65)
        at baaahs.PubSub$TopicInfo.notify(PubSub.kt:95)
        at baaahs.PubSub$TopicInfo.notify(PubSub.kt:91)
        at baaahs.PubSub$Connection.doReceive(PubSub.kt:317)
        at baaahs.PubSub$Connection.access$doReceive(PubSub.kt:254)
        at baaahs.PubSub$Connection$receive$2.invokeSuspend(PubSub.kt:283)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1589)
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