The process has no package identity.
The process has no package identity.
Dear Team,
Thank you for the great program, I have been bought it over the windows app store, now the CLI functionality is not working. I have many script what I do would like to run it reguraly, but I do reciee the following error
>filebot
An error occurred while starting the application.
The process has no package identity.
What would be the prefered way to use CLI again
Thank you for your help!
Thank you for the great program, I have been bought it over the windows app store, now the CLI functionality is not working. I have many script what I do would like to run it reguraly, but I do reciee the following error
>filebot
An error occurred while starting the application.
The process has no package identity.
What would be the prefered way to use CLI again
Thank you for your help!
Re: Windows app CLI not working
Are you using the latest Insider Preview version of Windows?
Works with Windows 10.0.14393:
Works with Windows 10.0.14393:
Code: Select all
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\>filebot -version
FileBot 4.7.7 (r4678) / Java(TM) SE Runtime Environment 1.8.0_111 / Windows 10 10.0 (amd64)
Re: The process has no package identity.
Code: Select all
Microsoft Windows [Version 10.0.14986]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>filebot -version
An error occurred while starting the application.
The process has no package identity.

Re: The process has no package identity.
Isn't 10.0.14986 the Windows 10 Creators Update Insider Preview build?
If you're using an early access version of Windows, please report this issue to Microsoft as well.
EDIT: Are you trying to run filebot as Administrator? The UWP sandbox probably won't allow that.
If you're using an early access version of Windows, please report this issue to Microsoft as well.
EDIT: Are you trying to run filebot as Administrator? The UWP sandbox probably won't allow that.
Re: The process has no package identity.
Yes it is EA... so it is an issue with MS... okok.. I am planing to change it for an original one anyway, guess it is a good time to do it. I will do it on the weekend...
Is there any way to run script from the GUI... Gui is working properly...
(yes I do run it with admin right)
Is there any way to run script from the GUI... Gui is working properly...
(yes I do run it with admin right)
Re: The process has no package identity.
F5 will open the Groovy console that allow you to run Groovy code. It's quite different from entering commands on the command-line though.
Re: The process has no package identity.
Is there any way to easly put this to there and run it every day (every day not so important)
if it is a trouble for you no worry, I will reinstall windows... and thx for the great support!
Code: Select all
filebot.exe -script fn:amc --output "d:\!media" --conflict override --log-file amc.log --action move -non-strict "c:\!Torrent\complete" --def subtitles=en,hu clean=y unsorted=y storeReport=y deleteAfterExtract=y minFileSize=100000000 plex=127.0.0.1
filebot.exe -script fn:suball "d:\!media\TV Shows" -non-strict --def maxAgeDays=7 minAgeDays=1
filebot.exe -script fn:suball "d:\!media\Movies" -non-strict --def maxAgeDays=7 minAgeDays=1
Re: The process has no package identity.
A Groovy console script to call the amc script might look like this:
Nobody is using the Groovy console for this kind of stuff though, so it's fairly untested and behaviour might be a bit strange.
Code: Select all
executeScript('amc', ['-non-strict', '--output', '/path/to/output'], [subtitles:'en', clean:'y', plex:'127.0.0.1'], ['/path/to/input' as File])
Re: The process has no package identity.
windows reinstall than... thx!
Re: The process has no package identity.
after the reinstall it has been resolved. thx
Re: The process has no package identity.
This program was working fine for me but I wanted the latest version.
I uninstalled, cleared registry, rebooted, confirmed everything was gone, went to windows store and re-installed the App from there.
Now I cannot launch the program. I receive "The process has no package identity." I have since re-installed and rebooted several times without resolution.
Ryan
I uninstalled, cleared registry, rebooted, confirmed everything was gone, went to windows store and re-installed the App from there.
Now I cannot launch the program. I receive "The process has no package identity." I have since re-installed and rebooted several times without resolution.
Ryan
Re: The process has no package identity.
What version of Windows are you using? 10.0.14393 or some preview release?
Re: The process has no package identity.
The last update installed was January 10, 2017—KB3213986 (OS Build 14393.693)


Re: The process has no package identity.
Thanks!
I've reported this issue to Microsoft:
https://social.msdn.microsoft.com/Forum ... =wpdevelop
I've reported this issue to Microsoft:
https://social.msdn.microsoft.com/Forum ... =wpdevelop