Archicad C++ API
About Archicad add-on development using the C++ API.

RenamePublisherItem from Navigator example crashes at second/third call?

Anonymous
Not applicable
Hi,

I am trying to use the RenamepublisherItem void from the Navigator_Test example.
When I use it twice or more (it changes), AC crashed.
The error is - Exception thrown around 0x00007FF939B2D84C (objectdatabase.dll) in Archicad.exe: 0XC000005: Access violation reading location 0x0000000000000008

I read it’s related to memory but couldn’t find the problem..
Thanks in advance
6 REPLIES 6
Anonymous
Not applicable
Tomer1 wrote:
Hi,

I am trying to use the RenamepublisherItem void from the Navigator_Test example.
When I use it twice or more (it changes), AC crashed.
The error is - Exception thrown around 0x00007FF939B2D84C (objectdatabase.dll) in ARCHICAD.exe: 0XC000005: Access violation reading location 0x0000000000000008

I read it’s related to memory but couldn’t find the problem..
Thanks in advance
Also happened to me a couple of times. Can't figure out why it won't work the second/third time.
Anonymous
Not applicable
I have a similar problem, I’ll be happy for a solution too!
Anonymous
Not applicable
Anyone has an idea?
akomporday
Graphisoft
Graphisoft
Hey guys,
Could you show the context where you wanted to use the function?
Anonymous
Not applicable
akomporday wrote:
Hey guys,
Could you show the context where you wanted to use the function?
I want to use it just the way it was written at the navigator example.
Anonymous
Not applicable
Anyone?