vassalengine / vassal

VASSAL, the open-source boardgame engine
https://vassalengine.org
GNU Lesser General Public License v2.1
416 stars 98 forks source link

[Tanto Monta (Carlos Diaz / Ivan Caceres)] StackOverflowError #13063

Open uckelman opened 8 months ago

uckelman commented 8 months ago
ABR
Version 3.7.7
Reporter ristonj@gmail.com
Error Log 72386 bytes
In the Tanto Monta 4.1 module, I moved a piece (N. African boat) from the "Removed Pieces" tray to the "Forces" tray.

Tanto Monta (Carlos Diaz / Ivan Caceres) v4.1 3.7.7

java.lang.StackOverflowError: null
 at bsh.Parser.jj_3_9(Parser.java:4994)
 at bsh.Parser.jj_2_9(Parser.java:3755)
 at bsh.Parser.UnaryExpressionNotPlusMinus(Parser.java:1897)
 at bsh.Parser.UnaryExpression(Parser.java:1813)
BrentEaston commented 8 months ago

Seems to be an Infinite Loop in a Trigger. Not sure why the Stack Overflowed before the RecursionLimiter kicked in.