tzaph_'s blog

By tzaph_, 5 years ago, In English

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.

  • Vote: I like it
  • +61
  • Vote: I do not like it

»
5 years ago, hide # |
 
Vote: I like it +36 Vote: I do not like it

Can you try to change language for interactor (to 32bit C++). It looks like the issue we are currently fixing.