Jump to content

The_Unkown675

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by The_Unkown675

  1. I went through and checked all the mods and fixed them, but now I get this error message Internal Exception: com.google.common.util.concurrent.UncheckedExecutionException: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minecraft Forge (forge) Any help?
  2. Here you go https://paste.gg/p/anonymous/04848b3c1d794b34925eac1434a976f2
  3. Aha yes I am, it made it easier for me. Should I migrate all the mods to another launcher?
  4. Server debug file - https://paste.gg/p/anonymous/0671148362b5476fbce55b8922262dad Latest log file -https://paste.gg/p/anonymous/bab7c2b3ca0947df9b10bce9c2632c22 Hope this helps! If you need anything else please let me know, I'll be happy to help, thank you for your help!
  5. When I try to load into my server, I get this error in the console: [22:07:28] [User Authenticator #1/INFO] [minecraft/NetHandlerLoginServer]: UUID of player The_Unkown675 is 8bd4340e-1b18-48d4-97ed-2a7533e9b61c [22:07:28] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [22:07:28] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 86 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],appliedenergistics2@rv6-stable-7,[email protected],[email protected],[email protected],[email protected]+release.109.220f184,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],overpoweredarmorbar@@VERSION@,[email protected],[email protected],fastleafdecay@v14,[email protected],[email protected],[email protected] [22:07:28] [Netty Server IO #1/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config. [22:07:28] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: The_Unkown675 lost connection: Disconnected [22:07:28] [Server thread/INFO] [minecraft/DedicatedServer]: The_Unkown675 left the game I'm pretty sure all configs match up, any suggestions?
  6. I am trying to run a modded server with around 101 mods. I created the modpack using Twitch and then exported all the mods from there into a folder and moved them all to the mods folder in my server. The server started up fine without any mods in the folder, but once I started it up, I got this message: [04:11:04] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: com/mrcrayfish/controllable/client/ControllerInput at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2215) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethods(SubscriberRegistry.java:178) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.findAllSubscribers(SubscriberRegistry.java:169) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.register(SubscriberRegistry.java:77) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.register(EventBus.java:191) ~[minecraft_server.1.12.2.jar:?] at com.mrcrayfish.controllable.Controllable.registerBus(Controllable.java:66) ~[Controllable.class:?] at net.minecraftforge.fml.common.InjectedModContainer.registerBus(InjectedModContainer.java:116) ~[earth-server.jar:?] at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:112) ~[earth-server.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:319) ~[LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:569) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_221] Caused by: java.lang.NoClassDefFoundError: com/mrcrayfish/controllable/client/ControllerInput at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_221] at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?] ... 29 more Caused by: java.lang.ClassNotFoundException: com.mrcrayfish.controllable.client.ControllerInput at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_221] at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?] ... 29 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@783efb48 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[earth-server.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_221] at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?] ... 29 more Caused by: java.lang.RuntimeException: Attempted to load class com/mrcrayfish/controllable/client/ControllerInput for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[earth-server.jar:?] at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[earth-server.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_221] at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at java.lang.Class.getDeclaredMethods(Unknown Source) ~[?:1.8.0_221] at com.google.common.eventbus.SubscriberRegistry.getAnnotatedMethodsNotCached(SubscriberRegistry.java:185) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry.access$000(SubscriberRegistry.java:53) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:159) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.SubscriberRegistry$1.load(SubscriberRegistry.java:156) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[minecraft_server.1.12.2.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[minecraft_server.1.12.2.jar:?] ... 29 more [04:11:04] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: C:\Users\Admin\Desktop\Earth Server\.\crash-reports\crash-2019-12-07_04.11.04-server.txt [04:11:04] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [04:11:04] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.NullPointerException [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.reflect.Method.invoke(Unknown Source) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:855) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:508) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587) [04:11:04] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Thread.run(Unknown Source) I will attach my crash report as well and a text file with the full console output Any suggestions and help are greatly appreciated, Thank You! crash-2019-12-07_04.11.04-server.txt console.txt
  7. It loaded up this time, but crashed shortly after with this as the report: ---- Minecraft Crash Report ---- // My bad. Time: 10/6/19 7:03 PM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:517) ~[?:1.0] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_433_EnigmaticLegacy_onColorInit_Item.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$4155/2066819099.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:189) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.39.jar:28.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/1022130643.call(Unknown Source) [forge-1.14.4-28.1.39.jar:28.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.0.0.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:517) at net.minecraftforge.eventbus.ASMEventHandler_433_EnigmaticLegacy_onColorInit_Item.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) at net.minecraftforge.fml.ModLoader$$Lambda$4155/2066819099.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:189) at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) at net.minecraft.client.main.Main.main(SourceFile:155) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/1022130643.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) -- System Details -- Details: Minecraft Version: 1.14.4 Minecraft Version ID: 1.14.4 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 15130951664 bytes (14429 MB) / 16508780544 bytes (15744 MB) up to 17179869184 bytes (16384 MB) CPUs: 32 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M ModLauncher: 4.0.0+61+ca3b447 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.1.39.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.1.39.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.1.39.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.1.39.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.1.39.jar fml TRANSFORMATIONSERVICE FML: 28.1 Forge: net.minecraftforge:28.1.39 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: angelblock-1.0a.jar Angel Block {[email protected] LOAD_REGISTRIES} angelring-1.14.4-1.0.1.jar Angel Ring {[email protected] LOAD_REGISTRIES} animalnet-v1.14.4 Forge b4.jar AnimalNet {[email protected] Forge b4 LOAD_REGISTRIES} Apotheosis-1.14.4-2.4.0.jar Apotheosis {[email protected] LOAD_REGISTRIES} AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] LOAD_REGISTRIES} AssistedProgression-1.14.4-2.0.jar Assisted Progression {[email protected] LOAD_REGISTRIES} AttainedDrops-1.14.4-5.2.0.jar Attained Drops {[email protected] LOAD_REGISTRIES} bambooeverything-1.14-1.4.0.jar Bamboo Everything {[email protected] LOAD_REGISTRIES} BetterCrates-1.14.4-1.0.0.jar Better Crates {[email protected] LOAD_REGISTRIES} BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES} BioTechnik-1.14.4-1.0.1.jar Bio Technik {[email protected] LOAD_REGISTRIES} bluepower-1.14.4-0.3.123-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES} buildinggadgets-3.0.5.jar Building Gadgets {[email protected] LOAD_REGISTRIES} CarryOn MC1.14.4 v1.12.3.jar Carry On {[email protected] LOAD_REGISTRIES} chanceglobe-1.14.x-v1.2.2.jar Chance Globe {[email protected] LOAD_REGISTRIES} ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] LOAD_REGISTRIES} ClickMachine-1.14.4-2.1.0.jar Click Machine {[email protected] LOAD_REGISTRIES} CoalChunks-1.14.4-1.2.jar Coal Chunks {[email protected] LOAD_REGISTRIES} ComPatchedStorage-1.14.4-2.1.1.jar ComPatchedStorage {[email protected] LOAD_REGISTRIES} Controlling-5.0.4.jar Controlling {[email protected] LOAD_REGISTRIES} craftingstation-2.0.3.jar Crafting Station {[email protected] LOAD_REGISTRIES} Cucumber-1.14.4-2.0.3.jar Cucumber Library {[email protected] LOAD_REGISTRIES} curios-FORGE-1.14.4-1.0.jar Curios API {[email protected] LOAD_REGISTRIES} cursedearth-1.3a.jar Cursed Earth {[email protected] LOAD_REGISTRIES} Cyclic-1.14.4-0.0.11.jar Cyclic {[email protected] LOAD_REGISTRIES} Druidcraft-1.14-0.1.2.jar Druidcraft {[email protected] LOAD_REGISTRIES} elevatorid-1.14.4-1.5.1.jar Elevator Mod {[email protected] LOAD_REGISTRIES} embellishcraft-1.14.4-1.0.0.jar EmbellishCraft {[email protected] LOAD_REGISTRIES} EnchantmentDescriptions-1.14.4-1.3.3.jar EnchantmentDescriptions {[email protected] LOAD_REGISTRIES} EnderBags-1.14.4-4.2.0.jar Ender Bags {[email protected] LOAD_REGISTRIES} EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {[email protected] LOAD_REGISTRIES} engineersdecor-1.14.4-1.0.13-b1.jar Engineer's Decor {[email protected] LOAD_REGISTRIES} EnigmaticLegacy-1.2.2.jar Enigmatic Legacy {[email protected] LOAD_REGISTRIES} EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 LOAD_REGISTRIES} exp_bottling-1.14.4-3.jar EXP Bottling {[email protected] LOAD_REGISTRIES} extcaves-1.2.jar Extended Caves {[email protected] LOAD_REGISTRIES} extlights-1.4.jar Extended Lights {[email protected] LOAD_REGISTRIES} extraboats-1.0.5-1.14.4.jar Extra Boats {[email protected] LOAD_REGISTRIES} extrabows-v1.14.4 b5.jar Extra Bows {[email protected] b5 LOAD_REGISTRIES} farlanders-1.14.4-1.0.0.jar The Farlanders {[email protected] LOAD_REGISTRIES} Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES} ferroustry-1.1.jar Ferroustry {[email protected] LOAD_REGISTRIES} findme-1.14.4-1.1.0.12.jar Find Me {findme@NONE LOAD_REGISTRIES} forbidden_arcanus-1.14.4-1.1.jar Forbidden & Arcanus {[email protected] ERROR} FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] LOAD_REGISTRIES} furniture-7.0.0-pre8-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] LOAD_REGISTRIES} glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] LOAD_REGISTRIES} globalxp-1.14.4-v1.4.6.jar Global XP {[email protected] LOAD_REGISTRIES} Glowglass-1.14.4-1.1.jar Glowglass {[email protected] LOAD_REGISTRIES} grassworld-1.1.4.jar Grass World {[email protected] LOAD_REGISTRIES} gravestone-1.15.1.jar Gravestone Mod {[email protected] LOAD_REGISTRIES} Heaven Paradise Plant ver1.2.jar Heaven Paradise Plant {[email protected] LOAD_REGISTRIES} ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] LOAD_REGISTRIES} inventorysorter-1.14.4-16.1.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES} ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] LOAD_REGISTRIES} IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES} jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] LOAD_REGISTRIES} LargeFluidTank-14.7.6.jar FluidTank {[email protected] LOAD_REGISTRIES} LightOverlay-3.5.jar Light Overlay Forge {[email protected] LOAD_REGISTRIES} luckyores-1.14.4-1.2.jar Lucky Ores Mod {[email protected] LOAD_REGISTRIES} mappy-forge-1.0.6.jar Mappy {[email protected] LOAD_REGISTRIES} MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] LOAD_REGISTRIES} mcjtylib-1.14-3.5.7-alpha.jar McJtyLib {mcjtylib@NONE LOAD_REGISTRIES} modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] LOAD_REGISTRIES} Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version LOAD_REGISTRIES} mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {[email protected] LOAD_REGISTRIES} nametagswithoutanvil-1.1.jar Example Mod {[email protected] LOAD_REGISTRIES} Neat 1.5-19.jar Neat {[email protected] LOAD_REGISTRIES} nifty-1.14.4-2.5.1.jar Nifty {[email protected] LOAD_REGISTRIES} nom-0.0.5.jar Nax's Organic Menu {[email protected] LOAD_REGISTRIES} Nucleus-1.14.4-5.0.jar Nucleus {[email protected] LOAD_REGISTRIES} PackingTape-1.14.4-0.8.4.jar Packing Tape {[email protected] LOAD_REGISTRIES} peanutmod-1.0.2.jar Peanut Mod {[email protected] LOAD_REGISTRIES} Placebo-1.14.4-2.2.1.jar Placebo {[email protected] LOAD_REGISTRIES} planttech2-0.01.01.jar PlantTech 2 {[email protected] LOAD_REGISTRIES} playerplates-1.14.4-forge-1.1.0.jar Player Plates {[email protected] LOAD_REGISTRIES} portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE LOAD_REGISTRIES} PotionCapsule-1.0.5.jar Potion Capsule {[email protected] LOAD_REGISTRIES} PowderPower-1.14.4-3.0.30.jar Powder Power {[email protected] LOAD_REGISTRIES} ProgressiveBosses-2.1.2.jar Progressive Bosses {[email protected] LOAD_REGISTRIES} RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] LOAD_REGISTRIES} reap-1.10.1.jar Reap Mod {[email protected] LOAD_REGISTRIES} restrictions-1.14-1.3.4-alpha.jar Restrictions {restrictions@NONE LOAD_REGISTRIES} rftoolsbase-1.14-0.0.4-alpha.jar RFToolsBase {rftoolsbase@NONE LOAD_REGISTRIES} rftoolspower-1.14-1.2.4-alpha.jar RFToolsPower {rftoolspower@NONE LOAD_REGISTRIES} RingOfAttraction-1.14.4-1.0.13.jar Ring of Attraction {[email protected] LOAD_REGISTRIES} RingOfGrowth-1.14.4-1.0.14.jar Ring of Growth {[email protected] LOAD_REGISTRIES} RingOfTeleport-1.14.4-1.0.12.jar Ring of Teleport {[email protected] LOAD_REGISTRIES} searchablechests-1.14-1.5.2.jar Searchable Chests {[email protected] LOAD_REGISTRIES} SilentGear-1.14.4-1.4.1+66.jar Silent Gear {[email protected]+66 LOAD_REGISTRIES} SilentGems-1.14.4-3.4.1+74.jar Silent's Gems 3 {[email protected]+74 LOAD_REGISTRIES} SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 LOAD_REGISTRIES} SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {[email protected]+28 LOAD_REGISTRIES} SimpleDiscordRichPresence-1.0.2.jar Simple Discord Rich Presence {[email protected] LOAD_REGISTRIES} SimpleDivingGear-3.0.2 mc 1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 LOAD_REGISTRIES} simplefarming-1.14.4-1.1.6.jar Simple Farming {[email protected] LOAD_REGISTRIES} SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {[email protected] LOAD_REGISTRIES} simplylight-0.8.7.jar Simply Light {[email protected] LOAD_REGISTRIES} speedyhoppers-1.14.4-1.0.5.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES} speedyladders-1.14.4-1.0.3.jar Speedy Ladders {[email protected] LOAD_REGISTRIES} StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] LOAD_REGISTRIES} StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] LOAD_REGISTRIES} StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] LOAD_REGISTRIES} themidnight-0.4.5.jar The Midnight {[email protected] LOAD_REGISTRIES} theoneprobe-1.14-1.4.35-alpha.jar The One Probe {theoneprobe@NONE LOAD_REGISTRIES} titanium-1.14.4-2.2.0-d9775a7.jar Titanium {[email protected] LOAD_REGISTRIES} tnt-yeeter-1.14.4-1.0.1.jar TNT Yeeter {[email protected] LOAD_REGISTRIES} ToolBelt-1.14.4-1.12.0.jar Tool Belt {[email protected] LOAD_REGISTRIES} TOOLKIT-1.2.0.jar Tool Kit {[email protected] LOAD_REGISTRIES} torcherino-9.0.3.jar Torcherino {[email protected] LOAD_REGISTRIES} torchmaster-2.0.0.6-alpha.jar Torchmaster {[email protected] LOAD_REGISTRIES} TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] LOAD_REGISTRIES} travel_bag-1.0.5-1.14.4.jar Travel Bag {[email protected] LOAD_REGISTRIES} travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] LOAD_REGISTRIES} Trinity-1.14.4-1.2.0.jar Trinity {[email protected] LOAD_REGISTRIES} tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {[email protected] LOAD_REGISTRIES} turf-1.14.4-1.0.0.jar Turf {[email protected] LOAD_REGISTRIES} u_team_core-1.14.4-2.7.2.131.jar U Team Core {[email protected] LOAD_REGISTRIES} Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {[email protected] LOAD_REGISTRIES} upsizer-mc1.14.4-5.0b2.jar Upsizer {[email protected] LOAD_REGISTRIES} useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] LOAD_REGISTRIES} vimion-DEV-WEEK-04-0.1-1.14.4.jar Vimion Mod {vimion@DEV WEEK 03 LOAD_REGISTRIES} WallpaperCraft-1.14.4-1.0.4.jar Wallpapercraft {[email protected] LOAD_REGISTRIES} wetstone-1.1.2.jar Wetstone {[email protected] LOAD_REGISTRIES} WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] LOAD_REGISTRIES} woolplates-1.14.x-v1.2.jar Wool Pressure Plates {[email protected] LOAD_REGISTRIES} YAMDA-4.0.1.jar YAMDA {[email protected] LOAD_REGISTRIES} forge-1.14.4-28.1.39-universal.jar Forge {[email protected] LOAD_REGISTRIES} forge-1.14.4-28.1.39-client.jar Minecraft {[email protected] LOAD_REGISTRIES} Launched Version: 1.14.4-forge-28.1.39 LWJGL: 3.2.2 build 10 OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: vanilla Current Language: English (US) CPU: 32x AMD Ryzen Threadripper 1950X 16-Core Processor Any suggestions? I removed Config. Cane btw.
  8. My game crashes on start. I've updated my drivers and everything and I've looked online but found nothing useful. Crash Report: ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 10/6/19 10:10 AM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at gigaherz.configurablecane.ConfigurableCane$ClientEvents.blockColors(ConfigurableCane.java:78) ~[?:?] {re:classloading,pl:eventbus:A} at net.minecraftforge.eventbus.ASMEventHandler_281_ClientEvents_blockColors_Block.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$4181/724857504.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.39.jar:28.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/971404566.call(Unknown Source) [forge-1.14.4-28.1.39.jar:28.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.0.0.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.0.0.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) at gigaherz.configurablecane.ConfigurableCane$ClientEvents.blockColors(ConfigurableCane.java:78) at net.minecraftforge.eventbus.ASMEventHandler_281_ClientEvents_blockColors_Block.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) at net.minecraftforge.fml.ModLoader$$Lambda$4181/724857504.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) at net.minecraft.client.main.Main.main(SourceFile:155) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$397/971404566.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) -- System Details -- Details: Minecraft Version: 1.14.4 Minecraft Version ID: 1.14.4 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 13683659224 bytes (13049 MB) / 16324231168 bytes (15568 MB) up to 17179869184 bytes (16384 MB) CPUs: 32 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M ModLauncher: 4.0.0+61+ca3b447 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.1.39.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.1.39.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.1.39.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.1.39.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.1.39.jar fml TRANSFORMATIONSERVICE FML: 28.1 Forge: net.minecraftforge:28.1.39 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: angelblock-1.0a.jar Angel Block {[email protected] LOAD_REGISTRIES} angelring-1.14.4-1.0.1.jar Angel Ring {[email protected] LOAD_REGISTRIES} animalnet-v1.14.4 Forge b4.jar AnimalNet {[email protected] Forge b4 LOAD_REGISTRIES} Apotheosis-1.14.4-2.4.0.jar Apotheosis {[email protected] LOAD_REGISTRIES} AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] LOAD_REGISTRIES} AssistedProgression-1.14.4-2.0.jar Assisted Progression {[email protected] LOAD_REGISTRIES} AttainedDrops-1.14.4-5.2.0.jar Attained Drops {[email protected] LOAD_REGISTRIES} bambooeverything-1.14-1.4.0.jar Bamboo Everything {[email protected] LOAD_REGISTRIES} BetterCrates-1.14.4-1.0.0.jar Better Crates {[email protected] LOAD_REGISTRIES} BiomesOPlenty-1.14.4-9.0.0.253-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES} BioTechnik-1.14.4-1.0.1.jar Bio Technik {[email protected] LOAD_REGISTRIES} bluepower-1.14.4-0.3.123-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES} buildinggadgets-3.0.5.jar Building Gadgets {[email protected] LOAD_REGISTRIES} CarryOn MC1.14.4 v1.12.3.jar Carry On {[email protected] LOAD_REGISTRIES} chanceglobe-1.14.x-v1.2.2.jar Chance Globe {[email protected] LOAD_REGISTRIES} ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] LOAD_REGISTRIES} ClickMachine-1.14.4-2.1.0.jar Click Machine {[email protected] LOAD_REGISTRIES} CoalChunks-1.14.4-1.2.jar Coal Chunks {[email protected] LOAD_REGISTRIES} ComPatchedStorage-1.14.4-2.1.1.jar ComPatchedStorage {[email protected] LOAD_REGISTRIES} ConfigurableCane-1.14.4-1.5.jar Configurable Cane {[email protected] LOAD_REGISTRIES} Controlling-5.0.4.jar Controlling {[email protected] LOAD_REGISTRIES} craftingstation-2.0.3.jar Crafting Station {[email protected] LOAD_REGISTRIES} Cucumber-1.14.4-2.0.3.jar Cucumber Library {[email protected] LOAD_REGISTRIES} curios-FORGE-1.14.4-1.0.jar Curios API {[email protected] LOAD_REGISTRIES} cursedearth-1.3a.jar Cursed Earth {[email protected] LOAD_REGISTRIES} Cyclic-1.14.4-0.0.11.jar Cyclic {[email protected] LOAD_REGISTRIES} Druidcraft-1.14-0.1.2.jar Druidcraft {[email protected] LOAD_REGISTRIES} elevatorid-1.14.4-1.5.1.jar Elevator Mod {[email protected] LOAD_REGISTRIES} embellishcraft-1.14.4-1.0.0.jar EmbellishCraft {[email protected] LOAD_REGISTRIES} EnchantmentDescriptions-1.14.4-1.3.3.jar EnchantmentDescriptions {[email protected] LOAD_REGISTRIES} EnderBags-1.14.4-4.2.0.jar Ender Bags {[email protected] LOAD_REGISTRIES} EnderMagnet-1.14.3-1.0.0.jar Ender Magnet {[email protected] LOAD_REGISTRIES} engineersdecor-1.14.4-1.0.13-b1.jar Engineer's Decor {[email protected] LOAD_REGISTRIES} EnigmaticLegacy-1.2.2.jar Enigmatic Legacy {[email protected] LOAD_REGISTRIES} EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 LOAD_REGISTRIES} exp_bottling-1.14.4-3.jar EXP Bottling {[email protected] LOAD_REGISTRIES} extcaves-1.2.jar Extended Caves {[email protected] LOAD_REGISTRIES} extlights-1.4.jar Extended Lights {[email protected] LOAD_REGISTRIES} extraboats-1.0.5-1.14.4.jar Extra Boats {[email protected] LOAD_REGISTRIES} extrabows-v1.14.4 b5.jar Extra Bows {[email protected] b5 LOAD_REGISTRIES} farlanders-1.14.4-1.0.0.jar The Farlanders {[email protected] LOAD_REGISTRIES} Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES} ferroustry-1.1.jar Ferroustry {[email protected] LOAD_REGISTRIES} findme-1.14.4-1.1.0.12.jar Find Me {findme@NONE LOAD_REGISTRIES} forbidden_arcanus-1.14.4-1.1.jar Forbidden & Arcanus {[email protected] ERROR} FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {[email protected] LOAD_REGISTRIES} furniture-7.0.0-pre8-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] LOAD_REGISTRIES} glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] LOAD_REGISTRIES} globalxp-1.14.4-v1.4.6.jar Global XP {[email protected] LOAD_REGISTRIES} Glowglass-1.14.4-1.1.jar Glowglass {[email protected] LOAD_REGISTRIES} grassworld-1.1.4.jar Grass World {[email protected] LOAD_REGISTRIES} gravestone-1.15.1.jar Gravestone Mod {[email protected] LOAD_REGISTRIES} Heaven Paradise Plant ver1.2.jar Heaven Paradise Plant {[email protected] LOAD_REGISTRIES} ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] LOAD_REGISTRIES} inventorysorter-1.14.4-16.1.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES} ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] LOAD_REGISTRIES} IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES} jei-1.14.4-6.0.0.13.jar Just Enough Items {[email protected] LOAD_REGISTRIES} LargeFluidTank-14.7.6.jar FluidTank {[email protected] LOAD_REGISTRIES} LightOverlay-3.5.jar Light Overlay Forge {[email protected] LOAD_REGISTRIES} luckyores-1.14.4-1.2.jar Lucky Ores Mod {[email protected] LOAD_REGISTRIES} mappy-forge-1.0.6.jar Mappy {[email protected] LOAD_REGISTRIES} MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] LOAD_REGISTRIES} mcjtylib-1.14-3.5.7-alpha.jar McJtyLib {mcjtylib@NONE LOAD_REGISTRIES} modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] LOAD_REGISTRIES} Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version LOAD_REGISTRIES} mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {[email protected] LOAD_REGISTRIES} nametagswithoutanvil-1.1.jar Example Mod {[email protected] LOAD_REGISTRIES} Neat 1.5-19.jar Neat {[email protected] LOAD_REGISTRIES} nifty-1.14.4-2.5.1.jar Nifty {[email protected] LOAD_REGISTRIES} nom-0.0.5.jar Nax's Organic Menu {[email protected] LOAD_REGISTRIES} Nucleus-1.14.4-5.0.jar Nucleus {[email protected] LOAD_REGISTRIES} PackingTape-1.14.4-0.8.4.jar Packing Tape {[email protected] LOAD_REGISTRIES} peanutmod-1.0.2.jar Peanut Mod {[email protected] LOAD_REGISTRIES} Placebo-1.14.4-2.2.1.jar Placebo {[email protected] LOAD_REGISTRIES} planttech2-0.01.01.jar PlantTech 2 {[email protected] LOAD_REGISTRIES} playerplates-1.14.4-forge-1.1.0.jar Player Plates {[email protected] LOAD_REGISTRIES} portality-1.14.4-2.0.0-5f9c6a1.jar Portality {portality@NONE LOAD_REGISTRIES} PotionCapsule-1.0.5.jar Potion Capsule {[email protected] LOAD_REGISTRIES} PowderPower-1.14.4-3.0.30.jar Powder Power {[email protected] LOAD_REGISTRIES} ProgressiveBosses-2.1.2.jar Progressive Bosses {[email protected] LOAD_REGISTRIES} RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] LOAD_REGISTRIES} reap-1.10.1.jar Reap Mod {[email protected] LOAD_REGISTRIES} restrictions-1.14-1.3.4-alpha.jar Restrictions {restrictions@NONE LOAD_REGISTRIES} rftoolsbase-1.14-0.0.4-alpha.jar RFToolsBase {rftoolsbase@NONE LOAD_REGISTRIES} rftoolspower-1.14-1.2.4-alpha.jar RFToolsPower {rftoolspower@NONE LOAD_REGISTRIES} RingOfAttraction-1.14.4-1.0.13.jar Ring of Attraction {[email protected] LOAD_REGISTRIES} RingOfGrowth-1.14.4-1.0.14.jar Ring of Growth {[email protected] LOAD_REGISTRIES} RingOfTeleport-1.14.4-1.0.12.jar Ring of Teleport {[email protected] LOAD_REGISTRIES} searchablechests-1.14-1.5.2.jar Searchable Chests {[email protected] LOAD_REGISTRIES} SilentGear-1.14.4-1.4.1+66.jar Silent Gear {[email protected]+66 LOAD_REGISTRIES} SilentGems-1.14.4-3.4.1+74.jar Silent's Gems 3 {[email protected]+74 LOAD_REGISTRIES} SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 LOAD_REGISTRIES} SilentMechanisms-1.14.4-0.5.2+28.jar Silent's Mechanisms {[email protected]+28 LOAD_REGISTRIES} SimpleDiscordRichPresence-1.0.2.jar Simple Discord Rich Presence {[email protected] LOAD_REGISTRIES} SimpleDivingGear-3.0.2 mc 1.14.4.jar Simple Diving Gear {[email protected] mc 1.14.4 LOAD_REGISTRIES} simplefarming-1.14.4-1.1.6.jar Simple Farming {[email protected] LOAD_REGISTRIES} SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {[email protected] LOAD_REGISTRIES} simplylight-0.8.7.jar Simply Light {[email protected] LOAD_REGISTRIES} speedyhoppers-1.14.4-1.0.5.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES} speedyladders-1.14.4-1.0.3.jar Speedy Ladders {[email protected] LOAD_REGISTRIES} StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] LOAD_REGISTRIES} StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] LOAD_REGISTRIES} StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] LOAD_REGISTRIES} themidnight-0.4.5.jar The Midnight {[email protected] LOAD_REGISTRIES} theoneprobe-1.14-1.4.35-alpha.jar The One Probe {theoneprobe@NONE LOAD_REGISTRIES} titanium-1.14.4-2.2.0-d9775a7.jar Titanium {[email protected] LOAD_REGISTRIES} tnt-yeeter-1.14.4-1.0.1.jar TNT Yeeter {[email protected] LOAD_REGISTRIES} ToolBelt-1.14.4-1.12.0.jar Tool Belt {[email protected] LOAD_REGISTRIES} TOOLKIT-1.2.0.jar Tool Kit {[email protected] LOAD_REGISTRIES} torcherino-9.0.3.jar Torcherino {[email protected] LOAD_REGISTRIES} torchmaster-2.0.0.6-alpha.jar Torchmaster {[email protected] LOAD_REGISTRIES} TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] LOAD_REGISTRIES} travel_bag-1.0.5-1.14.4.jar Travel Bag {[email protected] LOAD_REGISTRIES} travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] LOAD_REGISTRIES} Trinity-1.14.4-1.2.0.jar Trinity {[email protected] LOAD_REGISTRIES} tubesreloaded-1.14.4-1.1.0b.jar Tubes Reloaded {[email protected] LOAD_REGISTRIES} turf-1.14.4-1.0.0.jar Turf {[email protected] LOAD_REGISTRIES} u_team_core-1.14.4-2.7.2.131.jar U Team Core {[email protected] LOAD_REGISTRIES} Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {[email protected] LOAD_REGISTRIES} upsizer-mc1.14.4-5.0b2.jar Upsizer {[email protected] LOAD_REGISTRIES} useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] LOAD_REGISTRIES} vimion-DEV-WEEK-04-0.1-1.14.4.jar Vimion Mod {vimion@DEV WEEK 03 LOAD_REGISTRIES} WallpaperCraft-1.14.4-1.0.4.jar Wallpapercraft {[email protected] LOAD_REGISTRIES} wetstone-1.1.2.jar Wetstone {[email protected] LOAD_REGISTRIES} WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] LOAD_REGISTRIES} woolplates-1.14.x-v1.2.jar Wool Pressure Plates {[email protected] LOAD_REGISTRIES} YAMDA-4.0.1.jar YAMDA {[email protected] LOAD_REGISTRIES} forge-1.14.4-28.1.39-universal.jar Forge {[email protected] LOAD_REGISTRIES} forge-1.14.4-28.1.39-client.jar Minecraft {[email protected] LOAD_REGISTRIES} Launched Version: 1.14.4-forge-28.1.39 LWJGL: 3.2.2 build 10 OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: vanilla Current Language: English (US) CPU: 32x AMD Ryzen Threadripper 1950X 16-Core Processor
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.