elect
09/18/2020, 8:03 AMjava.lang.LinkageError: loader constraint violation: when resolving method "imgui.ImGui.begin(Ljava/lang/String;Lkotlin/reflect/KMutableProperty0;I)Z" the class loader (instance of net/fabricmc/loader/launch/knot/KnotClassLoader) of the current class, net/aaa/bbbb/gui/screen/ModScreen, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, imgui/ImGui, have different Class objects for the type kotlin/reflect/KMutableProperty0 used in the signaturesince he updated from 1.4.0 to 1.4.10, has anyone encountered something similar?
Petter Måhlén
09/18/2020, 8:08 AMelect
09/18/2020, 8:09 AMPetter Måhlén
09/18/2020, 8:10 AMkotlin/reflect/KMutableProperty0
made me think about that - and i have had issues with kotlin-reflect and class loaders before, because of how it’s loaded from stdlib. but it’s a wild guess at something to checkelect
09/18/2020, 8:10 AMNikky
09/18/2020, 9:20 AMelect
09/18/2020, 9:21 AMelect
09/18/2020, 10:56 AMNikky
09/19/2020, 10:52 AMNikky
09/19/2020, 10:54 AM