Page 1 of 1
fontconfig directory
Posted:
Wed Nov 21, 2012 7:02 am
by Supermaks
Everytime I run mplayer (MPlayer Redxii-SVN-r35425-4.6.3) from latest unstable smplayer archive it creates fontconfig directory one level up.
For example: run avi from c:\directory1\directory2\file.avi fontconfig creates in c:\directory1, run avi from c:\directory1\file.avi fontconfig creates in c:\.
How can i set directory for fontconfig dir in mplayer's conf?
Re: fontconfig directory
Posted:
Wed Nov 21, 2012 7:46 am
by redxii
I'm not able to reproduce this with either XP or Windows 7. I tried launching a file from within SMPlayer, from associations, and even running mplayer.exe directly and also from a different current working directory.
The non-portable creates it in Application Data, and in portable the same directory as smplayer.exe. Both are behaving exactly as they should for me.
Re: fontconfig directory
Posted:
Wed Nov 21, 2012 8:18 am
by Supermaks
Smplayer works fine, I'm talking about mplayer.
I've added reg key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\mplayer.exe]
(default) = "C:\smplayer\mplayer\mplayer.exe"
so I can run mplayer from command prompt from anywhere and when I run it from any directory (example with command prompt "C:\directory1\drirectory2\> mplayer c:\directory1\directory2\file.avi") problem appears as described in first message in topic.
Re: fontconfig directory
Posted:
Wed Nov 21, 2012 8:42 am
by redxii
Does it misbehave without that key?
Try creating a String called Path and set it to the mplayer directory. If that doesn't work then try altering the environment variables instead like so:
http://i.imgur.com/Z8M1u.jpg
Re: fontconfig directory
Posted:
Wed Nov 21, 2012 9:48 am
by Supermaks
I can't delete (default) = "C:\smplayer\mplayer\mplayer.exe" because windows won't find mplayer.exe then, so I just tried both way (regedit(Path) and envvar) without deleting (default) key, misbehave both time.
Re: fontconfig directory
Posted:
Wed Nov 21, 2012 4:59 pm
by redxii
Delete local.conf from 'C:\smplayer\mplayer\fonts'
Re: fontconfig directory
Posted:
Thu Nov 22, 2012 6:29 am
by Supermaks