Vega
Vega copied to clipboard
On Windows check permissions of install/data folder during install or on launch
Build 108 and earlier - launch fails if user cannot write to default data directory. Observed on Window 7 Home and similar issue with Windows 8.
Exception (few like this) :
Caused by: java.lang.IllegalStateException: The platform metadata area could not be written: C:\Program Files (x86)\Vega\workspace.metadata. By default the platform writes its content
under the current working directory when the platform is launched. Use the -data parameter to
specify a different content area for the platform.
at org.eclipse.core.internal.runtime.DataArea.assertLocationInitialized(DataArea.java:61)
at org.eclipse.core.internal.runtime.DataArea.getStateLocation(DataArea.java:125)
at org.eclipse.core.internal.preferences.InstancePreferences.getBaseLocation(InstancePreferences.java:44)
at org.eclipse.core.internal.preferences.InstancePreferences.initializeChildren(InstancePreferences.java:199)
at org.eclipse.core.internal.preferences.InstancePreferences.
Running Vega as an administrator solves the problem for me. Hope it helps someone.
Regards,
Kobus.