CensoredASM

CensoredASM

422k Downloads

Crash when installing in CatRoom (could it be a CatRoom issue?)

brokestar233 opened this issue ยท 0 comments

commented

Describe

Using the latest catroom,adding loliasm causes a crash.

Logs

logs
[21:54:57] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:54:57] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:54:57] [main/INFO]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[21:54:57] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 21.0.2, running on Windows 11:amd64:10.0, installed at D:\mc\zulu21.32.17-ca-jdk21.0.2-win_x64
[21:54:57] [main/WARN]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[21:54:57] [main/WARN]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[21:54:57] [main/WARN]: The coremod CatCorePlugin (catserver.server.CatCorePlugin) is not signed!
[21:54:57] [main/INFO]: Searching D:\GAME\CatRoom\.\mods for mods
[21:54:57] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in censoredasm5.20.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:54:57] [main/WARN]: The coremod LoliASM (zone.rong.loliasm.core.LoliLoadingPlugin) is not signed!
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
[21:54:57] [main/INFO]: Lolis are on the server-side.
[21:54:57] [main/INFO]: Lolis are preparing and loading in mixins since Rongmario's too lazy to write pure ASM at times despite the mod being called 'LoliASM'
[21:54:57] [main/WARN]: Replacing CA Certs with an updated one...
[21:54:57] [main/INFO]: Initializing StacktraceDeobfuscator...
[21:54:57] [main/INFO]: Found MCP stable-39 method mappings: methods-stable_39.csv
[21:54:57] [main/INFO]: Initialized StacktraceDeobfuscator.
[21:54:57] [main/INFO]: Installing DeobfuscatingRewritePolicy...
[21:54:57] [main/INFO]: Installed DeobfuscatingRewritePolicy.
[21:54:57] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:57] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[21:54:57] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/D:/GAME/CatRoom/libraries/com/cleanroommc/sponge-mixin/0.16.0+mixin.0.8.5/sponge-mixin-0.16.0+mixin.0.8.5.jar Service=LaunchWrapper Env=SERVER
[21:54:57] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:57] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]: java.lang.NoSuchFieldException: packageManifests
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at java.base/java.lang.Class.getDeclaredField(Class.java:2782)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at zone.rong.loliasm.LoliReflector.resolveFieldSetter(LoliReflector.java:157)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at zone.rong.loliasm.core.LoliFMLCallHook.call(LoliFMLCallHook.java:28)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at zone.rong.loliasm.core.LoliFMLCallHook.call(LoliFMLCallHook.java:20)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:168)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at com.cleanroommc.bouncepad.Bouncepad.launch(Bouncepad.java:116)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at com.cleanroommc.bouncepad.Bouncepad.main(Bouncepad.java:38)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:74)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:38)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]: java.lang.NullPointerException: Cannot invoke "java.lang.invoke.MethodHandle.invokeExact(net.minecraft.launchwrapper.LaunchClassLoader, java.util.Map)" because the return value of "zone.rong.loliasm.LoliReflector.resolveFieldSetter(java.lang.Class, String)" is null
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at zone.rong.loliasm.core.LoliFMLCallHook.call(LoliFMLCallHook.java:28)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at zone.rong.loliasm.core.LoliFMLCallHook.call(LoliFMLCallHook.java:20)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:168)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at com.cleanroommc.bouncepad.Bouncepad.launch(Bouncepad.java:116)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at com.cleanroommc.bouncepad.Bouncepad.main(Bouncepad.java:38)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:74)
[21:54:57] [main/INFO]: [java.lang.Throwable:printStackTrace:651]:      at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:38)
[21:54:57] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[21:54:57] [main/ERROR]: MixinBootstrap.doInit() called during a tweak constructor!
[21:54:57] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@49fe3142
[21:54:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:54:57] [main/INFO]: The lolis are now preparing to bytecode manipulate your game.
[21:54:57] [main/INFO]: Adding class net.minecraft.util.ResourceLocation to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.util.registry.RegistrySimple to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.nbt.NBTTagString to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraftforge.fml.common.discovery.ModCandidate to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraftforge.fml.common.discovery.ASMDataTable$ASMData to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.item.ItemStack to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.item.crafting.FurnaceRecipes to the transformation queue
[21:54:57] [main/INFO]: Adding class hellfirepvp.astralsorcery.common.enchantment.amulet.PlayerAmuletHandler to the transformation queue
[21:54:57] [main/INFO]: Adding class mezz.jei.suffixtree.Edge to the transformation queue
[21:54:57] [main/INFO]: Adding class betterwithmods.event.BlastingOilEvent to the transformation queue
[21:54:57] [main/INFO]: Adding class betterwithmods.common.items.ItemMaterial to the transformation queue
[21:54:57] [main/INFO]: Adding class lach_01298.qmd.render.entity.BeamRenderer to the transformation queue
[21:54:57] [main/INFO]: Adding class net.dries007.tfc.objects.entity.EntityFallingBlockTFC to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.item.ItemStack to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.client.renderer.EntityRenderer to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.client.renderer.EntityRenderer to the transformation queue
[21:54:57] [main/INFO]: Adding class net.minecraft.nbt.NBTTagCompound to the transformation queue
[21:54:57] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:54:57] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:54:58] [main/INFO]: Launching wrapped minecraft [net.minecraft.server.MinecraftServer]
[21:54:58] [main/INFO]: Injecting calls in net/minecraft/util/ResourceLocation<init> to canonicalize strings
[21:54:58] [main/INFO]: Injecting calls in net/minecraft/util/ResourceLocation<init> to canonicalize strings
[21:54:58] [main/FATAL]: Unable to launch
java.lang.reflect.InvocationTargetException: null
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) ~[?:?]
        at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
        at com.cleanroommc.bouncepad.Bouncepad.launch(Bouncepad.java:136) [bouncepad-0.4.40-cursed.jar:?]
        at com.cleanroommc.bouncepad.Bouncepad.main(Bouncepad.java:38) [bouncepad-0.4.40-cursed.jar:?]
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
        at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:74) [cleanroom-0.1.0.jar:git-CatRoom-1.12.2]
        at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:38) [cleanroom-0.1.0.jar:git-CatRoom-1.12.2]
Caused by: java.lang.NoSuchFieldError: Class net.minecraft.util.registry.RegistrySimple does not have member field 'java.lang.Object[] field_186802_b'
        at net.minecraft.util.registry.RegistrySimple.func_82595_a(SourceFile:37) ~[fo.class:?]
        at net.minecraft.item.Item.func_185043_a(Item.java:147) ~[ain.class:?]
        at net.minecraft.item.Item.<init>(Item.java:170) ~[ain.class:?]
        at net.minecraft.item.ItemAir.<init>(SourceFile:12) ~[agt.class:?]
        at net.minecraft.item.Item.func_150900_l(Item.java:1225) ~[ain.class:?]
        at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:780) ~[ni.class:?]
        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1723) ~[MinecraftServer.class:?]
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
        ... 7 more

Mod List

  1. configanytime
  2. cleanroom
  3. loliasm
  4. fugue