Troubleshooting

What to try when the game will not start, will not draw, or cannot find its game master. If none of it helps, the last section says what to send and where.

Hand it to your agent

You already have a coding agent: it plays this game. It can read the report and the log for you, and fix most of what they point at. Paste it this:

Or ask the game yourself

The game describes itself. Run it with --diagnose and it prints one page: the version, the graphics driver it found, where it keeps your games, which files are missing, and whether the agent you picked as game master is on this machine. It opens no window and changes nothing.

Windows
The installer puts the game in %LOCALAPPDATA%\Programs\Rex Mundi. Open that folder, hold Shift, right-click and choose Open PowerShell window here, then run:
.\rexmundi.exe --diagnose
macOS and Linux
Installed with the line from the front page, the game is on your PATH. In a terminal, run:
rexmundi --diagnose
Otherwise, on macOS:
"/Applications/Rex Mundi.app/Contents/MacOS/rexmundi" --diagnose
and on Linux, the AppImage with the same argument:
./rexmundi-linux-x64.AppImage --diagnose

Nothing in the report leaves your computer until you send it. It names your user folder, the games you have saved and your graphics hardware.

Where the log is

Every run writes down what it did, because a game started by double-clicking has no terminal to print to.

SystemThe logs folder
Windows%APPDATA%\RexMundi\logs
macOS~/Library/Application Support/RexMundi/logs
Linux~/.local/share/RexMundi/logs
rexmundi.log
This run. It opens with the same report --diagnose prints.
rexmundi-previous.log
The run before it, which is usually the one that went wrong.
crash-<date>.txt
A run the system killed. The game keeps the last five.

When something goes wrong

Sending a problem in

Open an issue on the downloads repository with three things:

  1. What you did, and what happened instead of what you expected.
  2. The output of rexmundi --diagnose.
  3. The logs folder, or the newest crash-<date>.txt in it.

Read what you are sending first. The report names your user folder and your saved games.

Download Rex Mundi