Mercurial > mplayer.hg
annotate DOCS/de/bugreports.html @ 9558:29aa61268e54
Update, new page fault handler to access the agp mem. Doesn't really work
here (display is grabelled) but read are realiable and fast. Could
it be possible to write with the aperture and read with the page fault
handler ?
author | albeu |
---|---|
date | Sun, 09 Mar 2003 23:55:42 +0000 |
parents | 883f38591d47 |
children | 83c1acef76d5 |
rev | line source |
---|---|
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
2 <HTML> |
4996 | 3 |
4 <HEAD> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
5 <TITLE>Fehler berichten - MPlayer - The Movie Player for Linux</TITLE> |
9512 | 6 <LINK REL="stylesheet" TYPE="text/css" HREF="../default.css"> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4996 | 8 </HEAD> |
9 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
10 <BODY> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
11 |
8956 | 12 <H1><A NAME="appendix_b">Anhang B - Wie man einen Fehler berichtet</A></H1> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
13 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
14 <P>Gute Fehlerberichte sind bei jedem Softwareprojekt sehr wertvolle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
15 Beiträge für die Entwicklung. Aber genauso, wie es beim Schreiben |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
16 guter Software ist, so verhält es sich auch mit guten Fehlerberichten: sie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
17 erfordern Arbeit. Bitte denk daran, dass die meisten Entwickler sehr |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
18 beschäftigt sind und täglich einen unglaublichen Berg Mail erhalten. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
19 Auch wenn deine Rückmeldungen für die Entwicklung von MPlayer von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
20 entscheidender Bedeutung ist, so verstehe bitte, dass du wirklich <B>alle</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
21 hier verlangten Informationen zur Verfügung stellen und den Anweisungen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
22 dieses Dokumentes folgen musst, damit wir dir helfen können.</P> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
23 |
8956 | 24 <H2><A NAME="fix">B.1 Wie sollen Fehler behoben werden?</A></H2> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
25 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
26 <P>Wenn man geschickt genugt ist, kann man versuchen, den Fehler selber zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
27 beheben, was äußerst positiv aufgenommen wird. Falls du das schon |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
28 getan hast, solltest du <A HREF="../tech/patches.txt">dieses kurze Dokument</A> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
29 lesen, um zu erfahren, wie der Code in MPlayer integriert werden kann. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
30 Die Leute auf der |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
31 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
32 Mailingliste können ansonsten bei Fragen helfen.</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
33 |
8956 | 34 <H2><A NAME="report">B.2 Wie sollen Fehler berichtet werden?</A></H2> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
35 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
36 <P>Probiere es als allererstes die aktuelle CVS-Version, da dein Problem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
37 möglicherweise schon gelöst ist. Die Entwicklung geht extrem |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
38 schnell voran. Die meisten Probleme in offiziellen MPlayer-Versionen |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
39 werden innerhalb von Tagen oder sogar Stunden den Entwicklern mitgeteilt. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
40 Deswegen berichte Fehler nur dann, wenn sie in der <B>aktuellen CVS-Version</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
41 auch noch vorliegen. CVS-Anweisungen können am unteren Ende |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
42 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">dieser Seite</A> oder im |
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
43 README gefunden werden. Wenn dies nicht hilft, sollte in der |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
44 <A HREF="documentation.html#known_bugs">Liste der bekannten Fehler</A> und dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
45 Rest der Dokumentationen nachgesehen werden. Wenn dein Problem nicht bekannt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
46 ist oder durch unsere Anweisungen nicht gelst werden kann, dann berichte |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
47 über den Fehler.</P> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
48 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
49 <P>Sende auf keinen Fall Fehlerberichte an individuelle Entwickler. |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
50 MPlayer ist Gemeinschaftsarbeit, also wird es vielleicht mehrere |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
51 interessierte Leute geben. Es kommt auch teilweise vor, dass derselbe Fehler |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
52 von anderen Benutzern gefunden wurde, die bereits eine Lösung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
53 zur Umgehung des Problems haben (sogar bei einem Fehler im |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
54 MPlayer-Code).</P> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
55 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
56 <P>Bitte beschreibe dein Problem so detailiert wie möglich. Dazu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
57 gehört ein klein wenig Detektivarbeit, um die Umstände einzuengen, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
58 unter denen das Problem auftritt. Tritt der Fehler nur in bestimmten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
59 Situationen auf? Ist er abhängig von der Datei oder dem Dateityp? Tritt er |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
60 nur mit einem Codec oder mit allen auf? Tritt er mit allen Ausgabetreibern auf? |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
61 Je mehr Information zur Verfügung gestellt werden, um so besser stehen die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
62 Chance, dass das Problem gelöst werden wird. Es sollte nicht vergessen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
63 werden, auch die wertvollen unten angeforderten Informationen miteinzubeziehen. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
64 Ansonsten ist es wahrscheinlich unmöglich, eine Diagnose des Fehlers zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
65 erstellen.</P> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
66 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
67 <P>Ein exzellenter und gut geschriebener Führer, wie Fragen in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
68 öffentlichen Foren gestellt werden sollen, ist <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
69 HREF="http://www.tuxedo.org/~esr/faqs/smart-questions.html">How To Ask |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
70 Questions The Smart Way</A> von Eric S. Raymond. Es gibt auch einen zweiten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
71 Führer namens |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
72 <A HREF="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
73 Bugs Effectively</A> von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
74 <A HREF="http://www.chiark.greenend.org.uk/~sgtatham/">Simon Tatham</A>. Falls |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
75 du diesen Richtlinien folgst, sollte alles gut gehen. Bitte verstehe, dass wir |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
76 alle den Mailinglisten freiwillig in unserer Freizeit folgen. Wir sind sehr |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
77 beschäftigt und können nicht garantieren, dass eine Lösung oder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
78 bloß eine Antwort zum beschriebenen Problem kommen wird.</P> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6518
diff
changeset
|
79 |
8956 | 80 <H2><A HREF="where">B.3 Wo sollen Fehler berichtet werden?</A></H2> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
81 |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
82 <P>Tritt der mplayer-users Mailingliste bei:<BR> |
2130 | 83 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-users">http://mplayerhq.hu/mailman/listinfo/mplayer-users</A><BR> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
84 und sende deinen Fehlerbericht an:<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
85 <A HREF="mailto:mplayer-users@mplayerhq.hu">mplayer-users@mplayerhq.hu</A></P> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
86 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
87 <P>Die Sprache der Liste ist <B>Englisch</B>. Es wird gebeten, den <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
88 HREF="http://www.ietf.org/rfc/rfc1855.txt">Netiquette-Richtlinien</A> zu folgen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
89 und <B>keine HTML-Mails</B> zu irgendeiner unserer Listen zu senden. Man wird |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
90 dabei bloss ignoriert oder von der Liste verstoßen. Falls du nicht |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
91 weißt, was eine HTML-Mail ist, oder warum sie böse ist, dann lies <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
92 HREF="http://expita.com/nomime.html">dieses gute Dokument</A>. Es erklärt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
93 alle Details und enthält Anweisungen, wie man HTML für Mails |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
94 ausschaltet. Bitte denk auch daran, keine individuellen Kopien (CC) an |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
95 einzelne Personen zu versenden. Es ist also eine gute Idee, sich an der Liste |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
96 anzumelden, wenn man auch seine Antwort erhalten will.</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
97 |
8956 | 98 <H2><A HREF="what">B.4 Was soll berichtet werden?</A></H2> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
99 |
8956 | 100 <P>Du wirst wahrscheinlich Logdateien, Konfigurationsinformationen und |
101 Beispieldateien in deinen Fehlerbericht aufnehmen müssen. Wenn einige | |
102 von ihnen ziemlich groß werden, so ist es besser, wenn du sie auf unseren | |
103 <A HREF="ftp://mplayerhq.hu/MPlayer/incoming/">FTP-Server</A> hochlädst | |
104 und sie vorher komprimierst (bitte mit <CODE>gzip</CODE> oder | |
105 <CODE>bzip2</CODE>). Gib dann in deinem Fehlerbericht nur den Pfad- und | |
106 Dateinamen an. Unsere Mailinglisten haben eine | |
107 Größenbeschränkung auf 80k, sodass du größere | |
108 Sachen definitiv komprimieren und hochladen musst.</P> | |
109 | |
110 <H3><A NAME="system">B.4.1 Systeminformationen</A></H3> | |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
111 |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
112 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
113 <LI>Deine Linux-Distribution oder Betriebssystem und die Versionsnummer: |
5265 | 114 <UL> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
115 <LI>RedHat 7.1</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
116 <LI>Slackware 7.0 + Development-Pakete von 7.1 ...</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
117 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
118 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
119 <LI>Kernelversion:<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
120 <CODE>uname -a</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
121 <LI>libc-Version:<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
122 <CODE>ls -l /lib/libc[.-]*</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
123 <LI>X-Version:<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
124 <CODE>X -version</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
125 <LI>gcc- und ld-Versionen:<BR> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
126 <CODE>gcc -v<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
127 ld -v</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
128 <LI>binutils-Version:<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
129 <CODE>as --version</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
130 <LI>Wenn du Pobleme mit dem Vollbildmodus hast: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
131 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
132 <LI>Window-manager-Typ und -Version</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
133 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
134 </LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
135 <LI>Bei Problemen mit XVIDIX: |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
136 <UL> |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
137 <LI>X-Farbtiefe:<BR> |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
138 <CODE>xdpyinfo | grep "depth of root"</CODE></LI> |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
139 </UL> |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
140 </LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
141 <LI>Falls nur das GUI einen Fehler enthält: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
142 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
143 <LI>GTK-Version</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
144 <LI>GLIB-Version</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
145 <LI>libpng-Version</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
146 <LI>Zustand des GUIs, in dem der Fehler auftritt</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
147 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
148 </LI> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
149 </UL> |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
150 |
8956 | 151 <H3><A NAME="hardware">B.4.2 Hardware und Treiber</A></H3> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
152 |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
153 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
154 <LI>CPU-Infos (dies funktioniert nur mit Linux):<BR> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
155 <CODE>cat /proc/cpuinfo</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
156 <LI>Grafikkartenhersteller und Modell: |
5265 | 157 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
158 <LI>ASUS V3800U, Chipset: nVidia TNT2 Ultra Pro 32MB SDRAM</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
159 <LI>Matrox G400 DH 32MB SGRAM</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
160 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
161 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
162 <LI>Grafikkartentreiber-Typ & -Version: |
5265 | 163 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
164 <LI>X eigener Treiber</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
165 <LI>nVidia 0.9.623</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
166 <LI>Utah-GLX CVS 2001-02-17</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
167 <LI>DRI von X 4.0.3</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
168 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
169 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
170 <LI>Soundkartentyp und -Treiber: |
5265 | 171 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
172 <LI>Creative SBLive! Gold mit OSS-Treiber von oss.creative.com</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
173 <LI>Creative SB16 mit OSS-Treiber des Kernels</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
174 <LI>GUS PnP mit ALSA-OSS-Emulation</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
175 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
176 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
177 <LI>Wenn du unsicher bist, solltest du die Ausgabe von <CODE>lspci -vv</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
178 mitschicken (auf Linux-Systemen).</LI> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
179 </UL> |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
180 |
9285 | 181 <H3><A NAME="compilation">B.4.3 Bei Fehlern bei <CODE>configure</CODE></A></H3> |
182 | |
183 <P>Wenn du Fehlermeldungen beim Aufruf von <CODE>./configure</CODE> bekommst | |
184 oder einige Sachen nicht automatisch richtig erkannt werden, so lies | |
185 <CODE>configure.log</CODE>. Eventuell findest du dort die Antwort, z.B. wenn | |
186 verschiedene Versionen einer Bibliothek auf deinem System gemischt rumliegen, | |
187 oder wenn du vergessen hast, das Entwicklungspaket zu installieren | |
188 (das sind die, die auf -dev oder -devel enden).</P> | |
189 | |
190 | |
191 <H3><A NAME="compilation">B.4.4 Bei Fehlern während des | |
8956 | 192 Übersetzens</A></H3> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
193 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
194 Bitte schicke diese Dateien mit: |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
195 |
4870
a993e0bcdf75
small updates: html fixes, man2html compatibility, some new options...
jonas
parents:
3637
diff
changeset
|
196 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
197 <LI><CODE>config.h</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
198 <LI><CODE>config.mak</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
199 </UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
200 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
201 Nur wenn die Compilierung in einem der unten genannten Verzeichnisse |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
202 fehlschlägt, füge diese Datein an: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
203 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
204 <LI><CODE>Gui/config.mak</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
205 <LI><CODE>libvo/config.mak</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
206 <LI><CODE>libao2/config.mak</CODE></LI> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
207 </UL> |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
208 |
8956 | 209 <H3><A NAME="playback">B.4.5 Bei Wiedergabeproblemen</A></H3> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
210 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
211 <P>Bitte füge die Ausgabe von MPlayer in Ausführlichkeits-Stufe 1 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
212 bei, aber denk daran <B>die Ausgabe nicht zu kürzen</B>, wenn diese der Mail |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
213 eingefügt wird. Die Entwickler benötigen alle Meldungen, um eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
214 geignete Diagnose des Problems durchführen zu können. Die Ausgabe |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
215 kann mit folgendem Befehl in eine Datei geschrieben werden:</P> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
216 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
217 <P><CODE> mplayer -v [Optionen] [Dateiname] |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
218 > mplayer.log 2>&1</CODE></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
219 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
220 <P>Wenn das Problem nur bei einer oder einigen wenigen Dateien auftritt, dann |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
221 lade die Datei bitte auf |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
222 <A HREF="ftp://mplayerhq.hu/MPlayer/incoming/"> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
223 ftp://mplayerhq.hu/MPlayer/incoming/</A></P> hoch.</P> |
6398 | 224 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
225 <P>Uploade auch eine kleine .txt-Datei mit dem selben Namen wie die Datei (+ |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
226 .txt Endung), die eine Problembeschreibung zur jeweiligen Datei, die |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
227 detaillierte Ausgabe (-v) von MPlayer und deine Email-Adresse |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
228 enthält. Normalerweise reichen die ersten 1-5MB der Datei aus, um das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
229 Problem zu reproduzieren, aber als erstes solltest du folgendes |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
230 ausprobieren:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
231 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
232 <P><CODE> dd if=deinedatei of=kleinedatei bs=1024k |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
233 count=5</CODE></P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
234 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
235 <P>Das kopiert die ersten 5 MB von <STRONG>'deinedatei'</STRONG> in die Datei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
236 <STRONG>'kleinedatei'</STRONG>. Nun versuche es nochmals mit dieser kleinen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
237 Datei. Wenn der Fehler immer noch auftritt, dann reicht es, die kleine Datei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
238 hochzuladen.<BR> Sende <STRONG>NIE</STRONG> solche Dateien via Mail! Lade sie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
239 herauf und schicke nur den Pfad/Dateinamen der Datei auf dem FTP Server. Wenn |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
240 die Datei im Internet bereits verfügbar ist, so reicht die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
241 <STRONG>exakte</STRONG> URL aus.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
242 |
8956 | 243 <H3><A NAME="crash">B.4.6 Bei Abstürzen</A></H3> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
244 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
245 <P>Du musst MPlayer aus <CODE>gdb</CODE> heraus aufrufen und uns |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
246 die vollständige Ausgabe schicken. Wenn du einen core dump hast, dann |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
247 kannst du auch aus der <CODE>core</CODE>-Datei nützliche Informationen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
248 extrahieren. So geht's:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
249 |
8956 | 250 <H4><A NAME="debug">B.4.6.1 Wie man Informationen bei einem reproduzierbaren |
251 Absturz bewahrt</A></H4> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
252 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
253 Kompiliere MPlayer mit eingeschaltetem Debugging: |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
254 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
255 <P><CODE> ./configure --enable-debug=3<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
256 make</CODE></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
257 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
258 Starte nun gdb mit MPlayer: |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
259 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
260 <P><CODE> gdb ./mplayer</CODE></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
261 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
262 Du bist nun in gdb. Gib folgendes ein: |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
263 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
264 <P><CODE> run -v [options-to-mplayer] |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
265 filename</code></P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
266 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
267 und reproduziere deinen Absturz. Sobald er auftritt, wird gdb zur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
268 Eingabeaufforderung zurückkehren, bei der du |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
269 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
270 <P><CODE> bt<BR> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
271 disass $pc-32 $pc+32<BR> |
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
272 info all-registers</CODE></P> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
273 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
274 eingibst. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
275 |
8956 | 276 <H4><A NAME="core">B.4.6.2 Wie man brauchbare Informationen von einem core |
277 dump extrahiert</A></H4> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
278 |
5265 | 279 |
280 <P>Bitte erzeuge die folgende Befehlsdatei (Command File):</P> | |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
281 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
282 <P><CODE>disass $pc-32 $pc+32<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
283 info all-registers</CODE></P> |
5265 | 284 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
285 <P>Dann führe einfach den folgenden Befehl auf der Konsole aus:</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
286 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
287 <P> <CODE>gdb mplayer --core=core -batch |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
288 --command=command_file > mplayer.bug</CODE></P> |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
289 |
8956 | 290 <H2><A NAME="advusers">B.5 Ich weiß, was ich tue...</A></H2> |
3271 | 291 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
292 <P>Wenn du einen Fehlerbericht wie oben beschrieben geschreiben hast und du dir |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
293 sicher bist, dass es ein Bug in MPlayer und nicht ein Problem mit dem |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
294 Compiler oder eine defekte Datei ist, dann kannst du auch der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
295 mplayer-advusers-Mailingliste beitreten und dort posten, wenn du alle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
296 Dokumentation gelesen hast und dein Soundtreiber ok ist. Du wirst dort |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
297 schnellere und besser Antworten erhalten.<BR><BR> Aber sei gewarnt: Wenn du |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
298 Newbiefragen oder Fragen stellst, die in dieser Anleitung bereits beantwortet |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
299 werden, wirst du ignoriert oder angemeckert, anstatt eine Antwort zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
300 erhalten.<BR> Also ärgere uns nicht und trette der -advusers-Liste nur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
301 bei, wenn du weißt, was du machst und du dich wie ein erfahrener |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
302 MPlayer-Benutzer oder -Entwickler fühlst. Wenn du wirklich ein |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
303 erfahrener Benutzer bist sollte es kein Problem für dich sein, dich |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
304 anzumelden...</P> |
3271 | 305 |
1833
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
306 </BODY> |
5bfa57281d98
Added translated files by Johannes Feigl, not checked by me!
atmos4
parents:
diff
changeset
|
307 </HTML> |