rzyns / macvim

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

TSplicedFont failed creating descriptor for: #504

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
RULES: READ FIRST!
1.  This page is only for reporting bugs.  Feature requests are to be
posted to the [http://groups.google.com/group/vim_mac vim_mac] mailing
list.
2.  Go through the
[http://github.com/b4winckler/macvim/wiki/Troubleshooting Troubleshooting
guide] before creating a new Issue to rule
out common problems that are not bugs.
3.  Search older Issues and the [http://groups.google.com/group/vim_mac
vim_mac] mailing list before creating a new Issue.
(Please delete this text now that you have read it and enter an issue
report.  Thank you for taking the time to report bugs!)

What steps will reproduce the problem?
Start MacVim from shell invoking mvim.

What is the expected output? What do you see instead?
Everything seems to be working expect that there seems to be a debug output in 
the shell beginning with 
"TSplicedFond failed creating descriptor for". See the output below in 
additional information.

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")?
OS X 10.10 Developer Preview 2
MacVim 7.4

Please provide any additional information below.

2014-06-19 21:02:52.128 MacVim[7316:367687] TSplicedFont failed creating 
descriptor for:
(
        {
        UnicodeCharSetTrim = "<__NSCFCharacterSet: 0x7fedb4910f50>";
        name = ".STHeitiUISC-Thin";
    }
)
2014-06-19 21:02:52.128 MacVim[7316:367687] TSplicedFont failed creating 
descriptor for:
(
        {
        UnicodeCharSetTrim = "<__NSCFCharacterSet: 0x7fedb4910f50>";
        name = ".STHeitiUISC-Thin";
    }
)
2014-06-19 21:02:52.129 MacVim[7316:367687] TSplicedFont failed creating 
descriptor for:
(
        {
        UnicodeCharSetTrim = "<__NSCFCharacterSet: 0x7fedb4910f50>";
        name = ".STHeitiUITC-Thin";
    }
)
2014-06-19 21:02:52.129 MacVim[7316:367687] TSplicedFont failed creating 
descriptor for:
(
        {
        UnicodeCharSetTrim = "<__NSCFCharacterSet: 0x7fedb4910f50>";
        name = ".STHeitiUITC-Thin";
    }
)
2014-06-19 21:02:52.129 MacVim[7316:367687] TSplicedFont failed creating 
descriptor for:
(
        {
        NSCTFontFeatureSettingsAttribute =         (
                        {
                CTFeatureSelectorIdentifier = 8;
                CTFeatureTypeIdentifier = 22;
            }
        );
        UnicodeCharSetTrim = "<__NSCFCharacterSet: 0x7fedb49134e0>";
        name = ".HiraKakuInterface-W2";
    }
)
2014-06-19 21:02:52.130 MacVim[7316:367687] TSplicedFont failed creating 
descriptor for:
(
        {
        NSCTFontFeatureSettingsAttribute =         (
                        {
                CTFeatureSelectorIdentifier = 8;
                CTFeatureTypeIdentifier = 22;
            }
        );
        UnicodeCharSetTrim = "<__NSCFCharacterSet: 0x7fedb49134e0>";
        name = ".HiraKakuInterface-W2";
    }
)

Original issue reported on code.google.com by spinoza....@gmail.com on 20 Jun 2014 at 2:04

GoogleCodeExporter commented 9 years ago
I'm having this problem as well. I tried rebuilding the font cache and that 
didn't fix it.

I did notice that it only seems to happen when I'm using janus (I tried moving 
~/.vim and I didn't see the error).

Original comment by jarin.u...@gmail.com on 23 Jun 2014 at 5:49