openmu/src/ClientErrorLogDecryptor
2025-12-22 18:52:18 +01:00
..
MUnique.OpenMU.ClientErrorLogDecryptor.csproj Upgrade build target to .net 10 and solved static asset issue 2025-12-22 18:52:18 +01:00
Program.cs Added tool to decrypt MuError.log 2023-02-19 11:11:13 +01:00
Readme.md Added tool to decrypt MuError.log 2023-02-19 11:11:13 +01:00

Client Error Log Decryptor

This tool can be used to decrypt the MuError.log files which are created by the game client on every start.

It might help to find/analyse errors which occured on the client side.

Usage

This is a command line tool. The file name is given as first parameter. If it contains spaces, wrap it by quotes. Example: MUnique.OpenMU.ClientErrorLogDecryptor.exe "C:\MU-Season 6E3\MuError.log"

On windows you can also just simply drag & drop your MuError.log file on the exe.

The resulting file is written out into a new file, where the file name is extended by ".decrypted.txt".