Bonsoir, Je me prénomme Nath,
Je viens vers vous pour une aide qui me serait d'une grande utilité.
En effet, j'ai crée un serveur FTB 1.10.2 ( BEYOND ) cette semaine sur le réseau OMGSERV.
Malheureusement, lors d'une session avec des amis ce-jour, le serveur à décider de crash à répétition pour, je pense, ce problème :
Caused by: java.lang.NullPointerException
Mais, n'ayant des connaissance en informatique et surtout en codage basique, je ne peux y répondre. Et ce pourquoi je vous demande de l'aide !
Ainsi, voici, le report du crash. Je m'excuse d'avance pour les lignes de codes haha ( : J'ai pris ce que je pense être le report du crash, si vous pensez qu'il manque quelque chose n'hésitez pas
)
Par ailleurs, je vous remercie grandement par avance !
Que la force soit avec vous !
Je viens vers vous pour une aide qui me serait d'une grande utilité.
En effet, j'ai crée un serveur FTB 1.10.2 ( BEYOND ) cette semaine sur le réseau OMGSERV.
Malheureusement, lors d'une session avec des amis ce-jour, le serveur à décider de crash à répétition pour, je pense, ce problème :
Caused by: java.lang.NullPointerException
Mais, n'ayant des connaissance en informatique et surtout en codage basique, je ne peux y répondre. Et ce pourquoi je vous demande de l'aide !
Ainsi, voici, le report du crash. Je m'excuse d'avance pour les lignes de codes haha ( : J'ai pris ce que je pense être le report du crash, si vous pensez qu'il manque quelque chose n'hésitez pas

Code:
Time: 1/8/18 2:16 AM
Description: Inserting
java.lang.NullPointerException: Inserting
at cofh.thermaldynamics.duct.item.SimulatedInv.insertItem(SimulatedInv.java:83)
at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:130)
at cofh.lib.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:101)
at cofh.lib.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:96)
at cofh.thermaldynamics.duct.item.DuctUnitItem.simulateInsertItemStackIntoInventory(DuctUnitItem.java:143)
at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransfer(DuctUnitItem.java:838)
at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransferI(DuctUnitItem.java:732)
at cofh.thermaldynamics.duct.item.DuctUnitItem.canRouteItem(DuctUnitItem.java:696)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.findRouteForItem(ServoItem.java:302)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.getRouteForItem(ServoItem.java:392)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.handleItemSending(ServoItem.java:234)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.tick(ServoItem.java:197)
at cofh.thermaldynamics.duct.item.GridItem.tickGrid(GridItem.java:59)
at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:62)
at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_961_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:269)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:718)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at cofh.thermaldynamics.duct.item.SimulatedInv.insertItem(SimulatedInv.java:83)
at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:130)
at cofh.lib.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:101)
at cofh.lib.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:96)
at cofh.thermaldynamics.duct.item.DuctUnitItem.simulateInsertItemStackIntoInventory(DuctUnitItem.java:143)
-- Calling Thread --
Details:
Name: cofh.core.util.CrashHelper$$Lambda$1753/473372107@2b6251a1
Stacktrace:
at cofh.core.util.CrashHelper.makeDetailedCrashReport(CrashHelper.java:30)
at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransferI(DuctUnitItem.java:737)
at cofh.thermaldynamics.duct.item.DuctUnitItem.canRouteItem(DuctUnitItem.java:696)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.findRouteForItem(ServoItem.java:302)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.getRouteForItem(ServoItem.java:392)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.handleItemSending(ServoItem.java:234)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.tick(ServoItem.java:197)
at cofh.thermaldynamics.duct.item.GridItem.tickGrid(GridItem.java:59)
at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:62)
at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_961_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:269)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:718)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- Calling Object --
Details:
Class: cofh.core.util.CrashHelper$$Lambda$1754/1599327544@6ba70a60
ToString: cofh.core.util.CrashHelper$$Lambda$1755/1335542674@764c7c99
-- Additional - Inserting Item --
Details:
Class: cofh.core.util.CrashHelper$$Lambda$1754/1599327544@37b74565
ToString: cofh.core.util.CrashHelper$$Lambda$1755/1335542674@6490adf9
-- Additional - Side --
Details:
Class: cofh.core.util.CrashHelper$$Lambda$1754/1599327544@7d8f74aa
ToString: cofh.core.util.CrashHelper$$Lambda$1755/1335542674@68327736
-- Additional - Cache --
Details:
Class: cofh.core.util.CrashHelper$$Lambda$1754/1599327544@65a39b38
ToString: cofh.core.util.CrashHelper$$Lambda$1755/1335542674@4bd1d10
-- Additional - Grid --
Details:
Class: cofh.core.util.CrashHelper$$Lambda$1754/1599327544@2111309
ToString: cofh.core.util.CrashHelper$$Lambda$1755/1335542674@79e14fba
-- SurroundingsItemDuct --
Details:
Dim: cofh.core.util.CrashHelper$$Lambda$1756/6451685@6cdbb964
Dim_Name: cofh.core.util.CrashHelper$$Lambda$1757/1717073581@15376943
Pos: 175,11,136
NeighbourBlocks: cofh.core.util.CrashHelper$1@3cf3ad45
-- Destination Inventory --
Details:
InventoryContents: cofh.core.util.CrashHelper$$Lambda$1758/1955110549@1a665c7
Par ailleurs, je vous remercie grandement par avance !
Que la force soit avec vous !

Dernière édition par un modérateur: