Simulink Blank Diagnostic Viewer
Mostra commenti meno recenti
Hi, I'm using Simulink (verions 2014a) for an assignment, who already purpose me a Simulink script (in version 2011a). After some modifications, I'm trying to launch it, but there are some errors. When I wanted to check the errors via the diagnostic viewer, I have a blank window li ke that :

How can I solve this bug ?
Thanks in advance. Thomas
1 Commento
Thomas
il 9 Nov 2014
Risposte (18)
James Marriott
il 28 Lug 2020
2 voti
Dont think Mathworks will ever fix this issue and its annoying as hell!
Kerry Schutz
il 18 Dic 2014
1 voto
Hi Thomas,
I am hitting a similar problem in R2014b on Windows7. I am researching the issue now. When I find an answer I will post back to this forum. Hopefully the fix will be the same for Mac and Windows.
Kerry
2 Commenti
Kerry Schutz
il 22 Mar 2015
Apparently this is a bug in R2014b that spans both Windows and Mac. The only known work-around (not a fix) is to restart MATLAB. It does not occur frequently in my experience after heavy usage of Simulink but it is still annoying when it does occur. If you do find a consistent set of reproduction steps that force this behavior to occur, please let support@mathworks.com know and they can likely propose a fix after performing a proper diagnosis.
Bryan Wasileski
il 1 Mag 2015
I have 15a and it's doing the same thing. The bug still exists. I restarted MATLAB and it did not fix it.
Aiden
il 10 Mag 2023
1 voto
Working on 2022b, trying to open diagnostic viewer and I don't even get a blank box, it just doesn't open at all. There's no indication of it loading when I click on it?
Aiden
2 Commenti
Ali Saj
il 10 Mag 2023
have you tried the below code in command window?
slmsgviewer.DeleteInstance()
Then try to run the simulation from command window by using:
sim('modelname')
(the modelname shall be changed to the name of simulink project)
Antonio Lira Verduzco
il 22 Set 2023
Not working for me. R2023a.
WILLIAM LEMEILLEUR
il 29 Gen 2015
0 voti
Hello guys,
I'm like you thomas:

Have you found a fix for this issue? Do you know if it's possible to go back as it was done in old matlab, with the debug messages into the command window instead of the "Diagnostic viewer" if this component does not work correctly ?
Thanks by advance,
william
Carlo Avizzano
il 16 Apr 2015
0 voti
Apparently the same thing happens on my machine after I have a DHCP renew, and in combination with this message on the command line (cometD server?)
INFO [bayeux.server.ServerSession] Emergency sweeping session 2jjj0hls7pxwgwcndqv4pdzyl - last connect 30007 ms ago
Maybe simulink uses a server logger to capture these messages?
BTW, is there any way to completely disable the Diagnostic viewer and getting back to the previous diagnostic style?
Khalid
il 30 Set 2016
0 voti
Hi guys!!
I was using Matlab 2015a but now I'm using Matlab 2016a and I'm facing the same problem so I would like to ask if anyone know how to solve this problem.
Looking forward for you attantion and thanks in advance.
J.W. Harris
il 16 Gen 2018
0 voti
2016a definitely has this problem STILL and re-starting does not help. The viewer only works once in a great while for me. This command will allow one to update the model and see the output in the console: set_param(bdroot, 'SimulationCommand', 'update')
JW
Bhavanithya Thiraviaraja
il 11 Apr 2018
0 voti
I have 2017a. The problem still exists. It got resolved after restarting it. Mathworks probably should look into this issue.
Sascha Rimet
il 11 Lug 2018
Modificato: Sascha Rimet
il 11 Lug 2018
0 voti
I have the same problem. I am using 2017b. The diagnostic viewer is permanently blank and neither reinstalling Matlab nor restarting it solves the issue. The error appeared after the latest windows update. Without the diagnostic viewer, simulink is basically unusable...
It's honestly embarrassing that this error is now existing for 4 years without a fix
1 Commento
Nithya Padmanaban
il 31 Ott 2018
Hello Sascha, Our support records show that this issue was related to an incompatible NVIDIA graphics card driver version, and switching OpenGL to 'software' helped resolve the issue. If the incorrect behavior still exists. Please do let us know.
Nithya Padmanaban
il 31 Ott 2018
0 voti
Thank you for your feedbacks.We recommend to update your release to R2018b for an enhanced usability of diagnostic viewer. If the problem still persist, please contact us with sample model and reproduction steps at support@mathworks.com.
Ziniu Lu
il 9 Nov 2018
0 voti
I am using R2018a. Still, the same question!
2 Commenti
Nithya Padmanaban
il 12 Nov 2018
Hi Ziniu, Thanks for the feedback. Could you help us with attaching a sample model and the reproduction steps please? Feel free to contact us on support@mathworks.com to support you further.
Best Regards Nithya
I'm using MATLAB 2018a on Win8.1 System. it works again now but I don't know why.
- 1. I restarted my Computer -> didn't work
- 2. I added '127.0.0.1 localhost' in the file 'hosts.txt' --> didn't work
- 3. restarted MATLAB2018a for three times --> worked again
Jordan Smith
il 28 Set 2019
0 voti
Same issue with R2019a
Laith Mohammed
il 29 Dic 2019
0 voti
Dear Friends,
I had the same problem with matlab 2015b
The simulink shows black content of files that I have worked on before.
I did the following started the Matlab two times and the first one did not open the file while he second one did open it.
So, this is the solution that worked with me openning two matlab's windows and then closing the one that does not open.
Regards to everybody.
1 Commento
hb z
il 19 Lug 2020
Thanks. I open two matlab, and both of the two work.
Mikayla Bridges
il 31 Gen 2020
0 voti
Same issue with 2019a, but Laith's recomendation worked, open a second while the first malfunctioning one is still up and then the diagnostic will no longer be blank. You can then close the first window.
Louis THOMAS
il 23 Mar 2020
0 voti
Same issue with R2019b. I tried to switch from Hardware to software on OpenGL but still does not work. Thanks in advance if you know how to fix this
3 Commenti
Augusto Sérgio SIlva de Paula
il 26 Mag 2020
I am on MATLAB R2018b and am having the same issue. I found an easy enough work around that has been working for me so far. First I rest the Diagnostic Viewer (Running slmsgviewer.DeleteInstance()) and I run the simulation using the sim('modelname') command.
Hope it helps.
Anand V
il 3 Giu 2020
I had the same issue in R2018a.Running slmsgviewer.DeleteInstance() in Command window and running the simulation. It works. Thanks Augusto
Ali Saj
il 19 Set 2021
I have R2018b and i run what Augusto said. It works !
Thank You Augusto.
- note that you should change modelname to the name you saved your simulink
slmsgviewer.DeleteInstance()
sim('modelname')
Codrut Alexandru Dan
il 2 Set 2021
0 voti
Hi,
Bug seems to be still there in 2019b, restarting MATLAB fixed it here.
For me, the issue appeared when I tried to open the link to the issue block by using middle mouse button (reflex for open in new tab...)
Another option is simulating model from script using 'sim' so the errors are thrown in the command line.
Regards,
Codrut
Antonio Lira Verduzco
il 22 Set 2023
0 voti
Same for me, very little information online and nothing has work out. R2023a
Categorie
Scopri di più su Configure and View Diagnostics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!