Big Reactors

Big Reactors

11M Downloads

Optifine causes client crashes

pgatt opened this issue · 4 comments

commented

---- Minecraft Crash Report ----
// My bad.

Time: 11/25/13 11:13 PM
Description: Exception in world tick

java.lang.IllegalStateException: Found two controllers (hashes 2067581088, 1402453909) with identical reference coord (192, 65, 224)
at erogenousbeef.core.multiblock.MultiblockTileEntityBase.clientCheckForMerges(MultiblockTileEntityBase.java:528)
at erogenousbeef.core.multiblock.MultiblockTileEntityBase.decodeDescriptionPacket(MultiblockTileEntityBase.java:265)
at erogenousbeef.core.multiblock.MultiblockTileEntityBase.onDataPacket(MultiblockTileEntityBase.java:230)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1372)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at erogenousbeef.core.multiblock.MultiblockTileEntityBase.clientCheckForMerges(MultiblockTileEntityBase.java:528)
at erogenousbeef.core.multiblock.MultiblockTileEntityBase.decodeDescriptionPacket(MultiblockTileEntityBase.java:265)
at erogenousbeef.core.multiblock.MultiblockTileEntityBase.onDataPacket(MultiblockTileEntityBase.java:230)
at net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1372)
at net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)

commented

Hmm, do you have a list of the other mods you've got installed? This is
very similar to something I only see when optifine is also installed.
On Nov 25, 2013 1:15 PM, "pgatt" [email protected] wrote:

---- Minecraft Crash Report ----
// My bad.

Time: 11/25/13 11:13 PM
Description: Exception in world tick

java.lang.IllegalStateException: Found two controllers (hashes 2067581088,
1402453909) with identical reference coord (192, 65, 224)
at
erogenousbeef.core.multiblock.MultiblockTileEntityBase.clientCheckForMerges(MultiblockTileEntityBase.java:528)
at
erogenousbeef.core.multiblock.MultiblockTileEntityBase.decodeDescriptionPacket(MultiblockTileEntityBase.java:265)
at
erogenousbeef.core.multiblock.MultiblockTileEntityBase.onDataPacket(MultiblockTileEntityBase.java:230)
at
net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1372)
at
net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at
net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at
net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at
net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details
is as follows:

-- Head --
Stacktrace:
at
erogenousbeef.core.multiblock.MultiblockTileEntityBase.clientCheckForMerges(MultiblockTileEntityBase.java:528)
at
erogenousbeef.core.multiblock.MultiblockTileEntityBase.decodeDescriptionPacket(MultiblockTileEntityBase.java:265)
at
erogenousbeef.core.multiblock.MultiblockTileEntityBase.onDataPacket(MultiblockTileEntityBase.java:230)
at
net.minecraft.client.multiplayer.NetClientHandler.func_72468_a(NetClientHandler.java:1372)
at
net.minecraft.network.packet.Packet132TileEntityData.func_73279_a(SourceFile:51)
at
net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at
net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)


Reply to this email directly or view it on GitHubhttps://github.com//issues/31
.

commented

I do have Optifine installed. Is there a fix, or just get rid of Optifine? I'd prefer not to if I'm able.

commented

I've got Optifine listed as a known incompatibility, sadly. It does something very nasty involving querying for tile-entities when it really shouldn't, which breaks my clever multiblock code.

commented

Thanks, removing Optifine, as I am loving your mod.