Unexpected error referring pi_gene_mci_glnxa64

Receiving such error messages when starting a batch job on R2025a. However the job starts after about a minute.We don't see such errors in older versions. Are there any major changes in R2025a that are causing these. How to remove/disable them
An unexpected error has occurred. To resolve this issue, contact <a href="https://www.mathworks.com/pi_gene_mci_glnxa64">Technical Support</a>.
An unexpected error has occurred. To resolve this issue, contact <a href="https://www.mathworks.com/pi_gene_mci">Technical Support</a>

Answers (1)

Broy
Broy on 18 Jan 2026
Moved: Walter Roberson on 18 Jan 2026
@Sai, the error pi_gene_mci indicates that a background interface component is failing to initialize in your batch environment. Ensure you are starting your job with matlab -batch "script" rather than matlab -nodesktop -r "script". The -batch mode is optimized to skip certain UI-related background services.
If that still does not fix the issue, please contact support: <Product Support Page>

Categories

Products

Release

R2025a

Asked:

Sai
on 15 Jan 2026

Moved:

on 18 Jan 2026

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!