Skip to content

Instantly share code, notes, and snippets.

@marchermans
Created October 23, 2016 11:09
Show Gist options
  • Save marchermans/bef1402c1be037a08bd435dc7746924e to your computer and use it in GitHub Desktop.
Save marchermans/bef1402c1be037a08bd435dc7746924e to your computer and use it in GitHub Desktop.
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.smithsmodding.armory.common.item.armor.tiermedieval.ArmorMedieval.getItemStackDisplayName(ArmorMedieval.java:163)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.item.ItemStack.getDisplayName(ItemStack.java:614)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.item.ItemStack.getTextComponent(ItemStack.java:1096)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.stats.StatList.initStats(StatList.java:214)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.stats.StatList.reinit(StatList.java:356)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.ForgeModContainer.mappingChanged(ForgeModContainer.java:471)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Method.invoke(Method.java:497)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:1049)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.registry.PersistentRegistryManager.revertToFrozen(PersistentRegistryManager.java:488)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:905)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:498)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598)
[12:58:43] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment