SMAPI log parser
Where do I find my SMAPI log?
What system do you use?
On Android:
- Open a file app (like My Files or MT Manager).
- Find the
StardewValley
folder on your internal storage. - Open the
ErrorLogs
subfolder. - The log file is
SMAPI-crash.txt
if it exists, otherwiseSMAPI-latest.txt
.
On Linux:
- Open the Files app.
- Click the options menu (might be labeled Go or
⋮
). - Choose Enter Location.
- Enter this exact text:
~/.config/StardewValley/ErrorLogs
- The log file is
SMAPI-crash.txt
if it exists, otherwiseSMAPI-latest.txt
.
On Mac:
- Open the Finder app.
- Click Go at the top, then Go to Folder.
- Enter this exact text:
~/.config/StardewValley/ErrorLogs
- The log file is
SMAPI-crash.txt
if it exists, otherwiseSMAPI-latest.txt
.
On Windows:
- Press the
Windows
andR
buttons at the same time. - In the 'run' box that appears, enter this exact text:
%appdata%\StardewValley\ErrorLogs
- The log file is
SMAPI-crash.txt
if it exists, otherwiseSMAPI-latest.txt
.