Skip to content

Troubleshooting

matthew tirtawidjaja edited this page Feb 9, 2024 · 1 revision

Showing debug logs

LCDirectLAN provides additional debugging information to BepInEx Logging system, in order to see them please make sure BepInEx LogLevels has at least Debug or higher level (All) set.

Snippet from BepInEx's configuration (BepInEx/config/BepInEx.cfg):

## Which log levels to show in the console output.
# Setting type: LogLevel
# Default value: Fatal, Error, Warning, Message, Info
# Acceptable values: None, Fatal, Error, Warning, Message, Info, Debug, All
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
LogLevels = Fatal, Error, Warning, Message, Info, Debug

Preparing troubleshooting setup

To make troubleshooting/debugging issues easier, please make sure to have the least number of mods loaded to reproduce the issue, at best, test first with only LCDirectLAN loaded.

Checking incompatibility with other mods

Please make sure that you have followed Preparing troubleshooting setup, if the issue did not occur if only LCDirectLAN is loaded, you have found an issue that is not due to incompatibility with other mods, please follow Reporting issues.

If the issue did not occur when only LCDirectLAN is loaded, you will need to investigate which mod is incompatible with LCDirectLAN.

Checking incompatibility with new game version

Please make sure that you have followed Preparing troubleshooting setup, if the issue did not occur if only LCDirectLAN is loaded, you have found an issue that is not due to a new game version, please follow Reporting issues.

Reporting found issues

While it is not required that you must have followed all the above checklist, it is recommended to follow as much as possible to make the issue report more informative and easier to understand for the project maintainers.

This repository has issue reporting template which will be shown to you while creating a new issue report, this template serves as a example/guide to help you provide the necessary information to the project maintainers.

Before creating a new issue, please make sure that the issue has not been reported already, if it has been reported already. If it already has been reported, you can add additional information to the existing issue report by commenting on the existing issue, avoid creating a new issue for the same problem.

To create a new issue, use the Issues section of this Repository.

Clone this wiki locally