quilt-loader icon indicating copy to clipboard operation
quilt-loader copied to clipboard

An interrupted thread can't load new classes

Open VidTu opened this issue 3 months ago • 1 comments

a simple mod like this one won't be able to load new classes if the current thread is interrupted. this does NOT happen on fabric. an interrupted thread should not do anything by design, but additional class-loading may still occur in rare cases. tested on quilt loader 0.25.0, 0.26.0-beta.1 (where the bug exists) and fabric 0.15.11 (where the bug does not exist). a -Dloader.workaround.jar_copy_all_mods=true JVM flag makes everything work once again.

VidTu avatar May 19 '24 21:05 VidTu