xine xiTK WARNING

Dr-PePPa

Well-Known Member
Hallo,

ich hab folgendes Problem: Hab versucht xine aus den Ports zu installieren (is ja die einzige Möglichkeit :D ). Wenn ich es unter x mit
"#xine" starte, taucht das Xine-Fenster kurz auf, verzerrt sich und verschwindet wieder. Danach kann ich im xterm folgende Fehlermeldung lesen:
Code:
This is xine (X11 gui) - a free video player v0.99.4.
(c) 2000-2004 The xine Team.
xiTK WARNING(xitk_font_load_font:725): loading font "-*-*-bold-r-normal-*-12-*-*-*-*-*-*-*" failed, default and system fonts "(null)" and "fixed" failed too
xiTK WARNING(xitk_font_load_font:725): loading font "-*-*-bold-r-normal-*-12-*-*-*-*-*-*-*" failed, default and system fonts "(null)" and "fixed" failed too
xiTK WARNING(xitk_font_load_font:725): loading font "fixed" failed, default and system fonts "(null)" and "fixed" failed too
xiTK DIE: create_labelofbutton()@126: xitk_font_load_font() failed. Exiting
Hat jemand eine Idee?

Danke schon mal im Voraus.

greets
 
********************************************************
* Make sure you've enough shared memory, the xine FAQ *
* advises to have the following sysctl settings: *
* *
* kern.ipc.shmmax=67108864 *
* kern.ipc.shmall=32768 *
* *
* To suppress many xitk warnings, please put following *
* setting in ~/.xitkrc. *
* *
* feature.shm = 0 *
********************************************************
 
Illuminatus schrieb:
********************************************************
* Make sure you've enough shared memory, the xine FAQ *
* advises to have the following sysctl settings: *
* *
* kern.ipc.shmmax=67108864 *
* kern.ipc.shmall=32768 *
* *
* To suppress many xitk warnings, please put following *
* setting in ~/.xitkrc. *
* *
* feature.shm = 0 *
********************************************************

Das hab ich vergessen. Hab ich schon gemacht. Bringt rein garnix. Unter google gibts auch nix.
 
Im Debianforum wurde das Problem folgendermaßen gelöst. Eigentlich müsste es 1:1 auf FreeBSD übertragbar sein:
Code:
In your case, you'd have to unset LANG and LC_CTYPE, first.

The "locale" command will tell you which variables are set.
try this:
Code:

unset LANG
unset LC_CTYPE
unset LC_ALL
xine

Does it still crash?

Den kompletten Thread findest du hier: http://www.debianforum.de/forum/viewtopic.php?p=122616
 
Es funktioniert leider nicht. Es kommt immernoch ein aufblinkender xine-splashscreen und dann bricht er mit der oben genannten Fehlermeldung ab. ich verste das nicht.
 
OK und was passiert, wenn du ihn aus einer eigenen Shell heraus startest?

Code:
sh
unset LANG
unset LC_CTYPE
unset LC_ALL
xine

Vermutlich wirds nichts bringen, aber probiere es mal. Sonst kann ich dir auch nicht helfen. Leider... :(
 
Zurück
Oben