I have created a very “feature rich” module and was in the process of testing and debugging some features. in the process, I was removing some unneeded traits from a prototype and am now getting truly unexpected results.
Instead of getting a dice roll as I expect, I now get a Bad Data in Module error. Here’s the message.
- Bad Data in Module: [Trigger Action - Attempt Bridge Capture] - Expression evaluation error {SumStack(StackCount)}
Now here is the interesting part
This action → [Trigger Action - Attempt Bridge Capture] isn’t even executed with the action I am invoking
This evaluation → Expression evaluation error {SumStack(StackCount) is not associated with the action.
I suspect my buildfile may have become corrupt as there may have been some problem with the file save. The file module type has become 00b.
So any pointers for my buildfile debug efforts? What are some field delimiters I need to search for? Any anomolies that should be obvious to determine if it is the buildfile?
The details:
Vassal version 3.2.10
OS Windows 7 SP1
Java Version 7 Update 51