언어 설정

Menu
Sites
Language
Tizen studio 2.0 is not working on macOS Sierra

Hi,

The application is frozen on the workspace selection page and no button is clickable.

I was using Java version 1.8.0_152.

Thanks.

Jinghai

Responses

44 댓글
Yasin Ali

Hi,

Check this link https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites

You must install Java Development Kit (JDK) 8 to use the Tizen Studio. Do not install OpenJDK.

Check also OS and System Requirements, Emulator Requirements, Google Chrome™ Browser Requirements, Additional Requirements etc.

Re-installing Tizen Studio  at a different directory after removing all caches of tizen studio, may solve the problem.

Hope it will help.

 

Jinghai Rao

Yasin,

Thanks for your answer. I checked your link and it doesn't mention Sierra (10.12) is supported. Could you confirm if Tizen Studio is working on Sierra at all?

Thanks.

Jinghai

Yasin Ali

I have installed Tizen Studio 2.0 successfully on Mac Os High Sierra (10.13.1).

Check out the link https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites

You must install Java Development Kit (JDK) 8 to use the Tizen Studio. Do not install OpenJDK.

Download the JDK from the official Oracle Web site and follow the instructions to install the JDK.

To support legacy Java software on macOS, you must download and install the Java for OS X 2015-001.

Download it from https://support.apple.com/kb/DL1572.

Let me know your update.

Felipe Gómez

Same Isuue after follow all the recomendations and oficial prerequisites And uninstall and reinstall all JDK and Tizen Studio many times.

Any other idea?

 

Oliver Diaz

I have same issue.

Mac OS High Sierra + JDK 8_152 + Tizen Studio 2.0, freezes when selecting workspace.

Eclipse works with this same configuration.

Jinghai Rao

My problem is not fixed either. I have followed the intruction but the problem is the same. Could you suggest if there is any log could help me to identify what is wrong?

yongheon shin

This issue is related with Touchbar and Sierra OS.

If you use Macbook touchbar models, please update to High sierra(10.13) version. And, the fixed Tizen Studio version will be available soon.

Oliver Diaz

I´m using a MacBook Air 2011 with High Sierra (10.13) and its also not working.

yongheon shin

In my opinion, your issue isn't same with this. Could you check your jdk version and let us know how your Tizen Studio isn't working?

Oliver Diaz

Actually I have on my MacBook Air 2011:

   - JDK_1.8.0_152

   - MacOS High Sierra (10.13.1) 

   - Tizen Studio 2.0

After launching Tizen Studio 2.0, the app freezes when workspace must be selected..

 

 

yongheon shin

Could you change workspace to new folder? (File > Switch Workspace)

Oliver Diaz

No, just "workspace launcher" windows is displayed, and its freezed. Neither minimize the "workspace Launcher" window.

Last Eclipse IDE (Oxygen 2017 4.7.1a) works with no problem.

yongheon shin

If so, could you copy your projects in the workspace to another folder and then remove all in the workspace folder?

And, could you please check the launch of Tizen Studio?

Oliver Diaz

I´ve tried with

  1. Empty workspace
  2. Removing workspace folder

and same behaviour, Tizen Studio freezes in "workspace launcher".

Oliver Diaz

I forget to mention that "Tizen Studio Package Manager" works, and extensions can be installed as usual.

I tried installing extensions SDK and with no extension. Same result, Tizen Studio freezes when launching.

Felipe Gómez

In my case is the same Tizen Studio is completely blocked. I'm with Macbook Touchbar. Please let us know the aprox. date to the solution release for this bug.

Thanks for your help Yongheon Shin.

 

yongheon shin

Which Mac OS version are you using now? If you are using 10.12, please update to 10.13 or higher.

FYI, the fixed version will be available on the end of December.

Oliver Diaz

¡December!

It´s there available a link with previous version of Tizen Studio 1.2 or 1.3?
 

yongheon shin

If you can do as below, you can install previous version.

1. Open Pacakge Manager

2. Open configuration menu

3. Turn off "Auto Update"

4. Select the previous version

Oliver Diaz

Thanks for the answer, but with still the same issue with 1.2 & 1.3

The only thing that has changed must be the last apple update for MacOS 10.13.1 last 31 octuber....

Harry Hyeongseok Heo

Hello ,

I think this is JDK 9 problem.

Though there shows jdk 8 on the consol, if you installed JDK 9 before , Tizen Studio might run on the JDK 9.

You can check with the Activity Monitor when Tizen Studio is hang.(refer below image)

Solution (work around)

Specify jvm version in the eclipse.ini file

  • Go to TizenStudio.app
  • Click mouse right  (Context menu) , click show package content
  • Open eclipse.ini file ( it locagted under Contents > Eclipse > eclipse.ini )
  • Add below option. It must be located upper -vmargs .
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin

-vmargs
--show-module-resolution
-Dfile.encoding=UTF-8

...

( Modify the jdk path as your jdk version)

After save the file and restart Tizen Studio.app .

Hope this will help you ~~!

 

 

Oliver Diaz

I´ve never downloaded and installed JDK9. I tried to add the line into eclipse.ini as you said.

Same result. Tizen Studio freezes in "workspace launcher".


 

Harry Hyeongseok Heo

Hm , if so , it's very wierd.

Could you try to run from the command line with some option? It'll be help to know what the problem is.

  • Open Terminal
  • Go to TizenStudio.app/Contents/MacOS
  • There may be the file named eclipse (binary file) (I'm not sure above path is correct , but you can find the file named eclipse which is binary around that location )
  • Execute Tizen Studio typing in as below
./eclipse -debug -consoleLog

Some log will be shown on the terminal , please let us know all logs when the workspace dialoge is hang.

 

 

Jinghai Rao

Hi Harry,

Please find my log below:

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-height: 13.0px} span.s1 {font-variant-ligatures: no-common-ligatures} span.Apple-tab-span {white-space:pre}

2030007799:MacOS jinghai.rao$ ./eclipse -debug -consoleLog

Start VM: -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

-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts

-Djava.class.path=/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

-os macosx

-ws cocoa

-arch x86_64

-showsplash

-launcher /Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/MacOS/eclipse

-name Eclipse

--launcher.library /Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417/eclipse_1611.so

-startup /Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

--launcher.overrideVmargs

-nl en

-debug

-consoleLog

-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib

-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

-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts

-Djava.class.path=/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar 

Install location:

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/

Configuration file:

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/configuration/config.ini loaded

Configuration location:

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/configuration/

Framework located:

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar

Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar

    eclipse.properties not found

Framework classpath:

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar

Splash location:

    /Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.tizen.product.plugin_3.0.0.201710110434/splash.bmp

Debug options:

    file:/Users/jinghai.rao/tizen-studio/TizenStudio.app/Contents/MacOS/.options not found

Time to load bundles: 1557

!SESSION 2017-11-27 17:02:23.738 -----------------------------------------------

eclipse.buildId=2.0

java.version=1.8.0_152

java.vendor=Oracle Corporation

BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en

Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -debug -consoleLog

 

!ENTRY org.eclipse.equinox.registry 2 0 2017-11-27 17:02:40.987

!MESSAGE The extensions and extension-points from the bundle "com.samsung.extension.wearable.native.apireference" are ignored. The bundle is not marked as singleton. 

Starting application: 17493

 

Thanks.

 

Jinghai

Harry Hyeongseok Heo

Hi ~, 

Thanks for uploading your log. 

But there is no clue of the issue. So I've googled about jdk 1.8.0_152 and eclipse and Mac. 

Fortunately , there is a similar issue. (refer below link)

https://forums.mulesoft.com/questions/80614/mac-install-of-anypoint-studio-freezes-on-workspac.html

And as above wrote that the workaround is to downgrade your jdk version into 1.8.0_151  . 

It seems to be a problem between jdk and MacOS. 

 

Thanks. 

Harry. 

Jinghai Rao

Hi Harry,

 

Thanks for the advice. After downgrade to 1.8.0_151, Tizen Studio was working. Now everything looks good. 

 

Thanks again.

 

Jinghai

Jinghai Rao

Hi Harry,

Although Tizen Studio is working, there is another annoying problem. After Tizen Studio is started, the touch bar on my Macbook Pro disappears. It doesn't come back until the laptop is restarted. 

Could you please advise?

Thanks.

Jinghai

yongheon shin

Hi, Jinghai Rao.

SDB in Tizen Studio has a conflition point with Macbook Touchbar. 

This issue can be solved with following couple ways.

1. Update to High Sierra OSX version. When I checked before, this issue was fixed with High sierra.

2. Tizen Studio 2.1 which will be released on the end of Dec will work both on Sierra and High sierra.

Thanks,

Yongheon.

Jinghai Rao

Hi Yongheon,

Thank you so much for your information. 

Thanks.

Jinghai

Harry Scanlan

I have this exact problem.

Can't install with 10.13.1 and Java 9. I have multiple versions of Eclipse that work fine.

 

On another note, this reply box doesn't work with Chrome Version 64.0.3282.5 (Official Build) canary (64-bit)

yongheon shin

Tizen Studio didn't support Java 9 yet. If you downgrade to Java 8, it will be working on your environment.

Tanya Da Costa

I encountered the same problem on macOS 1.3.1 with  jdk 1.8.0 152 and the initial issue was fixed by downgrading to 151 as per Harry's suggestion, but am now experiencing the same freeze when launching the Certificate manager. 

Tanya Da Costa

Eclipse debug log :

 

Start VM: --show-module-resolution
-Dfile.encoding=UTF-8
-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
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Djava.class.path=/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
-os macosx
-ws cocoa
-arch x86_64
-showsplash
-launcher /Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/MacOS/eclipse
-name Eclipse
--launcher.library /Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417/eclipse_1611.so
-startup /Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.overrideVmargs
-nl en
-debug
-consoleLog
-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
-vmargs
--show-module-resolution
-Dfile.encoding=UTF-8
-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
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Djava.class.path=/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
Install location:
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/
Configuration file:
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/configuration/config.ini loaded
Configuration location:
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/configuration/
Framework located:
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar
Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar
eclipse.properties not found
Framework classpath:
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/plugins/
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar
Splash location:
    /Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/Eclipse/plugins/org.tizen.product.plugin_3.0.0.201712110246/splash.bmp
Debug options:
    file:/Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/MacOS/.options not found
Time to load bundles: 13
Starting application: 2470
Loading from /Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/sdk.info...
Failed to find: /Users/DaCosta/tizen-studio-2/TizenStudio.app/Contents/sdk.info (No such file or directory)
Loading from /Users/DaCosta/tizen-studio-2/TizenStudio.app/sdk.info...
Failed to find: /Users/DaCosta/tizen-studio-2/TizenStudio.app/sdk.info (No such file or directory)
Loading from /Users/DaCosta/tizen-studio-2/sdk.info...
Loaded (install_path - /Users/DaCosta/tizen-studio-2, data_path - /Users/DaCosta/tizen-studio-data-2)
Application Started: 13694
!SESSION 2018-01-11 16:05:44.039 -----------------------------------------------
eclipse.buildId=2.1
java.version=1.8.0_151
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -debug -consoleLog
 
!ENTRY org.eclipse.core.net 1 0 2018-01-11 16:05:57.784
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
Seunghwan Lee

Hi tanyavdc

Certificate manager is standalone tool.

You can find exec file at the below loacation. 

$your-tizen-studio/tools/certificate-manager/certificate-manager

 


How does it work when run from the command line?

you can also get the log with -debug -consoleLog

Thanks 

Hex Chang

你这是咋了兄弟

Andrii Kychenok

Start VM: -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

-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts

-Djava.class.path=/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

-os macosx

-ws cocoa

-arch x86_64

-showsplash

-launcher /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS/eclipse

-name Eclipse

--launcher.library /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417/eclipse_1611.so

-startup /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

--launcher.overrideVmargs

-nl en

-debug

-consoleLog

-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib

-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

-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts

-Djava.class.path=/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar 

Install location:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/

Configuration file:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/configuration/config.ini loaded

Configuration location:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/configuration/

Framework located:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar

Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar

    eclipse.properties not found

Framework classpath:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar

Splash location:

    /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.tizen.product.plugin_3.0.0.201712110246/splash.bmp

Debug options:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS/.options not found

Time to load bundles: 8

Starting application: 1578

Andrii Kychenok

Hi Harry,

eclipse debug log :

yongheon shin

Hi Andrii Kychenok.

Could you try with latest Tizen Studio v2.2 again?

We added some patches about the compatibility with Sierra and High Sierra.

Please update again.

Andrii Kychenok

 

GOOD AFTERNOON!
I have fulfilled all your recommendations. Updated the latest version of Tizen Studio 2.2.
Do not run your application.
The log is lower.
help please

Andriis-Air:~ andriikychenok$ /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS/eclipse -debug -consoleLog

Start VM: -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

-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts

-Djava.class.path=/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

-os macosx

-ws cocoa

-arch x86_64

-showsplash

-launcher /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS/eclipse

-name Eclipse

--launcher.library /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417/eclipse_1611.so

-startup /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar

--launcher.overrideVmargs

-nl en

-debug

-consoleLog

-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib

-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

-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts

-Djava.class.path=/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar 

Install location:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/

Configuration file:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/configuration/config.ini loaded

Configuration location:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/configuration/

Framework located:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar

Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar

    eclipse.properties not found

Framework classpath:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v20150402-1551.jar

Splash location:

    /Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/Eclipse/plugins/org.tizen.product.plugin_3.0.0.201712110246/splash.bmp

Debug options:

    file:/Users/andriikychenok/tizen-studio/TizenStudio.app/Contents/MacOS/.options not found

Time to load bundles: 7

Starting application: 1777

 

Steve Goschnick

I have this same problem:

  • I installed Tizen Studio 2.2.
  • I downloaded necessary SDK stuff using the Package Manager.

However, when I open Tizen Studio, at the first hurdle it comes up with a 'Workspace Launcher' dialog and none of the controls within that dialog are selectable, and I can proceed no further.

I am on an iMac with 10.12, I had JDK 1.8.0_161, and I saw the suggestion above regarding using an earlier JDK that worked for someone else, so I 

  • uninstalled JDK ...161
  • uninstalled Tizen Studio 2.2
  • I then installed JDK 1.8.0_151
  • I used Package Manager to download the necessary stuff again.

However, when I fire up Tizen Studio again, it has the same problem: the Workspace Launcher dialog refuses any user interaction.

I have a game in C I want to put on a Gear S2 and S3 which involves native graphics. I come back to try Tizen every 6 months or so, waste a day or two like I just have this time, to see if it has matured enough yet to do that. I was hoping that this time it would be true, but 'No' I still have such basic problems with it - in getting even the supplied sample code to run in it, never mind writing code for it!

(Note: I also then tried Tizen Studio 2.2 on a Windows 10 PC (non-Intel CPU). Tizen Studio works (i.e. I get past the 'Workspace Launcher'), but the wearable emulator does not. I got it to display the emulated watch round face just once (in WIndows 8 compatibility mode on the Windows 10) - after a loooong time - but the display went to sleep and there is no HOME button on the emulated wearable to wake it up again. So, I had to kill it in Task Manager (i.e. the 'Close' in the emulator doesn't 'close' it), and after that the emulated wearable refused to run the same sample code - simply says 'Emulator error' and offers no further clues to its problems. I considered buying an S3 to test code directly on the hardware instead, but given the basic problems I am having with just getting Tizen Studio to run at all, on any one of multiple machines, I suspect that it would come up with some other brick-wall problem and I'd blow my money on the S3)

Any constructive suggestions that won't cost me more days or new hardware, much appreciated! 

Steve

 

 

 

 

Yasin Ali

Check Emulator Requirements section https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites

Also you must install Java Development Kit (JDK) 8 to use the Tizen Studio. Do not install OpenJDK.

Steve Goschnick

Hi Yasin Ali, 

As already mentioned above, I had JDK 8 installed (firstly, version 1.8.0_161, and later, 1.8.0_152, ccording to a recommendation here, above) - both from Oracle (i.e. its NOT OpenJDK). The aforementioned iMac is Duel Core, with 8 G of memory, so, the necessary prerequisites are all in place - i.e. that's not the issue here.

Thanks any way, Steve

 

 

 

 

William Kirkpatrick

I was having this same issue. Tried all other suggestions with no resolution to the problem.

I finally got Tizen studio to open by installing jdk 1.8.0_131   jdk-8u131-macosx-x64.dmg as suggested from another post with the same issue. 

Tizen studio is now successfully working on the following configuration:

MacOS High Sierra 10.13.3 

Macbook Pro 15" retina with touchbar (touchbar still working)

JDK version: 1.8.0_131

Tizen Studio 2.2

 

Hope this helps!!!

HyunJun Jung
  • If you have JDK 8 with JDK 9+ you will get the following error when trying to install Tizen studio on a Mac.

  • Right click on the package installer within finder and select show package contents

  • Navigate to the Contents folder

  • Select all the contents and copy the files. Create a new directory on your desktop named TizenStudio and paste the contents in the newly created directory

  • Navigate to the MacOS folder and right click the installer exec and open with TextEdit and add the following export 

    JAVA_HOME=`/usr/libexec/java_home -v 1.8`

     and save the file

  • Execute the installer package and leave the defaults for the installation directory. At the end of the installation the interface will prompt you to launch the package manager. You can install the SDK packages but in the following steps you will update the the Tizen Studio, certificate manager, and device manager to point to JDK 1.8 Home vs a current distribution

  • Open the Tizen Studio folder in Finder and right click to show package contents of the TizenStudio.app Navigate to the Contents directory and open the Info.pist in TextEdit. Add the following highlighted text and save the file e.g. 

     <string>-vm</string><string>/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/bin/java</string> 

    To find which version you have run the following command in terminal /usr/libexec/java_home -V That will list all versions of Java installed on your Mac, This will resolve the issue of running Tizen Studio but not being allowed to go past the workspace selection screen

  • Now open up the package manager folder within the tizen-studio folder in Finder

  • Right click on the package-manager.app and show package contents. Navigate to Contents —> MacOS 

  • Add the highlighted text to the file export 

    JAVA_HOME=`/usr/libexec/java_home -v 1.8`

     and save the file. This will now allow you to run the package manager from Tizen Studio 

  • Now navigate to tizen-studio —> tools —> certificate manager. Right click on the certificate manager.app and show package contents 

  • Navigate to Contents  and open the Info.plist with Text Edit and add the following highlighted text. e.g. 

    <string>-vm</string><string>/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/bin/java</string>

     To find which version you have run the following command in terminal /usr/libexec/java_home -V That will list all versions of Java installed on your Mac, This will resolve the issue of running Tizen Studio but not being allowed to go past the workspace selection screen Now the certificate manager should work within Tizen Studio 

  • Now navigate to tizen-studio —> tools —> device manager —> bin. Right click on the device manager.app and show package contents Navigate to Contents —> MacOS and edit the device-manager with TextEdit. You will add a # to the beginning of the following line:     

    #JAVA_DIR=$(dirname $(readlink $(which java)))

     Now add the following line: 

    JAVA_DIR=`/usr/libexec/java_home -v 1.8` 

    Now you can use the device manager within Tizen Studio