Spacevim: Segmentation Fault when trying to open vim after install script

Created on 8 Apr 2017  路  8Comments  路  Source: SpaceVim/SpaceVim

Expected behavior, english is recommend

I have just rand the install script (curl -sLf https://spacevim.org/install.sh | bash)
open vim and the below error occurs about 5 different times with different error on functions each time.

Error detected while processing function 29:
line 1:
E716: Key not present in Dictionary: _opts, 'on_stdout')
E116: Invalid arguments for function has_key(self._opts, 'on_stdout')
E15: Invalid expression: has_key(self._opts, 'on_stdout')

after it is done erroring out vim closes with a seg fault

Environment Information

  • OS: Ubuntu 16.04.2 LTS
  • vim version: version 7.4.1689
  • neovim version: not installed

The reproduce ways from Vim starting (Required!)

  1. run curl -sLf https://spacevim.org/install.sh | bash
  2. open vim->seg fault

Output of the ":message" command, and ":echo SpaceVim#logger#viewLog()"

unable to open vim

Most helpful comment

you should install vim-gtk,

All 8 comments

Same here

  • OS: Ubuntu 16.04.1 LTS
  • vim version: version 7.4.1689
  • neovim version: not installed

does your vim has python support?

I'm not sure, how can I check it?

in vim, :echo has('python')

It outputs 0

you should install vim-gtk,

Thanks, it worked (ref)

Nice, but I think I should fix supporting of vim without +python feature.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jetm picture jetm  路  5Comments

keai4le picture keai4le  路  4Comments

zeroasterisk picture zeroasterisk  路  4Comments

wsdjeg picture wsdjeg  路  3Comments

gennad picture gennad  路  4Comments