-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeanyVC git commit not working (Windows) #1056
Comments
Which Geany version are you using? How did you install it? GeanyVC plugin is dependent on |
@Morusec did you try to disable spellchecking for GeanyVC by setting the language option to an empty string in the plugin preferences? The posted warnings about aspell and voikkpo libraries are rather harmless and I even think the mixed slashes would work. But Enchant on Windows doesn't work with these libraries even if there are built and present, these two messages always appear and I didn't find a way yet to silence them. I assume the real problem is that you simply doesn't have any dictionaries installed but spell checking configured in the plugin preferences. |
The Windows version 1.37.1 was installed along side with geany-plugins 1.37. The error messages a WARNINGs and should not break the git functionality, it may not be related. |
Just tested on a Windows box: I can confirm the commit action fails. But it is unrelated to any spell checking issues. Also, the message "17:39:18: Error initializing GeanyVC spell checking: enchant error for language: en. Check your configuration.` is quite misleading I'd say as it also happens when no spell check language is selected in the plugin preferences (as you said). So, we have two issues here: the failing |
Running
So, in my case the GIT repository wasn't configured properly. |
Nice find! When settings them per project, it works! Thank you |
Hi!
I usually use the plugins under Linux and everything works as expected.
Recently, I've been dual booting on Windows and can't get the "git commit" from GeanyVC to work at all.
I can check files, add a comment and click "Commit" but it fails with this error:
"17:39:18: Error initializing GeanyVC spell checking: enchant error for language: en. Check your configuration."
I also can see this under Debug Messages:
17:39:18: (NULL) WARNING : Error loading plugin: 'C:\Program Files (x86)\Geany/lib/enchant-2\enchant_aspell.dll': The specified module could not be found.
17:39:18: (NULL) WARNING : Error loading plugin: 'C:\Program Files (x86)\Geany/lib/enchant-2\enchant_voikko.dll': The specified module could not be found.
The DLL files are present if that path with slashes and backslashes can be interpreted right.
I did not enable any other plugins than "GeanyVC" and "Git Change Bar" so no spellchecking should be considered.
I suspects it is related to "gtkspell -- GeanyVC's spell-check support"
I am used to recompile and test under linux but have no clue how to do it right under Windows.
Thank you!
Julien
The text was updated successfully, but these errors were encountered: