bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

runtime error: RangeError: Error #1506: The specified range is invalid #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Test iOS IPA file on real IPAD through Flash Builder 4.6 + luaAlchemy-0.3.swc

2. When tried to init an instance of LuaAlchemy, var lua:LauAlchemy = new 
LuaAlchemy(); the following error hits:
RangeError: Error #1506: The specified range is invalid.
    at cmodule.lua_wrapper::FSM_newkey/work()
    at Function/<anonymous>()
    at Function/<anonymous>()
    at luaAlchemy::lua_wrapper$/luaInitializeState()[/Users/agladysh/projects/lua-alchemy/alchemy/wrapper/bin/src/luaAlchemy/lua_wrapper.as:7]
    at luaAlchemy::LuaAlchemy/init()
    at luaAlchemy::LuaAlchemy()
    at seregon.bscript.luaj::LuaWorkSpace()[/Volumes/bigdrive/installs/iOS/Actionscript/common/src/seregon/bscript/luaj/LuaWorkSpace.as:30]

3. I did not see this issue on Playbook with Flash Builder 4.5 + QNX though. 

What is the expected output? What do you see instead?

The luaAlchemy should be able to be created.

What version of the product are you using? On what operating system?

luaAlchemy-0.3.swc, FlashBuilder 4.6, MAC, iPAD2

Please provide any additional information below.

Original issue reported on code.google.com by jxyi...@gmail.com on 31 Jan 2012 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by aglad...@gmail.com on 6 Feb 2012 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by aglad...@gmail.com on 6 Feb 2012 at 11:33

GoogleCodeExporter commented 9 years ago
It seems that Adobe Alchemy-generated bytecode is not compatible with 
ipa-debug-interpreter adt target. Use non-interpreter targets instead (in FB 
pick Standard packaging method for your Build configuration, not Fast).

Unfortunately this will lead to increased build times.

Original comment by aglad...@gmail.com on 19 Feb 2012 at 12:48