Skip to content

Uncaught TypeError: Cannot set properties of undefined (setting 'LZMA_WORKER') #2043

@ConfidantCommunications

Description

I've had a bug for a while. It hasn't impeded development but I thought I should finally report it. Whenever my application launches I get this error in the console:

AMF3Array.hx:33 Uncaught TypeError: Cannot set properties of undefined (setting 'LZMA_WORKER')
at $lime_init (AMF3Array.hx:33:2)
at AMF3Array.hx:33:2
$lime_init | @ | AMF3Array.hx:33
(anonymous) | @ | AMF3Array.hx:33

That line in AMF3Array is:
@optional public var extra:Map<String, Dynamic>;

So it would appear the "extra" map doesn't exist. I can delve into this further but thought I should start a record here since I know nothing about this part of Lime yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions