Fot the first error , I only add a LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libexpat.so before launching matlab
MATLAB 2019a error XML_SetHashSalt
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I've installed the last release of MATLAB ( 2019a ).
Everything seems to be OK but when I launch matlab I have :
MATLAB is selecting SOFTWARE OPENGL rendering.
/usr/bin/python3: symbol lookup error: /usr/bin/python3: undefined symbol: XML_SetHashSalt
When I close MATLAB , I have :
Exception in thread "Thread-11": java.lang.NullPointerException
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.c(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.b(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.a(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.b.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Do you have any idea about those issue?
I forgot to add:
Linux debian stretch kernel 4.9.0.8
Thank you for your support.
3 commentaires
Michal
le 10 Avr 2019
In Linux Debian Stretch is libexpat located at /lib/x86_64-linux-gnu/... not in /usr/lib/x86_64-linux-gnu/... !
Could anybody confirm, that this solution is functional?
Réponses (2)
françois anquez
le 7 Juil 2020
Dear all,
I experience the same kind of problems with R2019a on Linux Ubuntu 18.04
See details below.
Is there any update on this topic ?
best regards,
François.
When I try the figure properties editor (I don't like the new one by the way) I get in matlab window line :
Exception in thread "AWT-EventQueue-0": java.lang.NullPointerException
at com.mathworks.page.plottool.propertyinspectormanager.PropertyInspectorManager$2.run(PropertyInspectorManager.java:164)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
And I have this in my terminal when I close :
Exception in thread "Thread-12": java.lang.NullPointerException
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.c(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.b(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.a(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.b.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!