Page 1 of 6

Building font cache

Posted: 23 Jun 2010 23:02
by 0080900
Hello, I keep getting this before a video a starts playing in VLC 1.1.0 (Final)

Building font cache

Any idea why it does this and how I can disable it?

This never happened with VLC 1.0.5

Thanks to anyone who can help me resolve the issue

Re: Building font cache

Posted: 24 Jun 2010 00:42
by tandrewm
I am having the same problem. Whenever I double click on a video file (mp4 or avi), I get a message that it is Building Font Cache. It only takes a few seconds but I have been using vlc for several years and I have never seen this message. There are no subtitles on the videos and a cache file is not created in %appdata%\vlc. It is very annoying.

Re: Building font cache

Posted: 24 Jun 2010 18:04
by Jean-Baptiste Kempf
1/ Does it end?
2/ Does the fontcache file get created in %appdata%/vlc ?

Re: Building font cache

Posted: 24 Jun 2010 18:14
by tandrewm
I don't know about the OP but, for me, as I wrote in my post, yes it ends and no a cache file is never created.

Re: Building font cache

Posted: 24 Jun 2010 18:20
by Jean-Baptiste Kempf
Even when VLC is still running?

Re: Building font cache

Posted: 24 Jun 2010 21:43
by 0080900
1/ Does it end?
2/ Does the fontcache file get created in %appdata%/vlc ?
Yes, within 2 minutes or so

I'm not sure, I haven't checked for that yet

Re: Building font cache

Posted: 25 Jun 2010 01:21
by Jean-Baptiste Kempf
Please, check that.

Re: Building font cache

Posted: 25 Jun 2010 18:06
by tandrewm
I just double checked and that is correct. No cache file is created in %appdata%\vlc. I am using XP and my %appdata%\vlc directory is on a network drive. I don't know if that makes a difference.

Re: Building font cache

Posted: 25 Jun 2010 18:36
by Jean-Baptiste Kempf
I just double checked and that is correct. No cache file is created in %appdata%\vlc. I am using XP and my %appdata%\vlc directory is on a network drive. I don't know if that makes a difference.
Hmm, that could be an issue, indeed.

Re: Building font cache

Posted: 26 Jun 2010 06:22
by keypox
Same issue but i get a cache file created in C:\Users\username\AppData\Roaming\vlc by the name of d031bbba323fd9e5b47e0ee5a0353f11-i686.cache-2

And a few other files in there. But it rebuilds everytime.

Windows 7 64bit Pro.

Re: Building font cache

Posted: 26 Jun 2010 14:37
by Jean-Baptiste Kempf
Everytime you relaunch VLC? Does it get deleted at the end?

Re: Building font cache

Posted: 27 Jun 2010 00:40
by 0080900
OP, here, yes there is cache file in AppData > Roaming > VLC

except it never disappears even when restarting VLC

1.1.0

W7 x86

Re: Building font cache

Posted: 28 Jun 2010 14:25
by tandrewm
I installed 1.1.0 at home and I do not have this issue. The font file is created in the typical appdata\vlc directory (C:\Documents and Settings\username\Application Data\vlc) and it is only created once. It appears that, for me, the issue is related to the windows/network login redirecting %appdata% to the network "home" directory. Of course, I can't be sure because the two machines are not exactly the same but they are very similar with regard to fonts.

Re: Building font cache

Posted: 29 Jun 2010 02:05
by DJX
Same problem,
The thing rebuilds the font cache when ever you try to play a video.
...or even an audio vis

Tried deleting "...\AppData\Roaming\vlc" ; same problem.

Only happens when users are running with their application data folder redirected to a server UNC path.
A cache-2 file is never created on the hard disk or on the network in this configuration (none that I could find)

Tested a user with application data not redirected, it built the cache once and was good from then on.

Re: Building font cache

Posted: 29 Jun 2010 02:27
by Jean-Baptiste Kempf
Hmm, possible issue with network, indeed.

Re: Building font cache

Posted: 30 Jun 2010 01:45
by DJX
I'd be willing to help you debug since I have both setups (AppData local & AppData remote).
Just let me know what you need me to do.

Re: Building font cache

Posted: 01 Jul 2010 18:16
by Jean-Baptiste Kempf
How computer skilly are you ?

Re: Building font cache

Posted: 01 Jul 2010 18:56
by DJX
Very,
I am a Microsoft Domain Administrator.
...
I haven't done any real programming work but I thought I might lend a hand in testing in my environment.

Re: Building font cache

Posted: 01 Jul 2010 18:59
by Jean-Baptiste Kempf
Cool. Is it possible for you to set-up an MSys environment?

Re: Building font cache

Posted: 01 Jul 2010 20:34
by DJX
I'll mess with setting one up when I get home...I'm looking at some guides on installing MSYS now.
...never heard of it before so this is all new to me but I think I can play with it.

I'll let you know either way.

Re: Building font cache

Posted: 01 Jul 2010 23:28
by DJX
Installed on my workstation...who knows if I did it right...or how to use it.

Re: Building font cache

Posted: 02 Jul 2010 00:21
by Jean-Baptiste Kempf
run vlc within it with -vvv does it show a lot of things in it?

Re: Building font cache

Posted: 02 Jul 2010 02:43
by DJX
I copied the VLC 1.1.0 Windows binary to: C:\GNUstep\home\%USERNAME%\VLC

Under C:\GNUstep, I ran msys.bat
I then entered the following:

ls
cd VLC
ls
vlc.exe -vvv

The console launches VLC (nothing unusual), I close VLC and the console returns to the current dir.

Re: Building font cache

Posted: 02 Jul 2010 12:11
by Jean-Baptiste Kempf
do you have all the debug displayed there?

Re: Building font cache

Posted: 02 Jul 2010 15:09
by DJX
Nope, nothing in the console...it just leaves a blank line when the program is launched and returns to the prompt when I close VLC.