Triggers bug when creating Entity cinematic with multiple roles
Closed this issue · 1 comments
Usasi103 commented
After creating multiple roles in Entity Cinematic, using Request Content Mode for the first role works fine, but when using Request Content Mode for the second role, it always encounters an error.
Server Version: 1.21
Plugin Version: Typewriter v0.6.0-beta-131 Build]
[00:25:53 ERROR]: [Typewriter] This is not an error of MCCoroutine! See sub exception for details.
java.lang.IllegalStateException: No asset found for recording cinematic after setup, this should not happen. Asset: 'null'
at Typewriter.jar/com.typewritermc.engine.paper.content.modes.RecordingCinematicContentMode.initialize$suspendImpl(RecordingCinematicContentMode.kt:178) ~[Typewriter.jar:?]
at Typewriter.jar/com.typewritermc.engine.paper.content.modes.RecordingCinematicContentMode.initialize(RecordingCinematicContentMode.kt) ~[Typewriter.jar:?]
at Typewriter.jar/com.typewritermc.engine.paper.content.ContentEditor.pushMode(ContentEditor.kt:95) ~[Typewriter.jar:?]
at Typewriter.jar/com.typewritermc.engine.paper.content.ContentEditor$pushMode$1.invokeSuspend(ContentEditor.kt) ~[Typewriter.jar:?]
at Typewriter.jar/kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) ~[Typewriter.jar:?]
at Typewriter.jar/kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) ~[Typewriter.jar:?]
Marten-Mrfc commented