rzyns / macvim

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

userSpaceScaleFactor warning #428

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?
Run MacVim on OS X 10.8.x Mountain Lion

> What is the expected output? What do you see instead?
No output expected.

Instead, I noticed the following output in my terminal. I'm not sure what I did 
in the UI to cause this.

2012-09-12 14:22:09.018 MacVim[57847:707] *** WARNING: Method 
userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It 
should not be used in new applications. Use convertRectToBacking: instead. 

> What version of MacVim and OS X are you using (see "MacVim->About MacVim"
> and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
> Intel")?
Custom Version 7.3 (65)
10.8.1

> Please provide any additional information below.

Original issue reported on code.google.com by gcat...@gmail.com on 12 Sep 2012 at 6:28

GoogleCodeExporter commented 9 years ago
This method is not called anywhere in the MacVim source code. I can only assume 
that you have some other software that is interfering (i.e. that injects its 
own code at runtime). I see that you are using a custom built MacVim -- you 
could also try using the prebuilt binary that is available on this Google code 
page.

Original comment by bjorn.winckler@gmail.com on 12 Sep 2012 at 8:03

GoogleCodeExporter commented 9 years ago
Thanks for the response and sorry for the red herring!

Original comment by gcat...@gmail.com on 13 Sep 2012 at 12:44

GoogleCodeExporter commented 9 years ago
No worries. It is lamentable that Apple chooses to log deprecation warnings at 
runtime instead of at compilation time...

Original comment by bjorn.winckler@gmail.com on 13 Sep 2012 at 10:26