Could not access the MATLAB Runtime component cache.
10 views (last 30 days)
Show older comments
Matlab Runtime v95
I am running a matlb program compiled for windows on debian / linux. I have installed the Matlab runtime for windows on the machine using wine. Currently when i try to run the program using wine by wine lyrica.exe it shows the following error:
002a:fixme:heap:RtlSetHeapInformation 0x4d70000 0 0x413cd38 4 stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413c2b0 1 C) semi-stub
002a:fixme:reg:GetActiveProcessorGroupCount semi-stub, always returning 1
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413ba70 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413c3e0 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413be60 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413c3e0 1 C) semi-stub
002a:fixme:msvcrt:MSVCRT__set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x41340e0 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413cca0 1 C) semi-stub
002a:fixme:sync:SetWaitableTimerEx (0x228, 0x413b540, 0, (nil), (nil), (nil), 32) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413b1c8 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413b0d0 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x4139f20 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x4139e10 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413a100 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413a2c0 1 ) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413a2c0 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413a198 1 C) semi-stub
002a:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x413a2c0 1 C) semi-stub
Could not access the MATLAB Runtime component cache. Details: mwboost::thread_resource_error: Resource temporarily unavailable; component cache root:\home\username\TEMP\mcrCache9.5; componentname: Lyrics
002a:err:seh:setup_exception stack overflow 2320 bytes in thread 002a eip 000000007bc9993d esp 0000000000140d00 stack 0x140000-0x141000-0x4140000
I have tried changing the MCR_CACHE_ROOT to ~/TEMP against ~/.wine/drive_c/users/username/Temp/username/ to make it work. It creates the mcrCache9.5 directory on both locations but still shows the above error. I tried deleting the mcrCache9.5 directory as well, it creates new mcrCache9.5 when deleted but still the above error.
I have given the Temp directories and their sub directories full 777 permission but still no success.
0 Comments
Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!