A bug was discovered when using the "Renew" button with the 4.4 client. So far I only tested with OpenVPN, there it occurs, but maybe not with WireGuard, I didn't test yet, will do shortly.
Steps to reproduce:
- Add + Connect to vpn.tuxed.net ("FrKo's Test Server")
- Use the "OpenVPN (TCP Only) Profile
- Wait 30 minutes for the "Renew" button to appear
- Click it
- Error is shown
The stack trace of the error:
System.Exception: Ein interner Fehler ist aufgetreten. Die Fehlerursache ist: fsm invalid transition attempt from 'Disconnecting' to 'OAuthStarted'.
bei eduVPN.Engine.RenewSession(Cookie cookie)
bei eduVPN.ViewModels.Windows.ConnectWizard.<>c__DisplayClass72_0.<RenewAndConnect>b__0()
bei System.Threading.Tasks.Task`1.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei eduVPN.ViewModels.Windows.ConnectWizard.<RenewAndConnect>d__72.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Screenshots:
image
image
A bug was discovered when using the "Renew" button with the 4.4 client. So far I only tested with OpenVPN, there it occurs, but maybe not with WireGuard, I didn't test yet, will do shortly.
Steps to reproduce:
1. Add + Connect to vpn.tuxed.net ("FrKo's Test Server")
2. Use the "OpenVPN (TCP Only) Profile
3. Wait 30 minutes for the "Renew" button to appear
4. Click it
5. Error is shown
The stack trace of the error:
```
System.Exception: Ein interner Fehler ist aufgetreten. Die Fehlerursache ist: fsm invalid transition attempt from 'Disconnecting' to 'OAuthStarted'.
bei eduVPN.Engine.RenewSession(Cookie cookie)
bei eduVPN.ViewModels.Windows.ConnectWizard.<>c__DisplayClass72_0.<RenewAndConnect>b__0()
bei System.Threading.Tasks.Task`1.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei eduVPN.ViewModels.Windows.ConnectWizard.<RenewAndConnect>d__72.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
```
Screenshots:

