Plasmo Voice

Plasmo Voice

2M Downloads

Mod hangs Quilt server on exit.

Magicrafter13 opened this issue ยท 5 comments

commented

Despite all signs (in the log) showing the server has finished its tasks, java remains open and will not close without the user pressing ^C, or using kill.

Latest Quilt server as of Monday. Mod version 2.0.5.

Not really sure what other info to provide, but I'll edit this as necessary.

commented

Same, but on fabric. Here's the thread dump:

"su.plo.voice.libs.kotlinx.coroutines.DefaultExecutor" #107 daemon prio=5 os_prio=0 cpu=0.00ms elapsed=300.44s tid=0x000001fc1c7abf30 nid=0x54e4 waiting on condition  [0x0000005f39ffe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
        at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
        - parking to wait for  <0x00000000d2693808> (a su.plo.voice.libs.kotlinx.coroutines.DefaultExecutor)
        at java.util.concurrent.locks.LockSupport.parkNanos([email protected]/LockSupport.java:252)
        at su.plo.voice.libs.kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:121)
        at java.lang.Thread.run([email protected]/Thread.java:833)

Server stops prefectly fine without Plasmo Voice.

commented

Well that's better than what I got - which is nothing, my log showed nothing of note at the end. Hopefully that tiny output can help in some way...

commented

I did not get this output, I manually run jstack to get list of all Java threads. That was the only way that I could detect which mod was causing this without removing them one-by-one.

commented

Also getting this on Forge with version 2.0.5 on Minecraft 1.19.2 / Forge 43.2.14 (All The Mods 8)

commented