Changes

Jump to navigation Jump to search
16 bytes removed ,  01:50, 8 January 2018
→‎Troubleshooting: merge SEHException into common-error-messages section, tweak format
Line 170: Line 170:  
==Troubleshooting==
 
==Troubleshooting==
 
===Fix common error messages===
 
===Fix common error messages===
* ''"Oops! SMAPI can't find the game."''
+
; "''Oops! SMAPI can't find the game.''"
** Make sure you're running <tt>StardewModdingAPI.exe</tt> in your game folder (see the [[Modding:Installing SMAPI|install instructions]]).
+
:
** Did you install SMAPI manually (not using <tt>install.exe</tt>)? Make sure you copied the right files: <tt>internal/Windows</tt> for Windows, or <tt>internal/Mono</tt> for Linux/Mac.
+
:* Make sure you're running <tt>StardewModdingAPI.exe</tt> in your game folder (see the [[Modding:Installing SMAPI|install instructions]]).
 +
:* Did you install SMAPI manually (not using <tt>install.exe</tt>)? Make sure you copied the right files: <tt>internal/Windows</tt> for Windows, or <tt>internal/Mono</tt> for Linux/Mac.
   −
* ''"Oops! SMAPI doesn't seem to be compatible with your game."''
+
; "''Oops! SMAPI doesn't seem to be compatible with your game.''"
** Make sure you have Stardew Valley 1.2.30 or later.
+
: Make sure you have Stardew Valley 1.2.30 or later.
   −
* ''"Skipped '...' because it doesn't have a manifest.json"''
+
; "''Skipped '...' because it doesn't have a manifest.json''"
** SMAPI couldn't find the <tt>manifest.json</tt> file for the mod in that folder. That usually means it's not a SMAPI mod, so it won't work from the <tt>Mods</tt> folder. See that mod's documentation for install instructions.
+
: SMAPI couldn't find the <tt>manifest.json</tt> file for the mod in that folder. That usually means it's not a SMAPI mod, so it won't work from the <tt>Mods</tt> folder. See that mod's documentation for install instructions.
 +
 
 +
; "''SEHException: External component has thrown an exception''"
 +
: The game crashed while preparing its audio, usually due to computer usage during the audio startup. This isn't caused by SMAPI directly, though SMAPI uses some extra resources during startup.
 +
:
 +
: Common solutions:
 +
:* Make sure your audio is plugged in (e.g. speakers or headphones).
 +
:* Restart your computer.
 +
:* Close your browsers and any open apps before playing. (You can reopen them once the game is started.)
 +
:* Remove any mods that change the game's audio (e.g. mods which add more music).
    
===SMAPI files disappear or your antivirus complains===
 
===SMAPI files disappear or your antivirus complains===
Line 210: Line 220:  
:# Launch the game to see if the problem is fixed.
 
:# Launch the game to see if the problem is fixed.
 
:# Reinstall your XNB mods one at a time. After each install, test the game to make sure the mod doesn't cause problems.
 
:# Reinstall your XNB mods one at a time. After each install, test the game to make sure the mod doesn't cause problems.
  −
===SEHException: External component has thrown an exception===
  −
This error happens in the game's audio startup code, which is very sensitive to resources being used before the audio is ready. This isn't caused by SMAPI directly, though SMAPI uses some extra resources during startup.
  −
  −
Common solutions:
  −
* Make sure your audio is plugged in (e.g. speakers or headphones).
  −
* Restart your computer.
  −
* Close your browsers and any open apps before playing. (You can reopen them once the game is started.)
  −
* Remove any mods that change the game's audio (e.g. mods which add more music).
      
===Other problems===
 
===Other problems===
translators
8,446

edits

Navigation menu