Difference between revisions of "User:Prod/Test"

From Stardew Valley Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
If the 'file or assembly' starts with <samp>Microsoft</samp> or <samp>System</samp> (like "''FileNotFoundException: Could not load file or assembly 'System.[...]' or one of its dependencies''") OR you get something like "The library '[...].dll' required to execute the application is not found in 'C:\Program Files\dotnet`" (often this is <samp>hostpolicy.dll</samp>), something is wrong with the core frameworks used by the game.
 
If the 'file or assembly' starts with <samp>Microsoft</samp> or <samp>System</samp> (like "''FileNotFoundException: Could not load file or assembly 'System.[...]' or one of its dependencies''") OR you get something like "The library '[...].dll' required to execute the application is not found in 'C:\Program Files\dotnet`" (often this is <samp>hostpolicy.dll</samp>), something is wrong with the core frameworks used by the game.
Common fixes:
+
 
* [[Modding:Player Guide/Troubleshooting#Reset your content files|Reset the content files]].
 
* If that doesn't work, uninstall Stardew Valley (and fully delete your game folder) and then reinstall it.
 
* Check to make sure you don't [[Modding:Player_Guide/Troubleshooting#After_updating_to_the_latest_versions.2C_launching_the_game_still_shows_an_old_SMAPI_or_game_version|accidentally have two copies of the game]].
 
(Stardew now comes packaged with the dependencies needed to run, so you shouldn't need to install them yourself.)
 
You may also see an error like this if you installed SMAPI manually (by renaming the .bat to a .zip and moving files yourself). Try reinstalling SMAPI using the installer if that is the case.
 
 
==<samp>OutOfMemoryException</samp> errors (Windows only)==
 
==<samp>OutOfMemoryException</samp> errors (Windows only)==
  
 
==SMAPI takes forever to load! (Select Mode)==
 
==SMAPI takes forever to load! (Select Mode)==
 
<h1 style="margin-top: 3em; border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;min-width: 100% !important;">Other issues</h1>
 
<h1 style="margin-top: 3em; border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;min-width: 100% !important;">Other issues</h1>

Revision as of 20:18, 13 January 2022

If the 'file or assembly' starts with Microsoft or System (like "FileNotFoundException: Could not load file or assembly 'System.[...]' or one of its dependencies") OR you get something like "The library '[...].dll' required to execute the application is not found in 'C:\Program Files\dotnet`" (often this is hostpolicy.dll), something is wrong with the core frameworks used by the game.

OutOfMemoryException errors (Windows only)

SMAPI takes forever to load! (Select Mode)

Other issues