ClosestStorm / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Crashes when NerdTree is installed #502

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MacVim7.4-72 worked fine with NERDTree, however, MacVim7.4-73 crashes when 
NERDTree is enabled. Related NERDTree issue: 
https://github.com/scrooloose/nerdtree/issues/333

Crash log: 

not found in 'runtimepath': "autoload/fugitive.vim"

could not source "$HOME/.gvimrc"
could not source "~/.vim/gvimrc"
not found in 'runtimepath': "bitmaps/Open.png"
not found in 'runtimepath': "bitmaps/Open.bmp"
not found in 'runtimepath': "bitmaps/Save.png"
not found in 'runtimepath': "bitmaps/Save.bmp"
not found in 'runtimepath': "bitmaps/SaveAll.png"
not found in 'runtimepath': "bitmaps/SaveAll.bmp"
not found in 'runtimepath': "bitmaps/Print.png"
not found in 'runtimepath': "bitmaps/Print.bmp"
not found in 'runtimepath': "bitmaps/-sep1-.png"
not found in 'runtimepath': "bitmaps/-sep1-.bmp"
not found in 'runtimepath': "bitmaps/Undo.png"
not found in 'runtimepath': "bitmaps/Undo.bmp"
not found in 'runtimepath': "bitmaps/Redo.png"
not found in 'runtimepath': "bitmaps/Redo.bmp"
not found in 'runtimepath': "bitmaps/-sep2-.png"
not found in 'runtimepath': "bitmaps/-sep2-.bmp"
not found in 'runtimepath': "bitmaps/Cut.png"
not found in 'runtimepath': "bitmaps/Cut.bmp"
not found in 'runtimepath': "bitmaps/Copy.png"
not found in 'runtimepath': "bitmaps/Copy.bmp"
not found in 'runtimepath': "bitmaps/Paste.png"
not found in 'runtimepath': "bitmaps/Paste.bmp"
not found in 'runtimepath': "bitmaps/LoadSesn.png"
not found in 'runtimepath': "bitmaps/LoadSesn.bmp"
not found in 'runtimepath': "bitmaps/SaveSesn.png"
not found in 'runtimepath': "bitmaps/SaveSesn.bmp"
not found in 'runtimepath': "bitmaps/RunScript.png"
not found in 'runtimepath': "bitmaps/RunScript.bmp"
not found in 'runtimepath': "bitmaps/Make.png"
not found in 'runtimepath': "bitmaps/Make.bmp"
not found in 'runtimepath': "bitmaps/-sep7-.png"
not found in 'runtimepath': "bitmaps/-sep7-.bmp"
not found in 'runtimepath': "bitmaps/Help.png"
not found in 'runtimepath': "bitmaps/Help.bmp"Fatal Python error: 
PyThreadState_Get: no current thread
Vim: Caught deadly signal ABRT
Writing viminfo file "/Users/leandros/.viminfo"Vim: Finished.

Press ENTER or type command to continue

Original issue reported on code.google.com by arvid.ge...@gmail.com on 26 Apr 2014 at 4:02