spaceboy01218 / additional-pipes

Automatically exported from code.google.com/p/additional-pipes
0 stars 0 forks source link

Crash when Railcraft added #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. my minecraft will crash
2.
3.

What is the expected output? What do you see instead?
The error screen of minecraft

What version are you using?
Rev29

Please provide your Console/ModLoader output below.
java.lang.IllegalArgumentException: Slot 254 is already occupied by 
railcraft.common.BlockLoader@5bd863e9 when adding 
buildcraft.zeldo.ChunkLoader.BlockChunkLoader@5b87851a
    at lr.<init>(Block.java:51)
    at lr.<init>(Block.java:78)
    at zt.<init>(BlockContainer.java:22)
    at buildcraft.zeldo.ChunkLoader.BlockChunkLoader.<init>(BlockChunkLoader.java:18)
    at mod_zAdditionalPipes.ModsLoaded(mod_zAdditionalPipes.java:356)
    at ModLoader.init(ModLoader.java:832)
    at ModLoader.AddAllRenderers(ModLoader.java:186)
    at aam.<init>(aam.java:61)
    at aam.<clinit>(aam.java:10)
    at net.minecraft.client.Minecraft.a(SourceFile:259)
    at net.minecraft.client.Minecraft.run(SourceFile:629)
    at java.lang.Thread.run(Unknown Source)

Please provide any additional information below.

Please provide any screenshots you feel would help demonstrate this
issue/feature.

Original issue reported on code.google.com by altogo...@gmail.com on 7 Nov 2011 at 6:30

GoogleCodeExporter commented 8 years ago
Easy to fix, it's an ID conflict. Go into the config files and toy around with 
ID's until the ID for the ChunkLoaders are unique.

Or, use the Forge-ID Resolver to fix them: 
http://www.minecraftforum.net/topic/366377-181id-resolver-updated/

Original comment by V0lvagia...@gmail.com on 8 Nov 2011 at 9:49

GoogleCodeExporter commented 8 years ago
There doesn't seem to be an ID value to change for the chunkloader block, 
though.

Original comment by Night...@gmail.com on 11 Nov 2011 at 10:14

GoogleCodeExporter commented 8 years ago
As I have not been able to keep up during my busy weeks, I am closing all 
tickets. If your problem still persists in the version I am posting today, 
please create a new ticket and sorry for the inconvenience, and I will attempt 
to fix all known bugs this week.

-Zeldo

Original comment by brutalvi...@gmail.com on 18 Nov 2011 at 7:46