Troubleshooting/fr: Difference between revisions

From DDraceNetwork
m (same.)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Problèmes fréquents}}
{{MigrateTranslation}}
{{LangNavBox}}
<languages/>
Cet article a pour but de vous aider si vous rencontrez des problèmes avec DDnet.
<div lang="en" dir="ltr" class="mw-content-ltr">
This article aims to help you when you experience problems with DDNet.
</div>


Les informations utiles afin d'aider les développeurs à mieux comprendre votre problèmes sont:
<div lang="en" dir="ltr" class="mw-content-ltr">
Useful information for developers to debug problems are:
</div>


#Plantage/message d'erreur
<div lang="en" dir="ltr" class="mw-content-ltr">
#Informations sur vos composants (GPU, CPU, RAM, système d'exploitation (Windows, Mac, Linux etc.)). Le CPU utilisé peut toujours être trouvé en cliquant sur F1 après avoir lancé le client. Il devrait apparaitre en violet.
# Crash/Assertion logs
#Les étapes afin de reproduire le problème
# Hardware information (GPU, CPU, RAM, operating system (e.g. Windows, Linux etc.)) - The used GPU can always be found by pressing F1 after client start. It should be highlighted in purple text.
# Steps to reproduce the problem
</div>


==Plantages==
Le plantage est un arrêt du jeu non prévue par le joueur, souvent causé par un bug dans le code de DDnet, ou d'un autre logiciel.


La règle d'Or est que si vous pouvez reproduire le plantage, vous devez contacter les développeurs.


Vous pouvez vous renseigner [[Main Page|ici]] ou créer un ticket sur [https://github.com/ddnet/ddnet Github] .
<div lang="en" dir="ltr" class="mw-content-ltr">
== Crashes ==
</div>


Depuis DDnet 16 sur Windows, le client peut générer un message d'erreur que vous pouvez trouver dans le [[FAQ#Where is the DDNet config.2C config directory or save directory.3F|dossier config en dessous de "dump"]]. Envoyez juste ce message aux développeurs afin qu'ils puissent trouver des informations intéressantes sur le problème.
<div lang="en" dir="ltr" class="mw-content-ltr">
Crashes are unexpected shutdowns, that are most likely caused by a bug in the DDNet code, or in other software.
</div>


<small>''note: Tous les plantages/bugs ne sont pas tous causés par DDnet, vous devez garder votre système d'exploitation et vos drivers à jour. Il n'y a que les bugs reproductibles ou les messages d'erreurs crées par le code DDnet qui peuvent être réglés facilement.''</small>
<div lang="en" dir="ltr" class="mw-content-ltr">
The rule of thumb is that, if you can reproduce the crash, you should reach out to the developers.
</div>


== Problèmes graphiques==
<div lang="en" dir="ltr" class="mw-content-ltr">
S'il vous arrive d'avoir des problèmes graphiques, et que les développeurs n'arrivent pas à reproduire votre problème, il y a de forte chance pour que le driver de votre carte graphique soit obsolète, contienne des bugs ou ai simplement été abandonné par la compagnie.
See '''external links''' or create an issue on [https://github.com/ddnet/ddnet GitHub].
</div>


Vous pouvez quand même essayer de suivre cette méthode:
<div lang="en" dir="ltr" class="mw-content-ltr">
Since DDNet 16 for Windows the client might create a crash log or assertion log which can be found in the [[Special:MyLanguage/FAQ#Where_is_the_DDNet_config.2C_config_directory_or_save_directory.3F|config directory under "dumps"]].
Just send them to the developers and they might be able to find useful information out of them.
</div>


'''Si vous avez une carte graphique récente essayez en premier de faire la mise à jour, l'étape suivante est une solution de repli pour régler votre problème mais qui peut contenir des inconvénients (ex: ancienne carte graphique).'''
<div lang="en" dir="ltr" class="mw-content-ltr">
If the client crashes at startup, it is commonly a broken graphics driver (see the [[Special:MyLanguage/GFX_Troubleshooting| GFX Troubleshooting]]) or an antivirus software (search the internet for how to disable it for a specific application/DDNet).
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
''<small>Note: Not all crashes / bugs are caused by DDNet code, you should always keep your system and your drivers up to date. Only reproducable or bugs with a crash log, that indicates a bug in the DDNet code, can be fixed easily.</small>''
</div>




<code>Sur le client, aller dans paramètre -> affichage</code>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Graphics problems ==
</div>


<code>en dessous de "Rendu" sélectionner OpenGL 1</code>
<div lang="en" dir="ltr" class="mw-content-ltr">
If you experience graphics glitches, and the developers cannot reproduce them, there is a good chance that your graphics drivers are outdated, contain bugs or simply are abandoned by the hardware company.
</div>


<code>relancer</code>  
<div lang="en" dir="ltr" class="mw-content-ltr">
You can still try the following thing:
</div>


==Problèmes liés au ALT + TAB==
<div lang="en" dir="ltr" class="mw-content-ltr">
Il s'agit probablement d'un problème de pilote graphique. Mais vous pouvez essayer de réparer le problème en utilisant le mode <code>"Windowed Fullscreen (plein écran fenêtré)"</code>.
'''If you have a modern GPU try to update your drivers first, all of the following steps are fallbacks that also have drawbacks (e.g. worse graphics).'''
</div>


C'est un mode qui permet de faire croire à Windows que vous jouez en mode plein écran, même si ce n'est pas le cas.
<div lang="en" dir="ltr" class="mw-content-ltr">
<pre>
Inside the client go on Settings -> Graphics
Under "Renderer" select OpenGL 1
Restart
</pre>
</div>


<small>Remarque: Il existe un inconvénient sur certains systèmes. Par exemple, sous Windows, il peut laisser le compositeur de bureau Windows actif, ce qui entraîne une chute de FPS et, dans le pire des cas, plus de délai d'entrée.</small>
<div lang="en" dir="ltr" class="mw-content-ltr">
If you prefer to have a more appropriate solution for your problem, visit the [[Special:MyLanguage/GFX_Troubleshooting|GFX Troubleshooting]] page, which analysis graphics problems more specifically and gives extra details.
</div>




<code>Dans le client, ouvrir le menu paramètre -> affichage</code>  
<div lang="en" dir="ltr" class="mw-content-ltr">
== ALT + TAB problems ==
</div>


<code>Cliquer sur "plein écran" (ou le dernier paramètre utilisé) puis choisissez "Windowed Fullscreen (plein écran fenêtré)".</code>
<div lang="en" dir="ltr" class="mw-content-ltr">
This is most likely a graphics driver problem. However you can still try to fix it by using "Windowed Fullscreen".
</div>


<small>(Si votre jeu commence à avoir des problèmes après avoir sélectionné <code>"Windowed Fullscreen (plein écran fenêtré)"</code>, relancez votre jeu et vérifier bien qu'il est toujours en mode <code>"Windowed Fullscreen (plein écran fenêtré)").</code></small>
<div lang="en" dir="ltr" class="mw-content-ltr">
This is a special fullscreen mode, that makes the window act like it is fullscreen, even if it's not.
</div>


==Problèmes liés aux diffusions en direct==
<div lang="en" dir="ltr" class="mw-content-ltr">
Si vous rencontrez des problèmes lors de la diffusion de DDnet sur Discord, il y a de forte chance pour que vous possédiez une carte graphique Nvidia.  
''<small>Note: There is a drawback on some systems. E.g. under Windows it might leave the Windows desktop compositor active, which results in less FPS, and in worst case
more input delay.</small>''
</div>


Un utilisateur a déjà contacté Discord, et ils ont répondus qu'il faut:
<div lang="en" dir="ltr" class="mw-content-ltr">
<pre>
Inside the client go on Settings -> Graphics
Click on "Fullscreen" (or whatever you last selected) and choose "Windowed Fullscreen" instead
</pre>
</div>


[https://github.com/ddnet/ddnet/issues/4711#issuecomment-1046824198 Désactiver "Utilise notre technologie dernier cri pour capturer/enregistrer ton écran" dans "paramètre utilisateur > voix & vidéo.](Sur discord).
<div lang="en" dir="ltr" class="mw-content-ltr">
''<small>(if you experience bugs changing this mode, just restart the game once and make sure "Windowed Fullscreen" is still selected)</small>''
</div>


Si vous avez des problèmes à trouver DDnet sur Nvidia shadow play.


Vérifiez si vous utilisez bien votre carte graphique pour jouer à DDnet (Appuyez sur F1 après avoir lancé le client et regardez le texte violet qui dit quelque chose comme "gfx [...] Vendor:", et il devrait y avoir marqué Nvidia.)
<div lang="en" dir="ltr" class="mw-content-ltr">
== Broken streaming ==
</div>


Sur Windows vous pouvez généralement sélectionner vous même la carte graphique que vous voulez utiliser, dans les options graphiques de Windows ou directement dans le panneau de contrôle de votre carte graphique. (ex: panneau de configuration Nvidia)]
<div lang="en" dir="ltr" class="mw-content-ltr">
When you experience a bug with streaming DDNet over discord, you are most likely using a nvidia graphics card.
</div>


==Réseau / Problèmes de connexion ==
<div lang="en" dir="ltr" class="mw-content-ltr">
Le réseau DDnet et Teeworlds nécessite une connexion stable avec le moins de pique de ping possible.
A user already reached out to discord, and they told him to:
</div>


si vous rencontrez des problèmes, vous pouvez :
<div lang="en" dir="ltr" class="mw-content-ltr">
[https://github.com/ddnet/ddnet/issues/4711#issuecomment-1046824198 '''Toggle off the "Use our latest technology to capture my screen" setting under User Settings > Voice & Video''']
</div>


#Utiliser un câble Ethernet
<div lang="en" dir="ltr" class="mw-content-ltr">
#Préférer la fibre/ADSL à une connexion par câble
If you have problems finding DDNet in nvidia shadow play.
#Vous assurer que ce n'est pas une attaque DoS/DDoS sur le serveur (est ce que le serveur fonctionnait avant? est ce que les autres serveurs fonctionnent ?)
</div>
#Essayez de tracer la route de la connexion au serveur DDNet et voyez s'il y a un mauvais routage (demandez à votre fournisseur de le réparer)
 
<div lang="en" dir="ltr" class="mw-content-ltr">
Make sure you actually use the nvidia card to play DDNet (press F1 after a client start and see the purple text saying something like "gfx [...] Vendor:", it should mention nvidia)
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
Under Windows you can usually select the preferred graphics card under Windows' graphics options, or directly in the control panel of your graphics driver (e.g. nvidia control panel)
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
== Network / Connection problems ==
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
DDNet and Teeworlds network code requires a stable connection with as less ping jitter as possible.
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
If you experience problems make sure to:
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
# Use a LAN cable instead of Wifi
# Turn off other applications on your computer and other computers in your network to tell if they are the source of the problem
# Prefer DSL/Fiber over cable internet
# Make sure it is not a DoS/DDoS attack on the server (did it ever work before, do other servers work fine?)
# Try <code>ping -t ger2.ddnet.org</code> in cmd.exe for a few minutes, stop it with ctrl-c, and check the if the ping jumps there too or you have packet loss
# Try to trace route the connection to the DDNet server (using <code>tracert ger2.ddnet.org</code> in cmd.exe) and see if there is bad routing (ask your ISP to fix it)
</div>

Latest revision as of 19:25, 14 March 2023

Note: This page already exists on your language! Please help out by migrating the archived page (accessible by clicking this link) to the new translation system by clicking 'Translate'. Once finished, delete the archived page to remove this notice. Thanks! You can find a list of pages needing migration on Category:NeedsMigration.

This article aims to help you when you experience problems with DDNet.

Useful information for developers to debug problems are:

  1. Crash/Assertion logs
  2. Hardware information (GPU, CPU, RAM, operating system (e.g. Windows, Linux etc.)) - The used GPU can always be found by pressing F1 after client start. It should be highlighted in purple text.
  3. Steps to reproduce the problem


Crashes

Crashes are unexpected shutdowns, that are most likely caused by a bug in the DDNet code, or in other software.

The rule of thumb is that, if you can reproduce the crash, you should reach out to the developers.

See external links or create an issue on GitHub.

Since DDNet 16 for Windows the client might create a crash log or assertion log which can be found in the config directory under "dumps". Just send them to the developers and they might be able to find useful information out of them.

If the client crashes at startup, it is commonly a broken graphics driver (see the GFX Troubleshooting) or an antivirus software (search the internet for how to disable it for a specific application/DDNet).

Note: Not all crashes / bugs are caused by DDNet code, you should always keep your system and your drivers up to date. Only reproducable or bugs with a crash log, that indicates a bug in the DDNet code, can be fixed easily.


Graphics problems

If you experience graphics glitches, and the developers cannot reproduce them, there is a good chance that your graphics drivers are outdated, contain bugs or simply are abandoned by the hardware company.

You can still try the following thing:

If you have a modern GPU try to update your drivers first, all of the following steps are fallbacks that also have drawbacks (e.g. worse graphics).

Inside the client go on Settings -> Graphics
Under "Renderer" select OpenGL 1
Restart

If you prefer to have a more appropriate solution for your problem, visit the GFX Troubleshooting page, which analysis graphics problems more specifically and gives extra details.


ALT + TAB problems

This is most likely a graphics driver problem. However you can still try to fix it by using "Windowed Fullscreen".

This is a special fullscreen mode, that makes the window act like it is fullscreen, even if it's not.

Note: There is a drawback on some systems. E.g. under Windows it might leave the Windows desktop compositor active, which results in less FPS, and in worst case more input delay.

Inside the client go on Settings -> Graphics
Click on "Fullscreen" (or whatever you last selected) and choose "Windowed Fullscreen" instead

(if you experience bugs changing this mode, just restart the game once and make sure "Windowed Fullscreen" is still selected)


Broken streaming

When you experience a bug with streaming DDNet over discord, you are most likely using a nvidia graphics card.

A user already reached out to discord, and they told him to:

If you have problems finding DDNet in nvidia shadow play.

Make sure you actually use the nvidia card to play DDNet (press F1 after a client start and see the purple text saying something like "gfx [...] Vendor:", it should mention nvidia)

Under Windows you can usually select the preferred graphics card under Windows' graphics options, or directly in the control panel of your graphics driver (e.g. nvidia control panel)

Network / Connection problems

DDNet and Teeworlds network code requires a stable connection with as less ping jitter as possible.

If you experience problems make sure to:

  1. Use a LAN cable instead of Wifi
  2. Turn off other applications on your computer and other computers in your network to tell if they are the source of the problem
  3. Prefer DSL/Fiber over cable internet
  4. Make sure it is not a DoS/DDoS attack on the server (did it ever work before, do other servers work fine?)
  5. Try ping -t ger2.ddnet.org in cmd.exe for a few minutes, stop it with ctrl-c, and check the if the ping jumps there too or you have packet loss
  6. Try to trace route the connection to the DDNet server (using tracert ger2.ddnet.org in cmd.exe) and see if there is bad routing (ask your ISP to fix it)