Skip to content

{ Tag Archives } AVM

VerifyError: Error #1032: Cpool index X is out of range X

Whenever you are working with an ABC file and loading it in to the AVM, the AVM will validate the ABC on the way in. I ran in to an issue tonight where I was dynamically weaving the opcodes for a method in Loom, and I forgot to add a NamespaceSet to the ConstantPool. If [...]

Also tagged

When the AVM Pukes…

After many long nights of coding, Loom is finally at the point where it is capable of weaving bytecode. I started weaving dynamic proxies this week using the Loom API  and for the most part, everything worked first try - which was killer.
However, I hit an issue last night that I just could not figure [...]

Also tagged