Bee Database Crashing Client

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Keegan

New Member
Jul 29, 2019
9
0
0
When I go to access the Bee Database on my server my game crash's. It works fine in SSP so I don't know what the problem is.

Crash log from the server:
Code:
[WARNING] Failed to handle packet: java.lang.NullPointerException
java.lang.NullPointerException
    at forestry.apiculture.genetics.BreedingManager.getApiaristTracker(BreedingManager.java:137)
    at binnie.extrabees.genetics.ModuleGenetics.isSpeciesDiscovered(ModuleGenetics.java:183)
    at binnie.extrabees.genetics.ModuleGenetics.getDiscoveredBeeSpecies(ModuleGenetics.java:203)
    at binnie.craftgui.extrabees.database.WindowDictionary.setupSpeciesView(WindowDictionary.java:182)
    at binnie.craftgui.extrabees.database.WindowDictionary.initialize(WindowDictionary.java:175)
    at binnie.craftgui.window.Window.initGui(Window.java:74)
    at binnie.extrabees.core.ExtraBeeGUIHandler.getServerGuiElement(ExtraBeeGUIHandler.java:39)
    at cpw.mods.fml.common.network.NetworkRegistry.openRemoteGui(NetworkRegistry.java:302)
    at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:337)
    at qg.openGui(EntityPlayer.java:2119)
    at binnie.extrabees.proxy.Proxy.openGui(Proxy.java:43)
    at binnie.extrabees.machines.BlockGeneticMachine.a(BlockGeneticMachine.java:136)
    at ii.a(ItemInWorldManager.java:400)
    at im.a(NetServerHandler.java:536)
    at fc.a(SourceFile:58)
    at bx.b(TcpConnection.java:441)
    at im.d(NetServerHandler.java:82)
    at in.b(NetworkListenThread.java:55)
    at hk.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:664)
    at hg.r(DedicatedServer.java:241)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:585)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:492)
    at fp.run(SourceFile:818)
 
When I go to access the Bee Database on my server my game crash's. It works fine in SSP so I don't know what the problem is.

Crash log from the server:
Code:
[WARNING] Failed to handle packet: java.lang.NullPointerException
java.lang.NullPointerException
    at forestry.apiculture.genetics.BreedingManager.getApiaristTracker(BreedingManager.java:137)
    at binnie.extrabees.genetics.ModuleGenetics.isSpeciesDiscovered(ModuleGenetics.java:183)
    at binnie.extrabees.genetics.ModuleGenetics.getDiscoveredBeeSpecies(ModuleGenetics.java:203)
    at binnie.craftgui.extrabees.database.WindowDictionary.setupSpeciesView(WindowDictionary.java:182)
    at binnie.craftgui.extrabees.database.WindowDictionary.initialize(WindowDictionary.java:175)
    at binnie.craftgui.window.Window.initGui(Window.java:74)
    at binnie.extrabees.core.ExtraBeeGUIHandler.getServerGuiElement(ExtraBeeGUIHandler.java:39)
    at cpw.mods.fml.common.network.NetworkRegistry.openRemoteGui(NetworkRegistry.java:302)
    at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:337)
    at qg.openGui(EntityPlayer.java:2119)
    at binnie.extrabees.proxy.Proxy.openGui(Proxy.java:43)
    at binnie.extrabees.machines.BlockGeneticMachine.a(BlockGeneticMachine.java:136)
    at ii.a(ItemInWorldManager.java:400)
    at im.a(NetServerHandler.java:536)
    at fc.a(SourceFile:58)
    at bx.b(TcpConnection.java:441)
    at im.d(NetServerHandler.java:82)
    at in.b(NetworkListenThread.java:55)
    at hk.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:664)
    at hg.r(DedicatedServer.java:241)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:585)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:492)
    at fp.run(SourceFile:818)
Nullpointer exception normally means, it just doesn't exist......are you running the corresponding SMP to SSP? (As in, they are both the exact same version + configs)
 
I'm running the same versions on both the server and the client. Its the version that came with the FTB pack and I haven't updated yet.
Already have Java 7 update 9 for 64bit.
 
Just tried that and its still not working.
Im using extra bees 1.4.1.10 dev build which is the version that came with ftb.
 
Well, I know some of the machines (actually I think nearly all of them) are not yet implemented for use. So maybe the game just doesn't know what to do with it.
 
Confirmed able to repeat on SMP.

This coupled with the fact that there is no working recipe for this one tells me it's probably one of those items we shouldn't be using quite yet.
 
Status
Not open for further replies.