-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning on OS X Mavericks: usage of deprecated "CGFontSetShouldUseMulticache" #12416
Comments
Revising title to reflect that (was: "Don't work on Mac OS X Maverick"). If something about Brackets doesn't appear to be working properly, please provide more detail. |
Also, it looks like you may have pasted the wrong Chromium bug link -- that one doesn't appear to be related to this issue. (Tagging CEF though since that's almost certainly where the warning is being triggered). |
And it is not warning, it is error :)
PS: Linkt to chromium issues from logs. |
Also, do you have any extensions installed? If so, can you try launching with all extensions disabled? (Move extensions from "user" folder to "disabled" folder). Lastly, try launching with a clean cache and prefs -- remove or temporarily relocate your cache folder. |
|
|
|
Unpacking this, it looks like there are two issues. The warning at the beginning is a Chromium/CEF issue, and presumably will get fixed there at some point before the next Mac OS release, but we should leave this bug open (as low priority) to track it. The other issue (Brackets Helper appearing to hang in Activity Monitor even though Brackets is working) looks like the same as #5794, so I think we can consider that separately. Assigning to |
Note: the Chromium bug linked above https://code.google.com/p/chromium/issues/detail?id=45650, does not appear to have anything to do with the "CGFontSetShouldUseMulticache" warning. It is instead related to another warning about "CFAllocator" that's shown several times at startup (see #6379 for example). I'll see if I can find an actual tracking bug to go with the font message described here. |
Looks like the font warning is tracked by private(?) bug https://code.google.com/p/chromium/issues/detail?id=255125, a fix for which was merged over the summer. Any way to tell if that's made it into our version of CEF yet? |
Added note in description to make sure we verify #6379 too before closing this |
24-03-14 22:29:37,140 Brackets Helper[7102]: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. OSX Mavericks and Last version of Brackets |
Not fixed with CEF 1750 |
Monday Oct 28, 2013 at 23:10 GMT
Originally opened as adobe/brackets#5736
nwjs/nw.js#1216 (comment)
https://code.google.com/p/chromium/issues/detail?id=45650
[peterflynn: Note that there's another warning, about
CFAllocator
that this bug is now tracking too since #6379 was duped out.]The text was updated successfully, but these errors were encountered: