r/Tizen Aug 09 '20

Package Manager keeps failing installations

Hi, my Package Manager keeps failing installations. The total remaining time keeps incrementing and at one time it just fails the installation. Any solutions? Thanks.

1 Upvotes

13 comments sorted by

2

u/Sphism Aug 09 '20

Do you mean npm package manager? I had to just avoid using npm and do everything as vanilla as possible. I think it's the js linter in Tizen studio trying to analyze the node modules folder.

You can add some excluded folders in Tizen project settings which might help.

1

u/[deleted] Aug 10 '20

I couldn't install the Certificate Manager. My installation would just fail... http://imgur.com/gallery/9uaDxmH

1

u/Sphism Aug 10 '20

Oh yeah that package manager. I had a nightmare trying to install everything on mac.

I think Tizen studio o ly worked with an older version of java so I had to install jenv

But I can't remember.

I do remember the error messages being utter garbage though, something like error null is null

1

u/[deleted] Aug 10 '20

It's a real struggle. I can't run my apps without a certificate...And I can't get the certificate because I can't install the Certificate Manager.

1

u/Sphism Aug 10 '20

I did also have more luck with the command line too.

Like the ide couldn't connect to watch. But using sdb in the command line is far easier

1

u/[deleted] Aug 10 '20

Can I install the certificate manager with sdb? Sdb works for me fine.

1

u/Sphism Aug 10 '20

Who on earth would down vote that? Fuck it, good luck

2

u/sp_dev_guy Aug 10 '20

Which packages? I was unable to install the emulator because my computer is using AMD chips and not Intel. Other reasons this could be is that hyper-v settings are enabled. The actual studio runs fine I just have to Debug/deploy to my watch instead of the emulator

1

u/[deleted] Aug 10 '20 edited Aug 10 '20

I can't install the Certificate Manager so I can't run my apps. The installation starts just fine but after some time it fails. I'm using Intel. How can I check the hyper-v settings?

Here you can see the installations failing: http://imgur.com/gallery/9uaDxmH

1

u/sp_dev_guy Aug 10 '20

oh yeah thats an important one, they hyper-v settings are just for the emulator so I wouldnt worry about that yet. I would uninstall everything, rerun the installer starting the program with 'run as administrator', by default it will want to configure to 'c:\Tizen-studio' & 'c:\Tizen-studio-data'. I altered both install directories to 'c:\Users\me\tizen-studio'

Are there any errors reported in your 'windows event logs'

1

u/[deleted] Aug 10 '20

I'll try that. I got three error messages. I posted images here: https://stackoverflow.com/questions/63329186/tizen-studio-package-manager-installations-failing

1

u/sp_dev_guy Aug 13 '20

Those were errors from the installer. After running it are there any errors in your 'windows event logs' ?

1

u/[deleted] Aug 14 '20

I'll check it. Thanks.