Matab Help Window is just a black screen.

Hi,
I recently installed Matlab R2019b and my Matlab help documentation just appears as a black screen.
I had no such issues in the previous version I had installed (R2019a)
Any suggestions how to get my help documentation window ??
Attaching a screenshot of the issue.
I also get the following error message in my command terminal, does this have anything to do with my issue??

9 Comments

What Operating system are you using?
I'm using Manjaro Linux @Hari Krishna Ravuri
Try to reproduce after executing
sudo apt-get install libcanberra-gtk-module
Since Manjaro is Arch linux based system, I used this:
sudo pacman -S libcanberra
nov11.png
opening Matlab again, I run into this at the terminal:
nov2.png
My Matlab Help and documentation window is still a blank screen.
I also have the same probelm on latest arch
Same problem, also using arch. Support, please!
I still haven't found a solution for this unfortunately
Have you tried installing libselinux and restarting matlab?
yeah, that did not help. I just learnt to live with it and use the online matlab documentation for functions

Sign in to comment.

 Accepted Answer

Install libsepol and libselinux from aur to solve the problem.

9 Comments

Have you done this and found it to be an effective solution?
Yes, it makes help browser and livescripts work.
Yes finally!! I can see my Matlab Help window's contents now.
I ran:
pamac build libsepol
and
pamac build libselinux
on my terminal and this has now fixed my issue. Thank you @Andreas Laible
Where can I find these files: libsepol, libselinux
just run the two commands I have mentioned in your terminal/command prompt
'pamac' is not recognized as an internal or external command,
operable program or batch file. not working in windows
>
@LOKENDRA
This was a fix for the arch linux OS, not Windows
Unfortunately, after my latest Manjaro system update, the problem has resurfaced.
The previous fix of usinh libselinux and libsepol does not help anymore.
I guess I am missing a few more packages
Has someone got a solution for windows? My Matlab is super slow, while the rest of the system works without issues. When I tried to shut the black matlab window down, first nothing happend, and then after 2 minutes the programm closed finally.
Has anyone had that problem too?

Sign in to comment.

More Answers (1)

After my most recent Majaro system update on 29th Aug 2020, I faced the same issue again.
This time , just installing the libsepol and libselinux packages did not help
The error that was now thrown to me was:
/usr/local/MATLAB/R2019b/bin/glnxa64/jcef_helper: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_ptr_array_copy
these are the commands I used:
mkdir $Matlab_root/cefclient/sys/os/glnxa64/0_excluded
mv $Matlab_root/cefclient/sys/os/glnxa64/libg* $Matlab_root/cefclient/sys/os/glnxa64/0_excluded
I can now view my Documentation window and the Live scripts

2 Comments

Great! This solved all my window-related problems.

Sign in to comment.

Categories

Products

Release

R2019b

Community Treasure Hunt

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

Start Hunting!