Skip to content

MemoryReferenceInfo.lua:261: attempt to concatenate 'string' and 'struct 178 *' #9

@SzymonKlimuk

Description

@SzymonKlimuk

Hello,

While trying to use your tool, I was getting the following error:

MemoryReferenceInfo.lua:261: attempt to concatenate 'string' and 'struct 178 *'

and sometimes

MemoryReferenceInfo.lua:261: attempt to concatenate 'string' and 'void *'

I fixed it by changing this line #261 from:

CollectObjectReferenceInMemory(strName .. "." .. k, v, cDumpInfoContainer)

to

CollectObjectReferenceInMemory(strName .. "." .. type(k), v, cDumpInfoContainer)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions