Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #331

Open
andrew-git opened this issue Oct 24, 2018 · 0 comments
Open

Crash #331

andrew-git opened this issue Oct 24, 2018 · 0 comments

Comments

@andrew-git
Copy link

as3hx crashes on below code

package
{
	public class Test
	{
		private function func():void
		{
			for(var i:int = 0; i<options.length; i++)
			{
				/*if(true)
				{
				}*/
			}
		}
	}
}

Called from ? line 1
Called from Run.hx line 110
Called from Run.hx line 63
Called from as3hx/Writer.hx line 3635
Called from as3hx/Writer.hx line 253
Called from as3hx/Writer.hx line 260
Called from as3hx/Writer.hx line 329
Called from as3hx/Writer.hx line 462
Called from as3hx/Writer.hx line 634
Called from as3hx/Writer.hx line 940
Called from as3hx/Writer.hx line 1194
Called from as3hx/Writer.hx line 1521
Called from as3hx/Writer.hx line 1473
Called from as3hx/Writer.hx line 1202
Called from as3hx/Writer.hx line 1202
Uncaught exception - Invalid field access : index

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant