- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Okay, so I had to update a solution ,which we use AcCoreConsole to process batches of drawings with, for a customer from 2020 to 2023. They also went from AutoCAD to AutoCAD MEP and ran into ErrorStatus=53.
We found that if we used the MEP Global shortcut to launch AutoCAD, then shutdown, then launched AcCoreConsole it would open to a Command Line.
If we used the MEP as AutoCAD shortcut to launch AutoCAD, then shutdown, then launched AcCoreConsole it would fail with ErrorStatus=53.
I don't like the "it works for XY, but not XYZ" so kept digging. It ends up being that by default the AutoCAD profile did not have a default drawing (QnewTemplate) defined. So when AcCoreConsole loaded, it tried to start a blank new drawing (AutoCAD is drawing centric) but couldn't due to no value for QnewTemplate and failed out.
We launched MEP as AutoCAD, defined the QnewTemplate path in options (Files tab > Template Settings > Default Template File Name for QNEW), closed AutoCAD, then launched AcCoreConsole...
and success!