Why when using Polyspace under VmWare, the Report Generation is stuck?

2 views (last 30 days)
When using Polyspace under VmWare, the report is created but the Report Generation process seems to be stuck. How do I bypass this problem?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 28 Jul 2021
This problem is a consequence of this bug in VmWare: OpenGL dll is not unloaded on application exit (83440) (vmware.com)
To work around this problem, make sure to upgrade to the last update of VmWare.
There is also another workaround, given in the link above:
  • Disable the use of llvmpipe by adding this virtual machine config option to the VM's VMX file: guestinfo.svga.disableLLVMPipe=TRUE
or
  • Set a system environment variable SVGA_ALLOW_LLVMPIPE=0

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

No release entered yet.

Community Treasure Hunt

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

Start Hunting!