Jump to content

Crash help please


GuyWithBlueFlame

Recommended Posts

Hi im having trouble with forge. The game keeps crashing and idk why. this shows up:

 

Spoiler

 

[26Sep2019 20:34:45.438] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, GuyWithBlueFlame, --version, 1.14.4-forge-28.1.22, --gameDir, C:\Users\8-Bit\AppData\Roaming\.minecraft, --assetsDir, C:\Users\8-Bit\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, 04e55b4ca09640ff8c8dc907695006b5, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.1.22, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]
[26Sep2019 20:34:45.442] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_51 by Oracle Corporation
[26Sep2019 20:34:46.012] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[26Sep2019 20:34:47.659] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.1.22, --gameDir, C:\Users\8-Bit\AppData\Roaming\.minecraft, --assetsDir, C:\Users\8-Bit\AppData\Roaming\.minecraft\assets, --username, GuyWithBlueFlame, --assetIndex, 1.14, --uuid, 04e55b4ca09640ff8c8dc907695006b5, --accessToken, ????????, --userType, mojang, --versionType, release]
[26Sep2019 20:34:50.153] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: GuyWithBlueFlame
[26Sep2019 20:35:03.044] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[26Sep2019 20:35:03.107] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10
[26Sep2019 20:35:07.629] [modloading-worker-6/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: torchmaster, class net.xalcon.torchmaster.Torchmaster
java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_51]
    at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_51]
    at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_51]
    at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:69) ~[eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.eventbus.EventBus.register(EventBus.java:112) ~[eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$3(AutomaticEventSubscriber.java:70) ~[?:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$2198/1046875073.accept(Unknown Source) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:57) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:141) [?:28.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2057/878002425.accept(Unknown Source) [?:28.1]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2056/1680217271.accept(Unknown Source) [?:1.8.0_51]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2056/1680217271.accept(Unknown Source) [?:1.8.0_51]
    at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
    at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2161/429028919.accept(Unknown Source) [?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
    at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent
    at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:102) ~[modlauncher-3.2.0.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    ... 28 more
[26Sep2019 20:35:08.309] [modloading-worker-2/INFO] [Dungeon Crawl/]: Here we go!
[26Sep2019 20:35:08.324] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `dcdungeon`, expected `dungeoncrawl`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:08.816] [modloading-worker-2/INFO] [Dungeon Crawl/]: Calculating WeightedRandomBlocks
[26Sep2019 20:35:08.821] [modloading-worker-2/INFO] [Dungeon Crawl/]: Finished calculations (5 ms)
[26Sep2019 20:35:08.988] [modloading-worker-1/INFO] [mod.alexndr.simpleores.SimpleOres/]: Hello from Simple Ores!
[26Sep2019 20:35:09.002] [modloading-worker-4/INFO] [Meson/]: Configuring feature GunpowderBlock
[26Sep2019 20:35:09.002] [modloading-worker-4/INFO] [Meson/]: Configuring feature RedstoneSand
[26Sep2019 20:35:09.002] [modloading-worker-4/INFO] [Meson/]: Configuring feature VariableRedstoneLamp
[26Sep2019 20:35:09.003] [modloading-worker-4/INFO] [Meson/]: Configuring feature Coffee
[26Sep2019 20:35:09.003] [modloading-worker-4/INFO] [Meson/]: Configuring feature Decay
[26Sep2019 20:35:09.003] [modloading-worker-4/INFO] [Meson/]: Configuring feature FlavoredCake
[26Sep2019 20:35:09.004] [modloading-worker-4/INFO] [Meson/]: Configuring feature Crate
[26Sep2019 20:35:09.004] [modloading-worker-4/INFO] [Meson/]: Configuring feature EnderPearlBlock
[26Sep2019 20:35:09.004] [modloading-worker-4/INFO] [Meson/]: Configuring feature GoldLantern
[26Sep2019 20:35:09.005] [modloading-worker-4/INFO] [Meson/]: Configuring feature AutomaticRecipeUnlock
[26Sep2019 20:35:09.005] [modloading-worker-4/INFO] [Meson/]: Configuring feature ExtraRecords
[26Sep2019 20:35:09.005] [modloading-worker-4/INFO] [Meson/]: Configuring feature PickaxesBreakPistons
[26Sep2019 20:35:09.005] [modloading-worker-4/INFO] [Meson/]: Configuring feature RecordsStopBackgroundMusic
[26Sep2019 20:35:09.006] [modloading-worker-4/INFO] [Meson/]: Configuring feature RemovePotionGlint
[26Sep2019 20:35:09.006] [modloading-worker-4/INFO] [Meson/]: Configuring feature StackableEnchantedBooks
[26Sep2019 20:35:09.006] [modloading-worker-4/INFO] [Meson/]: Configuring feature StackablePotions
[26Sep2019 20:35:09.006] [modloading-worker-4/INFO] [Meson/]: Configuring feature UseTotemFromInventory
[26Sep2019 20:35:09.007] [modloading-worker-4/INFO] [Meson/]: Configuring feature CompassBinding
[26Sep2019 20:35:09.008] [modloading-worker-4/INFO] [Meson/]: Configuring feature NetherGoldDeposits
[26Sep2019 20:35:09.008] [modloading-worker-4/INFO] [Meson/]: Configuring feature TotemOfReturning
[26Sep2019 20:35:09.010] [modloading-worker-4/INFO] [Meson/]: Starting module CharmAutomation
[26Sep2019 20:35:09.010] [modloading-worker-4/INFO] [Meson/]: Starting feature GunpowderBlock
[26Sep2019 20:35:09.015] [modloading-worker-4/INFO] [Meson/]: Starting feature RedstoneSand
[26Sep2019 20:35:09.017] [modloading-worker-4/INFO] [Meson/]: Starting feature VariableRedstoneLamp
[26Sep2019 20:35:09.019] [modloading-worker-4/INFO] [Meson/]: Starting module CharmBrewing
[26Sep2019 20:35:09.020] [modloading-worker-4/INFO] [Meson/]: Starting feature Coffee
[26Sep2019 20:35:09.106] [modloading-worker-4/INFO] [Meson/]: Starting feature Decay
[26Sep2019 20:35:09.107] [modloading-worker-4/INFO] [Meson/]: Starting feature FlavoredCake
[26Sep2019 20:35:09.281] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.22, for MC 1.14.4 with MCP 20190829.143755
[26Sep2019 20:35:09.282] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.22 Initialized
[26Sep2019 20:35:09.358] [modloading-worker-4/INFO] [Meson/]: Starting module CharmCrafting
[26Sep2019 20:35:09.358] [modloading-worker-4/INFO] [Meson/]: Starting feature Crate
[26Sep2019 20:35:09.376] [modloading-worker-4/INFO] [Meson/]: Starting feature EnderPearlBlock
[26Sep2019 20:35:09.499] [modloading-worker-4/INFO] [Meson/]: Starting module CharmDecoration
[26Sep2019 20:35:09.500] [modloading-worker-4/INFO] [Meson/]: Starting feature GoldLantern
[26Sep2019 20:35:09.502] [modloading-worker-4/INFO] [Meson/]: Starting module CharmTweaks
[26Sep2019 20:35:09.502] [modloading-worker-4/INFO] [Meson/]: Starting feature AutomaticRecipeUnlock
[26Sep2019 20:35:09.503] [modloading-worker-4/INFO] [Meson/]: Starting feature ExtraRecords
[26Sep2019 20:35:09.508] [modloading-worker-4/INFO] [Meson/]: Starting feature PickaxesBreakPistons
[26Sep2019 20:35:09.509] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:09.510] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:09.510] [modloading-worker-4/INFO] [Meson/]: Starting feature RecordsStopBackgroundMusic
[26Sep2019 20:35:09.840] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:rift
[26Sep2019 20:35:09.867] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:rifter
[26Sep2019 20:35:09.914] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:hunter
[26Sep2019 20:35:09.917] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bladeshroom_cap
[26Sep2019 20:35:09.975] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova
[26Sep2019 20:35:09.979] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova_spike
[26Sep2019 20:35:09.982] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:crystal_bug
[26Sep2019 20:35:09.998] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:penumbrian
[26Sep2019 20:35:10.004] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:tree_hopper
[26Sep2019 20:35:10.018] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:stinger
[26Sep2019 20:35:10.186] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nightstag
[26Sep2019 20:35:10.200] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:deceitful_snapper
[26Sep2019 20:35:10.206] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:skulk
[26Sep2019 20:35:10.211] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:shade_squirrel
[26Sep2019 20:35:10.251] [modloading-worker-4/INFO] [Meson/]: Starting feature RemovePotionGlint
[26Sep2019 20:35:10.251] [modloading-worker-4/INFO] [Meson/]: Starting feature StackableEnchantedBooks
[26Sep2019 20:35:10.251] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanted_book`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:10.251] [modloading-worker-4/INFO] [Meson/]: Starting feature StackablePotions
[26Sep2019 20:35:10.252] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:10.252] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `splash_potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:10.252] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `lingering_potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[26Sep2019 20:35:10.252] [modloading-worker-4/INFO] [Meson/]: Starting feature UseTotemFromInventory
[26Sep2019 20:35:10.254] [modloading-worker-4/INFO] [Meson/]: Starting module CharmWorld
[26Sep2019 20:35:10.254] [modloading-worker-4/INFO] [Meson/]: Starting feature CompassBinding
[26Sep2019 20:35:10.257] [modloading-worker-3/INFO] [its_meow.betteranimalsplus.BetterAnimalsPlusMod/]: Injecting super coyotes...
[26Sep2019 20:35:10.259] [modloading-worker-4/INFO] [Meson/]: Starting feature NetherGoldDeposits
[26Sep2019 20:35:10.260] [modloading-worker-4/INFO] [Meson/]: Starting feature TotemOfReturning
[26Sep2019 20:35:10.267] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:thrown_geode
[26Sep2019 20:35:10.323] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:spore_bomb
[26Sep2019 20:35:10.328] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:cloud
[26Sep2019 20:35:14.229] [modloading-worker-5/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cfm:seat
[26Sep2019 20:35:14.237] [Client thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[26Sep2019 20:35:14.238] [Client thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:97) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1950/881300604.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:79) [?:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:453) [?:?]
    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) ~[?: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.22.jar:28.1]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$351/1663738275.call(Unknown Source) [forge-1.14.4-28.1.22.jar:28.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?]
[26Sep2019 20:35:16.105] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[26Sep2019 20:35:16.846] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
[26Sep2019 20:35:16.891] [Thread-1/FATAL] [net.xalcon.torchmaster.Torchmaster/CORE]: torchmaster config just got changed on the file system!
[26Sep2019 20:35:16.912] [Thread-1/FATAL] [net.xalcon.torchmaster.Torchmaster/CORE]: torchmaster config just got changed on the file system!
[26Sep2019 20:35:17.439] [Server-Worker-3/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found.
[26Sep2019 20:35:17.440] [Server-Worker-3/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found
[26Sep2019 20:35:17.440] [Server-Worker-3/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:97) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1950/881300604.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:105) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:87) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2720/1733110667.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:95) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1950/881300604.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[26Sep2019 20:35:21.531] [Server-Worker-2/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found.
[26Sep2019 20:35:21.532] [Server-Worker-2/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found
[26Sep2019 20:35:21.532] [Server-Worker-2/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:97) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1950/881300604.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:118) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:89) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2722/817012565.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[26Sep2019 20:35:21.548] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer:
[26Sep2019 20:35:21.758] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[26Sep2019 20:35:21.759] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[26Sep2019 20:35:22.019] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128 textures-atlas
[26Sep2019 20:35:22.021] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas
[26Sep2019 20:35:23.066] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas
[26Sep2019 20:35:23.074] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas
[26Sep2019 20:35:23.076] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas

 

 


 

Is there a way to fix this? if it is a problem with a mod is there a way to fix it without deleting the mod?
 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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