Open 1.7.0: Project red --- project table

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • 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

BFranksta

New Member
Jul 29, 2019
3
0
0
Version:
1.7.0

What is the bug:
Project red's project table crashed my world in expert mode had to mcedit the block out.

---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!

Time: 11/28/15 10:57 PM
Description: Ticking block entity

java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at scala.collection.convert.Wrappers$JIteratorWrapper.next(Wrappers.scala:43)
at scala.collection.Iterator$class.find(Iterator.scala:795)
at scala.collection.AbstractIterator.find(Iterator.scala:1174)
at scala.collection.IterableLike$class.find(IterableLike.scala:79)
at scala.collection.AbstractIterable.find(Iterable.scala:54)
at mrtjp.projectred.expansion.TileProjectBench.matchAndSetRecipe$1(TileProjectBench.scala:127)
at mrtjp.projectred.expansion.TileProjectBench.updateRecipe(TileProjectBench.scala:110)
at mrtjp.projectred.expansion.TileProjectBench.updateRecipeIfNeeded(TileProjectBench.scala:97)
at mrtjp.projectred.expansion.TileProjectBench.update(TileProjectBench.scala:90)
at mrtjp.core.block.InstancedBlockTile.func_145845_h(tileblock.scala:476)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
 

CedricB

New Member
Jul 29, 2019
23
0
0
I also had this happen with the Project Bench today.

"---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 11/28/15 10:06 PM
Description: Ticking block entity

java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.next(Unknown Source)
at scala.collection.convert.Wrappers$JIteratorWrapper.next(Wrappers.scala:43)
at scala.collection.Iterator$class.find(Iterator.scala:795)
at scala.collection.AbstractIterator.find(Iterator.scala:1174)
at scala.collection.IterableLike$class.find(IterableLike.scala:79)
at scala.collection.AbstractIterable.find(Iterable.scala:54)
at mrtjp.projectred.expansion.TileProjectBench.matchAndSetRecipe$1(TileProjectBench.scala:127)
at mrtjp.projectred.expansion.TileProjectBench.updateRecipe(TileProjectBench.scala:119)
at mrtjp.projectred.expansion.TileProjectBench.updateRecipeIfNeeded(TileProjectBench.scala:97)
at mrtjp.projectred.expansion.TileProjectBench.update(TileProjectBench.scala:90)
at mrtjp.core.block.InstancedBlockTile.func_145845_h(tileblock.scala:476)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)"

Running 2.1.3 Infinity Evolved in single-player with Expert Mode turned on. I had it placed in the ceiling directly above a Bibliocraft bookshelf containing books, and it had a recipe plan with an electronic circuit recipe saved to it, along with some blank recipe plans, an IC2 Forge Hammer, and an IC2 Cutter in it's inventory, and probably some other mats that I don't remember. It was also directly beside a vanilla crafting table, with plain stone on all other sides; there were no adjacent air blocks.

I didn't crash every time, but 9 out of 10 attempts to log in to the world would produce this crash. Deleting the Project Bench via MCEdit fixed the issue. Kind'a makes me scared to try the other blocks from ProjectRed Expansion. :(
 

CedricB

New Member
Jul 29, 2019
23
0
0
Er, should I have made that post in a new bug report? Was right as I was going to bed when I made that post, and didn't occur to me that maybe you're not supposed to add on to other peoples' reports, lol.