Server thread hangs when you try to configure some gates in IC Workbench
Meegooo opened this issue ยท 1 comments
ProjectRed - Snapshot from this commit
All deps were downloaded by gradle. I updated those ones:
CCL - 1.1.3.140
CCC - 1.0.7.47
NEI - 1.0.5.111
If you try to press "configure" on XOR, XNOR, Multiplexer or Pulse Former (maybe i missed some), server thread goes into infinite loop at gatepartcomb.scala:129.
Seems related to #925. Same gates, same loop, same bug
Fixed via db4f557