Skip to main content
Known Participant
May 20, 2023
Answered

Thread 1: EXC_BAD_ACCESS (code=1, address=0x297025206e6f6974)

  • May 20, 2023
  • 1 reply
  • 900 views

hi all,
im getting 

Thread 1: EXC_BAD_ACCESS (code=1, address=0x297025206e6f6974)

 the error i got in appcontext.cpp file

please kindly provide solution for this

thank you

This topic has been closed for replies.
Correct answer A. Patterson

EXC_BAD_ACCESS means you're talking to memory you don't own. Based on the image you posted, I'd say you haven't properly acquired the AIAppContextSuite and assigned it to sAIAppContext.

1 reply

A. Patterson
A. PattersonCorrect answer
Inspiring
May 21, 2023

EXC_BAD_ACCESS means you're talking to memory you don't own. Based on the image you posted, I'd say you haven't properly acquired the AIAppContextSuite and assigned it to sAIAppContext.

Mahesh12Author
Known Participant
May 22, 2023

thanks a lot @A. Patterson