You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this Wrapper in a Desktop Bridge App , most of the functions work fine, but some are causing a non-catchable, deadly AccessViolation Exception.
These exceptions only happen if the app is "bridged"
Minimal reproducable example:
Package WPF App
Install Autohotkey.Interop Nuget Package
Run the following code:
var ahk = AutoHotkeyEngine.Instance;
ahk.LoadScript("Reload");
The text was updated successfully, but these errors were encountered:
I am using this Wrapper in a Desktop Bridge App , most of the functions work fine, but some are causing a non-catchable, deadly AccessViolation Exception.
These exceptions only happen if the app is "bridged"
Minimal reproducable example:
The text was updated successfully, but these errors were encountered: