I'm getting an "unidentifiable C++ exception" in this line of updateSelectionButtons():
This occurs when I begin a game. Any idea what might be causing this??? I'm not sure how anything I've done could be doing it
EDIT: I guess a better question might be: what exactly is CyInterface()?
Code:
actions = CyInterface().getActionsToShow()
This occurs when I begin a game. Any idea what might be causing this??? I'm not sure how anything I've done could be doing it

EDIT: I guess a better question might be: what exactly is CyInterface()?