I am trying to deprecate an expression in the Keycode plug-in, but I keep getting this error when I try to open a capx that requires that expression:
---------------------------
Construct 2 Check failure
---------------------------
Check failure! This is probably a bug:
ACE table: expression does not specify one return flag - did you specify more than one, or forget it entirely?
Condition: return_flags == 1
File: c:\c2\source\exporters\html5\..\..\common\ERAHelpers.h
Line: 245
Function: void __cdecl era::ACETable::AddExpression(int,int,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,void (__cdecl *)(const class era::StaticResult **,int,class era::StaticEvaluation *))
Build: release 66 (64-bit) checked
Component: HTML5 exporter
(Last Win32 error: 0)
You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.
---------------------------
Abort Retry Ignore
---------------------------
Here is the updated plug-in with the deprecated expression: dl.dropbox.com/u/38038537/wastrel_keycode_updated.zip
Here is my test capx, that used the deprecated expression: dl.dropbox.com/u/38038537/TestKeyCode.capx
It seems like the ef_deprecated flag is not being recognized, or that I need to combine it with the ef_return_int flag or something.
Thanks!
EDIT: I forgot to mention that I am running under R66, if that matters.