Open wjnnb opened 8 years ago
I think to get an answer you would need to give a small reproducible example including the source code.
Also you can try to run irony server binary from command line with the complete argument with file and line number and see if it It provides a list of completions without the use of emacs at all.
Thanks, I have solved the problem by myself. I don't know the reason but I think it's really a complex thing. I fixed my PATH
and some of my configuration files which were really wrong and I also recompiled the server using a 32bit LLVM. After that, it works well.
Thanks.
I use Emacs 25.0.91.1 (x86_64-w64-mingw32) in Windows 7 64bit. My irony-mode and company-irony were installed from MELPA. The installation path of irony-server is
H:\emacs\.emacs.d\irony\bin
where I can findirony-server.exe
and run it in console after installation. It seems well since I test it using-v
H:\emacs\.emacs.d\irony\bin>irony-server.exe -v
irony-server version 0.2.0-cvs4
clang version 3.9.0 (trunk)
But when I triggered the completion, it crashed and my OS promptedin a message box. My configuration file is give as follows.
BTW, sometimes the completion used to work well, but crashed after I modifyed some of my configuration. And I can't fix it even if I recovered my configuation.
Thanks.