recepty

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
zpevakjos
Příspěvky: 177
Věk: 24
Registrován: 19 črc 2015, 12:56
Reputation: 0

recepty

#1 Příspěvekod zpevakjos » 01 bře 2017, 12:45

Zdravím, server se mi nezapne kvuli tenhle chybě a myslím jsi, že je to něco ohledně IDček u receptů nebo tak něco, ale vůbec nevím ve kterém modu by to mohlo byt.

Kód: Vybrat vše

2017-03-01 10:35:54 [SEVERE] Encountered an unexpected exception NullPointerException
java.lang.NullPointerException
   at ur.<init>(SourceFile:42)
   at com.eloraam.redpower.core.CoverRecipe.b(CoverRecipe.java:249)
   at railcraft.common.modules.ModuleCore.initFirst(ModuleCore.java:127)
   at railcraft.common.modules.ModuleManager.initFirst(ModuleManager.java:148)
   at railcraft.common.modules.ModuleManager.init(ModuleManager.java:90)
   at railcraft.common.core.Railcraft.init(Railcraft.java:156)
   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:498)
   at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
   at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
   at com.google.common.eventbus.EventBus.post(EventBus.java:268)
   at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
   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:498)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
   at com.google.common.eventbus.EventBus.post(EventBus.java:268)
   at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
   at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
   at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
   at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356)
   at ho.c(DedicatedServer.java:135)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
   at fy.run(SourceFile:849)

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: recepty

#2 Příspěvekod vojtamaniak » 01 bře 2017, 15:05

Server máš nový, nebo je to server co dřív běžel v pohodě? Jestli běžel předtím bez problémů, neměnil jsi na serveru něco?

zpevakjos
Příspěvky: 177
Věk: 24
Registrován: 19 črc 2015, 12:56
Reputation: 0

Re: recepty

#3 Příspěvekod zpevakjos » 01 bře 2017, 15:09

Server je novy ale modpack mi běžel v pohodě asi pred půl rokem. Nevíš kde by mohla byt chyba?

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: recepty

#4 Příspěvekod vojtamaniak » 01 bře 2017, 15:13

A nic jsi nepřidával, neupravoval? :)

zpevakjos
Příspěvky: 177
Věk: 24
Registrován: 19 črc 2015, 12:56
Reputation: 0

Re: recepty

#5 Příspěvekod zpevakjos » 01 bře 2017, 15:22

Nic jen jsem to tam nahrál jak jsem to mel zalohovane a to je vse

zpevakjos
Příspěvky: 177
Věk: 24
Registrován: 19 črc 2015, 12:56
Reputation: 0

Re: recepty

#6 Příspěvekod zpevakjos » 01 bře 2017, 15:45

teď to dělá jinou chybu

Kód: Vybrat vše

[SEVERE] Encountered an unexpected exception NullPointerException
java.lang.NullPointerException
   at ur.<init>(SourceFile:42)
   at com.eloraam.redpower.RedPowerMachine.setupItems(RedPowerMachine.java:138)
   at com.eloraam.redpower.RedPowerMachine.load(RedPowerMachine.java:65)
   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:498)
   at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
   at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
   at com.google.common.eventbus.EventBus.post(EventBus.java:268)
   at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
   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:498)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
   at com.google.common.eventbus.EventBus.post(EventBus.java:268)
   at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
   at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
   at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
   at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356)
   at ho.c(DedicatedServer.java:135)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
   at fy.run(SourceFile:849)


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 38 hostů