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.

Can't open Engine

Hi All,

I was trying to run audcp  example. It gives the folllowing  error.

root@192.168.30.84:/opt/workshop# ./app.out
App-> Application started.
CEapp-> ERROR: can't open engine audcp_engine
App-> Application FAILED.

I tried CE_DEBUG=1 and later 2 and 3 also. All give  the same info. in the log.txt

root@192.168.30.84:/opt/workshop# CE_DEBUG=3 ./app.out |tee log.txt
App-> Application started.
CEapp-> ERROR: can't open engine audcp_engine
App-> Application FAILED.

I am using the dsplink and cmem given along with CE 1.02
The different components are
codec_engine_1_02
xdctools_1_21
bios_5_31_08
xdais_5_00
dsplink_1_30_08_02
cmem_1_01
framework_components_1_00_01


Someone  pls  look  into  this

Regards
Jayakrishnan

 

  • Where are you getting this audcp example from?  What platform are you running on (DM355, DM6446, DM6467, ...)?  Also, the software components you listed are a bit old, I assume these all came as part of a dvsdk release; if you happen to have the dvsdk version that would be helpful as well.

    The error seems to suggets a problem loading codec engine; this could be because x64P file is not being found (on DM6446 and DM6467) or the configuration file names the codec engine differently and therefore it is not being found.

  • Thanks Juan. This example was taken up from a TI application report. I am using DM6446.

    The problem is solved now. it was due to an incorrect  file path to audcpServer.x64P in the application configuration file.

    One more thing: CE_DEBUG feature will  work with CE versions 2.x only

    Regards

    Jayakrishnan