2019-07-18 01:42 AM
Hello
I just installed STM32CubeIDE 1.0.2 from the deb installer on a debian 10 64 bits.
When I open the Device Configuration Tool perspective, the panel is empty.
When I run from command line, I have the following traceback:
(STM32CubeIDE:22202): GLib-CRITICAL **: 10:30:24.223: g_base64_encode_step: assertion 'in != NULL' failed
Successfull proxy connection.
toolchainItems.length=====1
method name===============isUnderRootDefaultMode
method name===============isRootSelectionSupported
method name===============isUnderRootDefaultMode
method name===============isUnderRootDefaultMode
method name===============isUnderRootDefaultMode
method name===============isRootSelectionSupported
method name===============isRootSelectionSupported
method name===============isUnderRootDefaultMode
Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at java.util.ArrayList$Itr.next(ArrayList.java:859)
at com.st.microxplorer.mcufinder.db.DbMcusXml.mcusCompletion(DbMcusXml.java:383)
at com.st.microxplorer.mcufinder.db.DbMcus.getDbManager(DbMcus.java:182)
at com.st.microxplorer.mcufinder.db.DbUtils.getRPNFeature(DbUtils.java:334)
at com.st.microxplorer.maingui.MenuBar.propertyChange(MenuBar.java:580)
at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
at com.st.microxplorer.util.MXPropertyChangeSupport.firePropertyChange(MXPropertyChangeSupport.java:45)
at com.st.microxplorer.mxsystem.MxSystem.MxFirePropertyChange(MxSystem.java:195)
at com.st.microxplorer.plugins.filemanager.engine.MainFileManager.userLoadConfig(MainFileManager.java:275)
at com.st.microxplorer.plugins.filemanager.FileManagerView.getSpecificTask(FileManagerView.java:223)
at com.st.stm32cube.common.mx.editor.CubeMxEditor.getMxTabbedPaneInstance(CubeMxEditor.java:1022)
at com.st.stm32cube.common.mx.editor.CubeMxEditor.access$17(CubeMxEditor.java:993)
at com.st.stm32cube.common.mx.editor.CubeMxEditor$10$1.createSwingComponent(CubeMxEditor.java:901)
at com.st.stm32cube.common.mx.oss.core.awtswtbridge.EmbeddedSwingComposite.doComponentCreation(EmbeddedSwingComposite.java:446)
at com.st.stm32cube.common.mx.oss.core.awtswtbridge.EmbeddedSwingComposite.access$3(EmbeddedSwingComposite.java:430)
at com.st.stm32cube.common.mx.oss.core.awtswtbridge.EmbeddedSwingComposite$3.run(EmbeddedSwingComposite.java:270)
at com.st.stm32cube.common.mx.oss.core.awtswtbridge.AwtEnvironment$2.run(AwtEnvironment.java:181)
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)
(STM32CubeIDE:22202): Gtk-CRITICAL **: 10:38:43.536: gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed
(STM32CubeIDE:22202): Gtk-CRITICAL **: 10:38:43.537: gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed
Bests
Cedric