Azzera filtri
Azzera filtri

MWArray assembly failed to be initialized

10 visualizzazioni (ultimi 30 giorni)
M.Mahdi Setak
M.Mahdi Setak il 23 Dic 2020
Commentato: Alex il 4 Apr 2024
Hi!
I have developed a .NET core app (version 3.1) in which I used some matlab functions that I wrote and compiled with Matlab R2019b .NET assembly compiler.
I installed MATLAB runtime (the file name that I downloaded was: MATLAB_Runtime_R2019b_Update_7_glnxa64) on my PC which runs Ubuntu Desktop 20.04 LTS and finally deployed my app on it and every thing was working just fine!
Recenlty I bought a VPS which also runs Ubuntu 20.04 and I did the same thing to it but whenever I run my app, I get "MWArray assembly failed to be initialized" exception. I double checked the LD_LIBRARY_PATH variable and both MWArray and MyMatlabClass dlls and also I reinstalled MATLAB runtime for several times but it didn't work. Every thing is just like my PC. I am wondering if there are some dependencies that I should install on the VPS which already exist in Desktop version of Ubuntu but not on the VPS. I really need it to work, please help me!
  1 Commento
Alex
Alex il 25 Mar 2024
Apologies for pulling this out of the grave but did you ever find a solution to the issue? I'm currently experiencing an almost identical issue with a linux distro.

Accedi per commentare.

Risposte (1)

Dirk Engel
Dirk Engel il 25 Mar 2024
Try deleting the MATLAB Runtime cache folder. If the maximum cache size is reached, or the cache contains corrupted files, you may get this error. Run "mcrcachedir" to find out the location of the cache.
  1 Commento
Alex
Alex il 4 Apr 2024
Thank you for the suggestion. I've personally tried this method, unfrotunately to no avail. I will keep looking and update this thread if I find a solution.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by