DavidXanatos / priv10

Privacy tool for windows with a built in firewall
https://xanasoft.com/
Other
612 stars 86 forks source link

Can't activate the Firewall Option #66

Closed ChingghisKhan closed 4 years ago

ChingghisKhan commented 4 years ago

Hi, in Ver. 0.8, the firewall option is greyed out. In Ver. 0.1 it works. 19-10-2020 04-24-16

ChingghisKhan commented 4 years ago

19-10-2020 04-49-28

DavidXanatos commented 4 years ago

These errors indicate that the core/engine process is not running. Try unchecking and checking again the option "Dienst Installieren"

ChingghisKhan commented 4 years ago

Hi David,

Thanks a lot for fast response.

Now, it looks slightly different, but the service can’t be started.

I also tried un-install and new install without success.

My System: i5-10400F, 32GB RAM, 1TB M2 SSD, Windows 10_2004 with all the latest updates.

Von: DavidXanatos [mailto:notifications@github.com] Gesendet: Montag, 19. Oktober 2020 09:08 An: DavidXanatos/priv10 Cc: Chighisskhan; Author Betreff: Re: [DavidXanatos/priv10] Can't activate the Firewall Option (#66)

These errors indicate that the core/engine process is not running. Try unchecking and checking again the option "Dienst Installieren"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DavidXanatos/priv10/issues/66#issuecomment-711717408 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGV7HPLC44F2YJYV6CQJ5DSLPQWNANCNFSM4SVRCLSQ . https://github.com/notifications/beacon/ADGV7HJ3QR27GTWXUVKB4OTSLPQWNA5CNFSM4SVRCLS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFJV7EIA.gif

DavidXanatos commented 4 years ago

Try one of the newer builds 0.83 for example

DavidXanatos commented 4 years ago

ah sorry i mean 0.82b

ChingghisKhan commented 4 years ago

Thanks, will try and report

⁣Get BlueMail for Android ​

On Oct 19, 2020, 10:12, at 10:12, DavidXanatos notifications@github.com wrote:

ah sorry i mean 0.82b

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/DavidXanatos/priv10/issues/66#issuecomment-711809923

ChingghisKhan commented 4 years ago

I installed 0.82b, no luck – the service will not start:

Von: DavidXanatos [mailto:notifications@github.com] Gesendet: Montag, 19. Oktober 2020 10:12 An: DavidXanatos/priv10 Cc: Chighisskhan; Author Betreff: Re: [DavidXanatos/priv10] Can't activate the Firewall Option (#66)

ah sorry i mean 0.82b

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DavidXanatos/priv10/issues/66#issuecomment-711809923 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGV7HLCFZSQYDZFVGU4X4DSLPYGBANCNFSM4SVRCLSQ . https://github.com/notifications/beacon/ADGV7HJA4GMD3LLA7B5LKQDSLPYGBA5CNFSM4SVRCLS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFJWVXAY.gif

DavidXanatos commented 4 years ago

hmm. open an elevated command prompt and type net start priv10

ChingghisKhan commented 4 years ago

Unfortunately no luck:

Von: DavidXanatos [mailto:notifications@github.com] Gesendet: Montag, 19. Oktober 2020 15:35 An: DavidXanatos/priv10 Cc: Chighisskhan; Author Betreff: Re: [DavidXanatos/priv10] Can't activate the Firewall Option (#66)

hmm. open an elevated command prompt and type net start priv10

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DavidXanatos/priv10/issues/66#issuecomment-712160293 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGV7HPPR6DXLPZWVUCKDZLSLQ57PANCNFSM4SVRCLSQ . https://github.com/notifications/beacon/ADGV7HL2TJVHVL6S3KYHFELSLQ57PA5CNFSM4SVRCLS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFJZLIJI.gif

DavidXanatos commented 4 years ago

what was the error message?

ChingghisKhan commented 4 years ago

I just saw that the screen-shots are not visible when I reply to the mail from Outlook. error System error 1067 Process endet unexpected

DavidXanatos commented 4 years ago

Hmm... ok strange... that indicates a crash when loading... please try the folowing

Open an elevated command prompt, navigate to the priv10 instalation directory and execute PrivateService.exe -engine that will start the service attached to the console and print debug output to it. probably it will end in a crash as well, then please send me the console output.

ChingghisKhan commented 4 years ago

Translations:

Unbehandelte Ausnahme - Unhandled exception

Das System kann die angegebene Datei nicht finden - The system can not find the stated file

C:\Programme\privatewin10>PrivateService.exe -engine

C:\Programme\privatewin10>Config Directory: C:\ProgramData\PrivateWin10

Log: PrivateWin10 Service Process Started, Mode Engine.

Engine Thread Running

Initializing app manager...

Loading program list...

Starting firewall monitor...

Starting firewall guard...

Loading Windows Firewall rules...

Assigning Firewall rules...

Unbehandelte Ausnahme: System.IO.FileNotFoundException: Das System kann die angegebene Datei nicht finden. (Ausnahme von HRESULT: 0x80070002)

bei Windows.ApplicationModel.Package.get_InstalledLocation()

bei MiscHelpers.AppManager.GetAppResourceStr(String resourcePath)

bei PrivateService.App.GetResourceStr(String resourcePath)

bei PrivateWin10.Program.GetDescription()

bei PrivateWin10.Program..ctor(ProgramID progID)

bei PrivateWin10.ProgramList.AddProgram(ProgramID progID)

bei PrivateWin10.Priv10Engine.LoadFwRules()

bei PrivateWin10.Priv10Engine.Run()

bei PrivateService.App.Main(String[] args)

Von: DavidXanatos [mailto:notifications@github.com] Gesendet: Montag, 19. Oktober 2020 18:38 An: DavidXanatos/priv10 Cc: Chighisskhan; Author Betreff: Re: [DavidXanatos/priv10] Can't activate the Firewall Option (#66)

Hmm... ok strange... that indicates a crash when loading... please try the folowing

Open an elevated command prompt, navigate to the priv10 instalation directory and execute PrivateService.exe -engine that will start the service attached to the console and print debug output to it. probably it will end in a crash as well, then please send me the console output.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DavidXanatos/priv10/issues/66#issuecomment-712288110 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGV7HJ5GKE3SGJZ2CQVUK3SLRTM7ANCNFSM4SVRCLSQ . https://github.com/notifications/beacon/ADGV7HKA4G7M2IBFHTTQHSLSLRTM7A5CNFSM4SVRCLS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFJ2KO3Q.gif

DavidXanatos commented 4 years ago

I see the problem... fill be fixed in the next build, its related to your UWP apps did you uninstall the MSFT store or used a tool like ntLite to remove windows components?

ChingghisKhan commented 4 years ago

Yes, I debloated Windows

⁣Get BlueMail for Android ​

On Oct 19, 2020, 19:04, at 19:04, DavidXanatos notifications@github.com wrote:

I see the problem... fill be fixed in the next build, its related to your UWP apps did you uninstall the MSFT store or used a tool like ntLite to remove windows components?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/DavidXanatos/priv10/issues/66#issuecomment-712303291

DavidXanatos commented 4 years ago

Please try this build: https://github.com/DavidXanatos/priv10/releases/tag/v0.83

ChingghisKhan commented 4 years ago

Thanks for your fast work – this version works fine.

Von: DavidXanatos [mailto:notifications@github.com] Gesendet: Montag, 19. Oktober 2020 21:36 An: DavidXanatos/priv10 Cc: Chighisskhan; Author Betreff: Re: [DavidXanatos/priv10] Can't activate the Firewall Option (#66)

Please try this build: https://github.com/DavidXanatos/priv10/releases/tag/v0.83

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DavidXanatos/priv10/issues/66#issuecomment-712396612 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGV7HLCRX52CYVSOD7X6I3SLSIK3ANCNFSM4SVRCLSQ . https://github.com/notifications/beacon/ADGV7HNJFTODXPJW44PDIP3SLSIK3A5CNFSM4SVRCLS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFJ3E6RA.gif

DavidXanatos commented 4 years ago

great than I can close this issue :)