vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

Crashes when creating new file from file explorer #77

Open troex opened 10 years ago

troex commented 10 years ago

This happens quiet often to me, around each 3rd time when I press ⌘-e and then n in file explorer to create new file. After crash empty New File is present in selected folder.

There is default apple trace http://pastebin.com/raw.php?i=EESwvnXL, not sure if it's useful.

Shadowfiend commented 10 years ago

Yikes, that's nasty. I couldn't reproduce after a brief attempt; it looks like the explorer variable is being released prematurely, which is odd since it should be set during NIB unpacking. Did you build your own copy of Vico? If so, is it on latest master? Just want to see if the line numbers are accurate to what I have locally.

troex commented 10 years ago

Yes, build latest master version running make, I have Xcode 5 installed:

$ git log --oneline --max-count=1
601066a Turning line numbers off with word wrap no longer causes documents to be cut off.
Shadowfiend commented 10 years ago

:thumbsup: thanks :)