NecroMod icon indicating copy to clipboard operation
NecroMod copied to clipboard

Can't load mod

Open Unexplnednachos opened this issue 6 years ago • 1 comments

Hey when I try to load the mod, I get the following error from modthespire:

Exception in thread "Thread-1" java.lang.NoSuchMethodError: sun.reflect.ReflectionFactory.newConstructorAccessor(Ljava/lang/reflect/Constructor;)Lsun/reflect/ConstructorAccessor; at com.evacipated.cardcrawl.modthespire.EnumBusterReflect.findConstructorAccessor(EnumBusterReflect.java:211) at com.evacipated.cardcrawl.modthespire.EnumBusterReflect.make(EnumBusterReflect.java:70) at com.evacipated.cardcrawl.modthespire.EnumBusterReflect.make(EnumBusterReflect.java:49) at com.evacipated.cardcrawl.modthespire.Patcher.patchEnums(Patcher.java:105) at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:159) at com.evacipated.cardcrawl.modthespire.ModSelectWindow.lambda$null$1(ModSelectWindow.java:181) at java.base/java.lang.Thread.run(Unknown Source)

I have BaseMod loading first as well. Any ideas on how to get it working?

Unexplnednachos avatar Mar 30 '18 18:03 Unexplnednachos

That happens when steam tries to load its panel. You bypass it with the shortcut for modloader provided by the installation.

On Fri, Mar 30, 2018 at 11:03 AM, Unexplnednachos [email protected] wrote:

Hey when I try to load the mod, I get the following error from modthespire:

Exception in thread "Thread-1" java.lang.NoSuchMethodError: sun.reflect.ReflectionFactory.newConstructorAccessor(Ljava/ lang/reflect/Constructor;)Lsun/reflect/ConstructorAccessor; at com.evacipated.cardcrawl.modthespire.EnumBusterReflect. findConstructorAccessor(EnumBusterReflect.java:211) at com.evacipated.cardcrawl.modthespire.EnumBusterReflect. make(EnumBusterReflect.java:70) at com.evacipated.cardcrawl.modthespire.EnumBusterReflect. make(EnumBusterReflect.java:49) at com.evacipated.cardcrawl.modthespire.Patcher. patchEnums(Patcher.java:105) at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:159) at com.evacipated.cardcrawl.modthespire.ModSelectWindow. lambda$null$1(ModSelectWindow.java:181) at java.base/java.lang.Thread.run(Unknown Source)

I have BaseMod loading first as well. Any ideas on how to get it working?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShikiSeiren/NecroMod/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AjyKDzUG-Ja-PQTWMzCDpTyKnaGD2Ub9ks5tjnN0gaJpZM4TB-EX .

Meow-Mixer avatar Apr 02 '18 07:04 Meow-Mixer