언어 설정

Menu
Sites
Language
Error while creating new Tizen project

Hello,

I have installed tizen ivi on ubuntu 13.04 following this steps https://wiki.tizen.org/wiki/Tizen_IVI_SDK#Installing_the_SDK.

When I try to create a new Tizen project I get this error "TizenCommonPWComposite.java(253) - Failed to create a browser XPCOM error -2147467259".

What should I do to correct this error.

Thanks

 

Responses

7 댓글
Batbileg Dorj

Same problem on Ubuntu 14.04

 

 

Andreu Polikarpov

Any solution's for this??

Paweł Chmiel

I had the same problem (Ubuntu 14.04 64 bit) and already posted working solution in other thread

https://developer.tizen.org/forums/sdk-ide/tizen-ide-crashes-creating-new-platform-project.-updated

Add following lines to eclipse.ini (found inside tizen-sdk/ide/)

-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=path_to_xullrunner

The biggest problem for me, was to find compatible (with eclipse) 64 bit version of xulrunner - i've used version from link found here ( https://jazz.net/forum/questions/103561/how-to-install-rtc-4-with-eclipse-37x-on-64-bit-ubuntu-1210 ) and it works fine (and better than on windows 7, where emulator don't start when VT and GPU is on. Here it works without any problems).

Alexander Vozjennikov

thanks, it really works.

a bit newer version xulrunner for x86_64: http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2012/03/2012-03-29-03-32-28-mozilla-1.9.2/xulrunner-1.9.2.29pre.en-US.linux-x86_64.tar.bz2

Timo Lehto

Thanks guys for these! And I can not emphasize enough. Stick with these 2 versions. Literally nothing else works! How the hell did you guys come up with some random nightly builds?!

P.S. I read a story of a guy who had heard of a guy who thought that also 3.6.x series of xulrunner should maybe work with tizen mobile sdk. Any thought's about that? :)

ezequiel De Simone

After restarted the Tizen over and over finally works.
-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=/opt/xulrunner

where /opt/xulrunner is the pad that installed the following version
user@userlaptop:/opt/xulrunner$ xulrunner -version
Mozilla XULRunner 1.9.2.14pre - 20101227033307

The version of Ubuntu is :
user@userlaptop: lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.1 LTS
Release:    14.04
Codename:    trusty

Thanks for the lasted post!

Daniel Buchmann

OK, same problem here! I downloaded as indicated, but, how to install it on Ubuntu 14?

Thanks!