SMAPI log parser
Where do I find my SMAPI log?
- 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
.
- 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
.
- 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
.
- Press the Windows and R 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
.
- Press the Windows and R buttons at the same time.
- In the 'run' box that appears, enter this exact text:
%localappdata%\Packages\ConcernedApe.StardewValleyPC_0c8vynj4cqe4e\LocalCache\Roaming\StardewValley\ErrorLogs
- If you get an error with the title "Location is not available", try the "with Steam or GOG" instructions above.
- Otherwise the log file is
SMAPI-crash.txt
if it exists, otherwiseSMAPI-latest.txt
.
How do I share my log?
Suggested fixes
- You have an older version of SMAPI installed. Consider updating SMAPI to fix problems.
-
Consider updating these mods to fix problems:
{{mod.Name}} + {{contentPack.Name}}
{{mod.Version}} → {{mod.UpdateVersion}} {{mod.UpdateVersion}}
Log info
Stardew Valley: | {{data.GameVersion}} on {{data.OperatingSystem}} |
---|---|
SMAPI: | {{data.ApiVersion}} |
Folder: | {{data.GamePath}} |
Log started: | {{logStartedUtcStr}} UTC ({{logStartedLocalTimeStr}} your time) |
{{mod.Name}} {{mod.Version}}
+ {{contentPack.Name}} {{contentPack.Version}}
(+ {{mod.contentPacks.Length}} content packs)
|
{{mod.Author}}
+ {{contentPack.Author}}
|
failed to load | {{mod.Errors}} {{mod.Errors == 1 ? "error" : "errors"}} | no errors |
Filter messages:
TRACE |
DEBUG |
INFO |
ALERT |
WARN |
ERROR
.*
aA
“ ”
HL
{{filterError}}
Raw log
{{data.RawText}}