yz_'s blog

By yz_, 3 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

»
3 years ago, # |
  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.

  • »
    »
    3 years ago, # ^ |
      Vote: I like it +21 Vote: I do not like it

    It works now with 32bit c++. Thank you.