- This topic has 7 replies, 2 voices, and was last updated 3 years, 10 months ago by sbentin.
-
AuthorPosts
-
sbentinParticipantAfter upgrading to eclipse 2020-12, I am no longer able to get the startup experience.
The “use startup experience” is checked. I’ve unchecked it, restarted, re checked it, restarted but doesn’t work.I’m back with the old eclipse launcher.
The devStyle themes work.
Aaron LaraMember@sbentin, I’m sorry that you are having issues with DevStyle. Sometimes the startup experience gets disabled because it detected issues during initialization. Let’s try to manually enable it:
1. Shut down Eclipse
2. OpenEclipse install/configuration/.settings/com.genuitec.eclipse.startup.prefs
3. Look foruseNewStartupDialog=false
and change it touseNewStartupDialog=true
4. Save and start Eclipse again.Hopefully, this will make the startup experience come back. If not, can you share your workspace log located at
workspace/.metadata/.log
?Cheers!
Aaron Lara
sbentinParticipantHi, thanks for the quick response.Sorry but your instructions did not help the problem
Following is a part from the log where genuitec errors appear, maybe it can help.
Aaron LaraMemberThanks for the log! It looks like DevStyle’s patches plugin is not properly running. Hare’s another thing you can check:
1. Open the
bundles.info
file located ateclipse install/configuration/org.eclipse.equinox.simpleconfigurator
.
2. Search forcom.genuitec.eclipse.patches
and make sure it ends with2,true
.Cheers!
sbentinParticipantHere it is from my bundles.info
com.genuitec.eclipse.patches,1.11.0.202007171537,file:/home/shai/.p2/pool/plugins/com.genuitec.eclipse.patches_1.11.0.202007171537.jar,2,true
Aaron LaraMemberYeah, that seems correct. Given the number of exceptions, it really looks like a failed update (corrupted install). We have received similar reports from people updating their installations with Spring Tools, causing some plugins, not only DevStyle but also other third-party plugins, to fail.
If this is your case, I would recommend using a clean Eclipse installation (do not use the Eclipse installer as it reuses previous installs bundles, do use https://www.eclipse.org/downloads/packages/ instead).
sbentinParticipantOK thanks. Ill do that
-
AuthorPosts