Skip to content

fix crash during start when helper not installed

jkito requested to merge init-error into main

during initialization setting ctx.bitmask as soon as vpn.Init() returns and by not returning error from launcher.FirewallStop this works around the issue where the app crashes because of calling methods of the Bitmask object which was nil

the launcher.FirewallStop method returned an error when the helper was not installed

(If helpers are not installed it shows the following window)

image

Merge request reports

Loading