RustAutoComplete icon indicating copy to clipboard operation
RustAutoComplete copied to clipboard

Crashes on "f"

Open spetroll opened this issue 11 years ago • 3 comments

Hi,

as soon as I type f in sublime, racer.exe crashes . Auto-completion works for everything else and when I execute racer complete f from command-line, it finds this:

 $ racer complete f
 MATCH flate,1,0,\Rust\rust\src\libflate\lib.rs,Module,flate
 MATCH fmt_macros,1,0,\Rust\rust\src\libfmt_macros\lib.rs,Module,

Which is why I assume this is a problem with this Plugin, not racer itself. I couldn't find any log that could give us additional information, how would I begin to debug this problem?

I'm on Windows 8.1.

spetroll avatar Nov 06 '14 11:11 spetroll

I have the same error.

Windonws 8.1

avatar29A avatar Nov 07 '14 08:11 avatar29A

Hi,

I don't have a Windows machine to test on. I think that if you open the command shell in ST (the same one you open when you first install Package Control) it should log any exceptions in the plugin. Does that show anything?

glennw avatar Nov 21 '14 19:11 glennw

Setup RustAutoCompleate. Text from Console:

loaded 859 snippets plugins loaded Package Control: Skipping automatic upgrade, last run at 2014-12-01 17:18:48, next run at 2014-12-01 18:18:48 or after ignored packages updated to: [Vintage, RustAutoComplete] found 1 files for base name Default.sublime-theme theme loaded reloading Packages/User/Preferences.sublime-settings found 1 files for base name Default.sublime-theme theme loaded ignored packages updated to: [Vintage] found 1 files for base name Default.sublime-theme reloading Packages/User/Package Control.sublime-settings theme loaded reloading plugin RustAutoComplete.RustAutoComplete reloading plugin RustAutoComplete.tests found 6 files for base name Default.sublime-keymap found 4 files for base name Main.sublime-menu reloading Packages/User/Preferences.sublime-settings found 1 files for base name Default.sublime-theme theme loaded

in console when input 'f':

failed: exit_code: 3221225725 b'PREFIX 4,5,f\n' failed: exit_code: 3221225725 b'PREFIX 4,5,f\n'

avatar29A avatar Nov 28 '14 09:11 avatar29A