Skip to content

AccessViolation Exception in Desktop Bridged App #13

@poochie89

Description

@poochie89

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions