Hi,
I know this could be an off-topic, but i've installed on a fresh kubuntu Tizen SDK 2.1. Launching the startup script with -debug option i got this output:
sh4d@aeryn:~/tizen-sdk/ide$ ./startup.sh
Start VM: /usr/bin/java
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.6
-XX:+AggressiveOpts
-XX:PermSize=128M
-XX:MaxPermSize=256M
-XX:MaxNewSize=128M
-XX:NewSize=128M
-Xms256m
-Xmx512m
-Dlog4j.configuratorClass=org.tizen.common.util.log.TizenLog4jConfigurator
-jar /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /home/sh4d/tizen-sdk/ide/eclipse
-name Eclipse
--launcher.library /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
-startup /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 57803e
-nl en
-Dorg.eclipse.swt.browser.DefaultType=MOZILLA
-debug
-vm /usr/bin/java
-vmargs
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.6
-XX:+AggressiveOpts
-XX:PermSize=128M
-XX:MaxPermSize=256M
-XX:MaxNewSize=128M
-XX:NewSize=128M
-Xms256m
-Xmx512m
-Dlog4j.configuratorClass=org.tizen.common.util.log.TizenLog4jConfigurator
-jar /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
Install location:
file:/home/sh4d/tizen-sdk/ide/
Configuration file:
file:/home/sh4d/tizen-sdk/ide/configuration/config.ini loaded
Configuration location:
file:/home/sh4d/tizen-sdk/ide/configuration/
Framework located:
file:/home/sh4d/tizen-sdk/ide/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
Framework classpath:
file:/home/sh4d/tizen-sdk/ide/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
Splash location:
/home/sh4d/tizen-sdk/ide/plugins/org.tizen.base.platform_2.0.0.201304161436/splash.bmp
Debug options:
file:/home/sh4d/tizen-sdk/ide/.options not found
Time to load bundles: 7
Starting application: 932
Application Started: 8998
length:3
No bp log location saved, using default.
[000:000] Browser XEmbed support present: 1
[000:000] Browser toolkit is Gtk2.
[000:000] Using Gtk2 toolkit
No bp log location saved, using default.
[000:001] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:001] No bp log location saved, using default.
[000:001] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
[000:000] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:000] No bp log location saved, using default.
internal buffer error : No error message provided
Related to a crash when i try to create a new native project. Anyone got the same?