-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Error detected while processing function" after install when opening go files #2536
Comments
@thingsis thank you for the bug report; I'll try to get this fixed quickly for you. Does this happen for you anytime you open a go file, or only when you try opening a new Go file? Are you specifying the file to open on the command line or opening after you've started Vim? |
It doesn't matter whether I open the file in vim or via the command line. No difference. What do you mean by only when opening a new go file? |
Does it happen when you open a file that's already on disk? I've tried duplicating this on a Windows laptop that's been tucked away in a closet without success. The the I can provide a workaround for you that will keep you from seeing this error message, but I think there's something about your system that is different than others, so the workaround may simply expose other problems. |
Can you give #2537 a try? I don't expect it to fully fix your issue, but it should at least eliminate the errors you're seeing now. |
I tried this. It does get rid of those errors, but I still get Also, :GoInstallBinaries still doesn't work. This is the output:
|
I'm wondering if your TMPDIR is missing or something. Does |
I was wondering the same and had checked that already. It exists and is writable. It even has some temporary go files in it already. It does seem strange though... |
The errors you're seeing now when running By some chance, is vim running as a different user or with a restricted set of permissions somehow? |
@thingsis I've modified #2537 such that it should output the error when running
|
@thingsis have you resolved your issue, or should we keep this issue open? |
@bhcleek Let's keep it open. I am currently finishing up a project and will then gladly keep working on it. Sorry for the delay! |
I see something similar:
My issue might be related to my go version:
|
@thingsis should we close this? |
closing for lack of feedback |
What did you do? (required: The issue will be closed when not provided)
Clean install of both vim and vim-go on windows with a working install of go 1.13. Everytime I load a go file I get the above error. See below for details
What did you expect to happen?
The editor to open without en error message so that I can at least :GoInstallBinaries to finish the installation - this has not yet taken place, since executing any :Go... command gives a similar error
What happened instead?
The following error:
Configuration (MUST fill this out):
vim-go version:
master
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):vimrc
Vim version (first three lines from
:version
):VIM - Vi IMproved 8.1 (2018 May 18, compiled May 18 2018 18:36:07)
MS-Windows 32-bit GUI version with OLE support
Included patches: 1
Go version (
go version
):Go environment
go env
Output:The text was updated successfully, but these errors were encountered: