Lethal Company BepInEx LogOutput Fix
If Lethal Company crashes or your mods fail to load, the most useful file is usually BepInEx/LogOutput.log. This guide helps you find the correct log and avoid uploading files that only list the modpack, like manifest.json.
Quick answer
Launch Lethal Company until the issue happens, then open the newest BepInEx/LogOutput.log file. Use that file in FixMyGame instead of manifest.json, profile files, or dependency lists.
What LogOutput.log is
LogOutput.log is the main BepInEx runtime log. It records what plugins loaded, which dependencies were missing, which errors happened during startup, and whether a mod failed while Lethal Company was opening.
Common signs in the log
How to get the right log
Do not upload manifest.json
A manifest.json file usually lists the modpack name, version, and dependency list. That can be useful for seeing what the modpack contains, but it usually does not show the actual crash or plugin failure.
Common Lethal Company mod issues
Do not do this yet
FixMyGame tip
If FixMyGame says the file is a manifest or dependency list, run Lethal Company again, recreate the issue, and use the newest BepInEx/LogOutput.log created after that session.
Related Guides
Fresh Log vs Old Log
Learn why the newest log matters when diagnosing a modded game crash.
How to Read a Crash Log
Learn how to find the real error inside a long crash log.
Missing Dependencies
Learn what it means when a mod needs another dependency before it can load.
Mod Conflicts
Learn how two mods can interfere with each other and cause crashes.