连接到额外的显示器并断开连接后,macvim无法启动

前端之家收集整理的这篇文章主要介绍了连接到额外的显示器并断开连接后,macvim无法启动前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
使用mac vim时遇到一个非常奇怪的问题.

ENV:
操作系统:OS X山狮,
Macvim:https://github.com/b4winckler/macvim/archive/snapshot-66.tar.gz

重现步骤:
连接我的labtop到一个额外的显示.
2.打开macvim
3.断开Labtop与额外的显示
4.重启macvim
我收到以下错误

2013-07-09 07:53:05.458 MacVim[9400:707] Error (1007) creating CGSWindow on line 259
2013-07-09 07:53:05.460 MacVim[9400:707] (
  0   CoreFoundation                      0x00007fff8f3d8b06 __exceptionPreprocess + 198
  1   libobjc.A.dylib                     0x00007fff85b723f0 objc_exception_throw + 43
  2   CoreFoundation                      0x00007fff8f3d88dc +[NSException raise:format:] + 204
  3   AppKit                              0x00007fff88215b49 _NSCreateWindowWithOpaqueShape2 + 655
  4   AppKit                              0x00007fff88214340 -[NSWindow _commonAwake] + 2002
  5   AppKit                              0x00007fff882c475b -[NSWindow _makeKeyRegardlessOfVisibility] + 88
  6   AppKit                              0x00007fff882c46c5 -[NSWindow makeKeyAndOrderFront:] + 25
  7   MacVim                              0x0000000108097192 -[MMWindowController presentWindow:] + 150
  8   Foundation                          0x00007fff8d1b9d05 __NSFireDelayedPerform + 358
  9   CoreFoundation                      0x00007fff8f395804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
  10  CoreFoundation                      0x00007fff8f39531d __CFRunLoopDoTimer + 557
  11  CoreFoundation                      0x00007fff8f37aad9 __CFRunLoopRun + 1529
  12  CoreFoundation                      0x00007fff8f37a0e2 CFRunLoopRunSpecific + 290
  13  HIToolBox                           0x00007fff8f6bceb4 RunCurrentEventLoopInMode + 209
  14  HIToolBox                           0x00007fff8f6bcc52 ReceiveNextEventCommon + 356
  15  HIToolBox                           0x00007fff8f6bcae3 BlockUntilNextEventMatchingListInMode + 62
  16  AppKit                              0x00007fff8820c533 _DPSNextEvent + 685
  17  AppKit                              0x00007fff8820bdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
  18  AppKit                              0x00007fff882031a3 -[NSApplication run] + 517
  19  AppKit                              0x00007fff881a7bd6 NSApplicationMain + 869
  20  libdyld.dylib                       0x00007fff8d5ff7e1 start + 0
  21  ???                                 0x0000000000000003 0x0 + 3

有没有人知道如何解决它?任何建议将不胜感激.

断开外部显示器后,我会随机收到相同的错误. FWIW,以前工作.

解决这个问题,我不得不进入〜/ Library / Preferences /并删除两个MacVim首选项文件

> org.vim.MacVim.LSSharedFileList.plist
> org.vim.MacVim.plist

打开它回来,像一个魅力一样工作.不要打扰重新安装MacVim,这对我没有用(使用HomeBrew).

原文链接:https://www.f2er.com/bash/383919.html

猜你在找的Bash相关文章