jessegrosjean / quickcursor

496 stars 74 forks source link

No such file or directory #9

Closed JohnSpeno closed 13 years ago

JohnSpeno commented 14 years ago

Using Version 1.1.6-Development (16)

Tried to edit a wiki textrea using MacVim and got this in the console log:

1/13/10 Jan 13, 2010,2:54:21 PM QuickCursor[1436] Error Domain=NSCocoaErrorDomain Code=4 UserInfo=0x10049d5f0 "The file “ServicesNoteBook" - NES Wiki 003.txt” doesn’t exist." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")

I wonder if the problem is related to the whitespace in the filename.

I tried to build from git, but gave up after 'xcodebuild' failed. That's the extend of my knowledge of building a mac app currently.

JohnSpeno commented 14 years ago

I think the problem was a '/' in the filename. And it is probably fixed by this change:

http://github.com/gaspard/quickcursor/commit/23d642cb18d0ff43f24e0d026b8d9690ba3bb50c

JohnSpeno commented 14 years ago

Yes, that was it. I built QuickCursor with that changeset and I can now edit my wiki pages in MacVim again. Sweet!