```
...
23:05:00: SpellCheck DEBUG : Initializing Enchant library version 2.2.5
23:05:00: (NULL) WARNING : Error loading plugin: 'C:\Program Files 
(x86)\Geany/lib/enchant-2\enchant_aspell.dll': The specified module could not 
be found.
...
```

This appears as some odd path issue: 
`"\Geany/lib/enchant-2\enchant_aspell.dll"`. The slashes mixed with backslashes.

Indeed the  .dll **is** present, yet the loader apparently can't load it via 
such a mixed path.  Not sure whether it's a build or a configuration issue.

Same warning is being reported from GeanyVC plugin (at commit dialog, which 
uses GTKspell for commit message check). See the issue #1056 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/939#issuecomment-759932402

Reply via email to