ATARI MUTINEERBBS

Documentation

Troubleshooting

Reference material for Atari Mutineer BBS sysops, door authors, and runtime maintainers.

Troubleshooting

This page covers current supported failure symptoms and checks. It intentionally does not preserve incident history; use it as an operational/debugging guide.

Build Problems

missing Franny binary

missing tool: mads

MMS HATABS end exceeds stable BASIC limit

ATR inspection fails

Altirra Launch Problems

Altirra starts but the expected 850/modem config is absent:

Altirra cannot find mounted files:

Host port is already busy:

ss -ltnp | grep 6507 || true
pkill -f Altirra || true
wineserver -k || true

Then rerun with a different port if needed:

MUTINEER_MODEM_PORT=6517 make altirra-850-run

Caller Connection Problems

No HIT <RETURN> prompt:

Telnet connects but input looks wrong:

Connection rate is wrong or too slow:

BASIC Or MMS Problems

BASIC fails after MMS loads:

Module switch returns to WFC:

Carrier loss does not return promptly:

D: HATABS behavior fails:

File, Message, And Door Problems

No message bases:

No file areas:

Door unavailable:

XMODEM hangs:

Docs Problems

Run:

make docs-audit

The audit checks required docs pages, local Markdown links, documented Make target names, and documented tools/*.py references.