Skip to content

Instantly share code, notes, and snippets.

@spyguy26
Created September 28, 2018 03:39
Show Gist options
  • Save spyguy26/fdaa95d746734bad6ebc603b9610252c to your computer and use it in GitHub Desktop.
Save spyguy26/fdaa95d746734bad6ebc603b9610252c to your computer and use it in GitHub Desktop.
[23:22:24] [main/INFO]: Loading tweak class name org.dimdev.riftloader.launch.RiftLoaderServerTweaker
[23:22:24] [main/INFO]: Using primary tweak class name org.dimdev.riftloader.launch.RiftLoaderServerTweaker
[23:22:24] [main/INFO]: Calling tweak class org.dimdev.riftloader.launch.RiftLoaderServerTweaker
[23:22:24] [main/INFO]: Searching mods on classpath
[23:22:24] [main/INFO]: Loaded mod 'rift'
[23:22:24] [main/INFO]: Searching for mods in mods
[23:22:24] [main/INFO]: Loaded mod 'almostenoughitems'
[23:22:24] [main/INFO]: Loaded mod 'aquarius'
[23:22:24] [main/INFO]: Loaded mod 'corail_pillar'
[23:22:24] [main/INFO]: Loaded mod 'corail_recycler'
[23:22:24] [main/INFO]: Loaded mod 'foamfix'
[23:22:24] [main/INFO]: Loaded mod 'halflogs'
[23:22:25] [main/INFO]: Loaded mod 'ironchest'
[23:22:25] [main/INFO]: Loaded mod 'netherores'
[23:22:25] [main/INFO]: Loaded mod 'pgeg'
[23:22:25] [main/INFO]: Loaded mod 'protocharset'
[23:22:25] [main/INFO]: Loaded mod 'reap'
[23:22:25] [main/INFO]: Loaded mod 'relocate'
[23:22:25] [main/INFO]: Loaded mod 'gm_fix'
[23:22:25] [main/INFO]: Loaded mod 'horsedebug'
[23:22:25] [main/INFO]: Loaded mod 'riftlin'
[23:22:25] [main/INFO]: Loaded mod 'shulkerbox'
[23:22:26] [main/INFO]: Loaded mod 'snowflake'
[23:22:26] [main/INFO]: Loaded mod 'sp'
[23:22:26] [main/INFO]: Loaded mod 'stockpile'
[23:22:26] [main/INFO]: Loaded mod 'teaandbiscuits'
[23:22:26] [main/INFO]: Loaded mod 'tis3d'
[23:22:26] [main/INFO]: Loaded 22 mods
[23:22:26] [main/INFO]: Initializing mods
[23:22:26] [main/INFO]: Loading Rift!
[23:22:26] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/Users/seant/Desktop/fuck/libs/mixin-0.7.11-SNAPSHOT.jar Service=LaunchWrapper Env=UNKNOWN
[23:22:26] [main/INFO]: FML platform manager could not load class cpw.mods.fml.relauncher.CoreModManager. Proceeding without FML support.
[23:22:26] [main/INFO]: Compatibility level set to JAVA_8
[23:22:26] [main/INFO]: Adding AEI Mixins
[23:22:27] [main/INFO]: Done initializing mods
[23:22:27] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[23:22:27] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[23:22:27] [main/INFO]: A re-entrant transformer 'org.dimdev.riftloader.RiftAccessTransformer' was detected and will no longer process meta class data
[23:22:27] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[23:22:27] [main/INFO]: loaded Gamemode Fix!
[23:22:28] [main/INFO]: Mixing MixinItemBlock from mixins.shulkerbox.json into arf
[23:22:28] [main/INFO]: Mixing MixinBlock from mixins.reap.json into bcj
[23:22:29] [main/ERROR]: Unable to launch
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at org.dimdev.riftloader.Main.main(Main.java:64) [Rift-1.0.4-74.jar:?]
Caused by: java.lang.NoClassDefFoundError: ironchest/IronChestTileEntity
at ironchest.IronChest.<clinit>(IronChest.java:31) ~[IronChest.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_181]
at org.dimdev.riftloader.RiftLoader.loadListeners(RiftLoader.java:248) ~[RiftLoader.class:?]
at org.dimdev.riftloader.RiftLoader.getListeners(RiftLoader.java:233) ~[RiftLoader.class:?]
at bcj.handler$onRegisterBlocks$zza000(SourceFile:1829) ~[bcj.class:?]
at bcj.t(SourceFile:1749) ~[bcj.class:?]
at pf.c(SourceFile:460) ~[pf.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:770) ~[MinecraftServer.class:?]
... 7 more
Caused by: java.lang.ClassNotFoundException: ironchest.IronChestTileEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at ironchest.IronChest.<clinit>(IronChest.java:31) ~[IronChest.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_181]
at org.dimdev.riftloader.RiftLoader.loadListeners(RiftLoader.java:248) ~[RiftLoader.class:?]
at org.dimdev.riftloader.RiftLoader.getListeners(RiftLoader.java:233) ~[RiftLoader.class:?]
at bcj.handler$onRegisterBlocks$zza000(SourceFile:1829) ~[bcj.class:?]
at bcj.t(SourceFile:1749) ~[bcj.class:?]
at pf.c(SourceFile:460) ~[pf.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:770) ~[MinecraftServer.class:?]
... 7 more
Caused by: java.lang.NoClassDefFoundError: bjp
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_181]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_181]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_181]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at ironchest.IronChest.<clinit>(IronChest.java:31) ~[IronChest.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_181]
at org.dimdev.riftloader.RiftLoader.loadListeners(RiftLoader.java:248) ~[RiftLoader.class:?]
at org.dimdev.riftloader.RiftLoader.getListeners(RiftLoader.java:233) ~[RiftLoader.class:?]
at bcj.handler$onRegisterBlocks$zza000(SourceFile:1829) ~[bcj.class:?]
at bcj.t(SourceFile:1749) ~[bcj.class:?]
at pf.c(SourceFile:460) ~[pf.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:770) ~[MinecraftServer.class:?]
... 7 more
Caused by: java.lang.ClassNotFoundException: bjp
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_181]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_181]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_181]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]
at ironchest.IronChest.<clinit>(IronChest.java:31) ~[IronChest.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_181]
at org.dimdev.riftloader.RiftLoader.loadListeners(RiftLoader.java:248) ~[RiftLoader.class:?]
at org.dimdev.riftloader.RiftLoader.getListeners(RiftLoader.java:233) ~[RiftLoader.class:?]
at bcj.handler$onRegisterBlocks$zza000(SourceFile:1829) ~[bcj.class:?]
at bcj.t(SourceFile:1749) ~[bcj.class:?]
at pf.c(SourceFile:460) ~[pf.class:?]
at net.minecraft.server.MinecraftServer.main(SourceFile:770) ~[MinecraftServer.class:?]
... 7 more
Caused by: java.lang.NullPointerException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment