Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

Hi there, I have built this from source without errors, but Espanso refuses to detect it. I have tried placing the various folders (some of which were generated blank for some reason, again no errors) into both \AppData\Roaming\espanso\match\packages\ and \AppData\Roaming\espanso\config to zero success. Nothing happens for any commands. I checked the search bar and it definitely does not see the packages. 


I even went as far as downloading a different package using the command line installer to verify that I was putting anything in the right spot, and that program works just fine and was placed into the packages directory.

I am an idiot and was copying the folders from the build directory, rather than the ones in the root of the project. Instead, I am running into a new problem. All commands output the following:


 [Espanso]: An error occurred during rendering, please examine the logs for more information.

Looking at the logs, this appears to be the error:

13:07:48 [worker(23344)] [WARN] extension 'script' on var: 'output' reported an error: could not execute script: '`C:\Users\Administrator\AppData\Roaming\espanso/scripts/playbtw_example`', error: '`The system cannot find the path specified. (os error 3)`'

13:07:48 [worker(23344)] [ERROR] error during rendering: rendering error

Caused by:

    could not execute script: '`C:\Users\Administrator\AppData\Roaming\espanso/scripts/playbtw_example`', error: '`The system cannot find the path specified. (os error 3)`'

I have no idea how to fix this.