I am currently working on an interactive problem in Polygon. It works very fine in tests and invocations. However when I create a full package, it gives a comment PackageException: Failed on verification of the first test: Interactor 'interactor.cpp' returns verdict FAILED
. What are the possible reasons for this?
Thank you.
Can you try to change language for interactor (to 32bit C++). It looks like the issue we are currently fixing.
It works now with 32bit c++. Thank you.