Accessing data from a constantly crashing STM32CubeIDE
Dear experts,
I have started with STM32CubeIDE (tried 1.0.0 and 1.0.1) on Xubuntu Linux. After generating code and trying to open main.c I'm getting error messages telling me that no more handles were available and there were "SWT errors". The IDE suggests these were non-recoverable errors and I should exit and restart the IDE (no other options, anyway). Following this recommendation, I'm immediately caught in the same endless loop, unable to access my work.
While after some googling, I conclude that this is an Eclipse related editor problem, I suppose that preventing the IDE to automatically open any file with the internal editor might do the trick that I could at least complete the MCU configuration and then take my code to a different IDE (MSVSC with Platformio Plugin intended), other than restarting from scratch and avoiding to open any file within the IDE.
Any clues where the list of files to be opened is stored (or how to fix the underlying Eclipse related problem)? Is there a way to specify an external editor?
Thanks for your help!
Wolfgang
Edit: Here is a snippet from the logfile:
!SESSION 2019-06-22 22:04:35.098 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_202
java.vendor=AdoptOpenJdk
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
This is a continuation of log file /home/[user]/STM32CubeIDE/[project_name]/.metadata/.bak_0.log
Created Time: 2019-06-22 22:05:30.692
!ENTRY org.eclipse.ui 4 0 2019-06-22 22:05:30.692
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4725)
at org.eclipse.swt.SWT.error(SWT.java:4614)
at org.eclipse.swt.SWT.error(SWT.java:4585)
at org.eclipse.swt.widgets.Widget.error(Widget.java:530)
at org.eclipse.swt.widgets.Control.drawBackground(Control.java:219)