Skip to content

Log files

ThomasAngel edited this page Mar 12, 2024 · 1 revision

Arma 3 & Overthrow log files (RPT files)

Log files are files that contain information about a game session, including debug information and errors. These are used by developers to find and diagnose issues. When reporting issues, it will greatly increase the speed at which developers can investigate issues if these are provided alongside the report.

Arma 3 saves client logs in .rpt files in the following paths:

  • Windows: C:\Users\YourUser\AppData\Arma3\
  • Linux: todo
  • Mac: todo

Server logs are located in your server profile directory.

The files will be named like so: Arma3_x64_timestamp.rpt.

When reporting issues, please take care to send in the .rpt file that corresponds with the session in which the problem occurred.

How to send

On GitHub issues, simply attach the file to the issue.

If reporting on Steam / Discord, preferably paste the log into a PasteBin. Do this by opening the file (Notepad will do), pressing Control + A to select everything, Control + C to copy and Control + V to paste the contents into the PasteBin.

You are also able to directly paste them into the official Overthrow Discord server for download.

Clone this wiki locally