Cant seem to update from Stable 11 to rv6 beta one without a crash ?
CarlucciMods opened this issue ยท 3 comments
- Minecraft Version: 12.2
- AE2 Version: stable 11
- Forge Version: 2759
gettting this error: ava.lang.NoSuchMethodError: appeng.api.storage.ICellRegistry.getCellInventory(Lnet/minecraft/item/ItemStack;Lappeng/api/storage/ISaveProvider;Lappeng/api/storage/IStorageChannel;)Lappeng/api/storage/IMEInventoryHandler
You will have to use a version of extracells (is there one? I don't know.) compatible with the rv6 API. Presumably other addons you may be using will have to update now.
Given that rv6 only changed to beta a few days ago, there may well be a delay yet.
by reading the crash log, how do i identify which mods those are..ill remove them
In this case, it's the line directly after the NoSuchMethod exception you linked above:
extracells.item.storage.ItemStorageCell.func_77624_a(ItemStorageCell.java:48)
If there are other addons, you may not notice them until after you remove extracells.
But do keep in mind that if you have used anything from extra cells, they'll be removed from the world. Items stored on extracells cells will be lost. I'm not sure I'd recommend it for an existing world.
Make a backup. Make TWO backups.