View Issue Details

IDProjectCategoryView StatusLast Update
0000295Industrial-Craft²machinespublic2013-02-13 19:54
Reportercorey.furman Assigned ToPlayer  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
Platform64 bitOSwindowsOS Version8
Summary0000295: crash on startup related to connected textures
DescriptionI am not certain what the problem is. I was playing normally when it crashed. The crash log references ic2 at the top of the stack trace.

The full crash log is attached, but the stack trace is copied into the Additional Information section.
Steps To ReproduceJust open the world.
Additional Informationjava.lang.ArrayIndexOutOfBoundsException: -1
    at ic2.common.BlockMultiID.d(BlockMultiID.java:54)
    at ConnectedTextures.isNeighbour(ConnectedTextures.java:648)
    at ConnectedTextures.getConnectedTextureVertical(ConnectedTextures.java:730)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:265)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:198)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:154)
    at baq.k(RenderBlocks.java:2958)
    at baq.b(RenderBlocks.java:7820)
    at azy.a(WorldRenderer.java:282)
    at bak.a(RenderGlobal.java:1629)
    at bac.a(EntityRenderer.java:1549)
    at bac.b(EntityRenderer.java:1113)
    at net.minecraft.client.Minecraft.J(Minecraft.java:878)
    at net.minecraft.client.Minecraft.run(Minecraft.java:773)
    at java.lang.Thread.run(Unknown Source)
TagsNo tags attached.
Minecraft Version

Activities

corey.furman

2013-02-08 23:49

reporter  

Wliu

2013-02-10 02:43

reporter   ~0000780

Could we have the full ForgeModLoader-client-0.log?
Also, this: at ic2.common.BlockMultiID.d(BlockMultiID.java:54)
Never saw that before.

Consider updating your mods, all of them are out for 1.4.6/7 (that I know of).

corey.furman

2013-02-10 02:47

reporter   ~0000781

Thanks. Actually, to see if this would be fixed by updating, I spent pretty much the whole day doing just that. Long story short, all of the block id changed, and I can't load the world anyway. I saved off the mods and I have the save game though, so maybe I'll see how bad it would be to revert tomorrow.

That error was consistent every time I tried to get in before I updated.

corey.furman

2013-02-12 20:33

reporter   ~0000786

There really wasn't an easy way to step back. What I just learned is that backing up the save games is important, but just as important is the config directory...

Wliu

2013-02-12 22:06

reporter   ~0000787

Really?
http://ic2api.player.to:8080/job/ic2_lf/
Try the latest one here.

corey.furman

2013-02-12 22:08

reporter   ~0000788

I'm using 115.207 - will it make a difference?

Wliu

2013-02-13 00:50

reporter   ~0000789

Not much, they just add some small bugfixes/extra features.

1.115.214 is pretty notable though:
-check block/item ids in IC2 without relying on Block/Item checking it afterwards
-blacklist currently configured ids while reassigning new ones

That might help your ID errors, not sure though (and you'll want .215, .214 had some ID errors itself).

About the actual error:
Have you been able to reproduce it?
Are you sure it is with CTM? (Try removing it, etc.)

Player

2013-02-13 16:18

administrator   ~0000792

I'm not perfectly sure as your report doesn't contain the line number for the latest build, but it looks like ConnectedTextures is passing an invalid side value -> no IC2 bug.

corey.furman

2013-02-13 18:28

reporter   ~0000793

Well, I still have lots of block ID mismatches. I can match it up for ic2, but it's all the other mods for which I don't have the data. I hadn't been backing up the config directory :(

Since I just went ahead and created a new world using the latest everything, let's just close the issue as "no repro".

Issue History

Date Modified Username Field Change
2013-02-08 23:49 corey.furman New Issue
2013-02-08 23:49 corey.furman File Added: crash-2013-02-08_18.34.34-client.txt
2013-02-10 02:43 Wliu Note Added: 0000780
2013-02-10 02:47 corey.furman Note Added: 0000781
2013-02-12 20:33 corey.furman Note Added: 0000786
2013-02-12 22:06 Wliu Note Added: 0000787
2013-02-12 22:08 corey.furman Note Added: 0000788
2013-02-13 00:50 Wliu Note Added: 0000789
2013-02-13 16:18 Player Note Added: 0000792
2013-02-13 16:18 Player Assigned To => Player
2013-02-13 16:18 Player Status new => feedback
2013-02-13 18:28 corey.furman Note Added: 0000793
2013-02-13 18:28 corey.furman Status feedback => assigned
2013-02-13 19:54 Player Status assigned => closed
2013-02-13 19:54 Player Resolution open => no change required