MWArray assembly failed to be initialized

7 Ansichten (letzte 30 Tage)
M.Mahdi Setak
M.Mahdi Setak am 23 Dez. 2020
Kommentiert: Alex am 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 Kommentar
Alex
Alex am 25 Mär. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Dirk Engel
Dirk Engel am 25 Mär. 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 Kommentar
Alex
Alex am 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deploy to .NET Applications Using MWArray API finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by