cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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

RenamePublisherItem from Navigator example crashes at second/third call?

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
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.
Not applicable
I have a similar problem, I’ll be happy for a solution too!
Not applicable
Anyone has an idea?
akomporday
Graphisoft Alumni
Hey guys,
Could you show the context where you wanted to use the function?
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.
Not applicable
Anyone?