My application gives following error with Engine_open (CE 2.26) before quitting. How can I debug this issue?
OC - Comm_locate> Attempt 1 of 20 to locate DSP's MSGQ 'rmsq' failed. Retrying...
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
My application gives following error with Engine_open (CE 2.26) before quitting. How can I debug this issue?
OC - Comm_locate> Attempt 1 of 20 to locate DSP's MSGQ 'rmsq' failed. Retrying...
Codec Engine is looking for a MessageQ that is being created on the servers that it's trying to locate from the GPP-side. This message is created during CERuntime_init() call.
Here are a couple of things to to check on:
1. Calling CERuntime_int() on the the CE remote server.
2. Ensure memory map for the servers is valid.