continuoustests / OpenIDE

A set of tools for providing basic developer IDE features around your favorite editor.
95 stars 16 forks source link

oi editor vim crashes on Windows #2

Closed aleksandersumowski closed 11 years ago

aleksandersumowski commented 12 years ago

I've checked out repository, ran deploy.bat, added oi.exe to PATH, then run oi editor vim The command crashes with message EditorEngine has stopped working

I've tried issuing the command both in folder containing sln file, csproj file and one containing source(cs) files.

How can I provide more debug information?

secgoat commented 11 years ago

I get the same issue, definite crash with Vim, nothing with GVim.

When debugging I get a {"The system cannot find the file specified"}

and the stack trace:

at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at vim.VimEditor.Initialize(Location location) at EditorEngine.Core.Editors.EditorDispatcher.Consume(EditorLoadMessage message) at EditorEngine.Core.Messaging.MessageDispatcher.cAnonStorey3`1.<>m5(Object state) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

I don't know if this helps or not, but i hope it does, I would really like to try this out!

acken commented 11 years ago

This is probably that the path used in EditorEngine\plugins\vim.executable is invalid. Either put the absolute path to gvim.exe or add the path to PATH. Right now it won't work with regular vim.