Reporting Bugs
Help improve XeniOS by filing effective bug reports.
Before You Report
Check the troubleshooting guide and existing GitHub issues first. Duplicate reports slow down triage.
What to Include
- XeniOS build version.
- Device model and iOS version.
- Game title and title ID (e.g. 4D5307E6).
- Steps to reproduce the issue.
- Expected vs. actual behavior.
- The
xenia.logfile (see below).
Gathering Logs
The log file is at Documents/xenia.log. Access it via the Files app (XeniOS has file sharing enabled) or USB. For a more detailed log, set log_level to 3 (debug) in xenios.config.toml before reproducing the issue.
# Log file: Documents/xenia.log # For verbose output, set in xenios.config.toml: log_level = 3 flush_log = true
Filing the Issue
Open a new issue on the GitHub repository using the Bug Report template. Attach the xenia.log file. Incomplete reports may be closed without investigation.