Changes

Jump to navigation Jump to search
→‎Could not load file or assembly: use ordered list to make it clearer that there are two distinct things to try
Line 140: Line 140:     
===Could not load file or assembly===
 
===Could not load file or assembly===
If the 'file or assembly' starts with <tt>Microsoft</tt> or <tt>System</tt> (like "''FileNotFoundException: Could not load file or assembly 'System.[...]' or one of its dependencies''"), something is wrong with the core frameworks used by the game. You can usually fix it by reinstalling...
+
If the 'file or assembly' starts with <tt>Microsoft</tt> or <tt>System</tt> (like "''FileNotFoundException: Could not load file or assembly 'System.[...]' or one of its dependencies''"), something is wrong with the core frameworks used by the game.
 +
 
 +
<ol>
 +
<li>Common fixes:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 147: Line 150:  
|-
 
|-
 
| Windows
 
| Windows
| [https://dotnet.microsoft.com/download/dotnet-framework/net452 .NET Framework 4.5.2] and [https://www.microsoft.com/en-us/download/details.aspx?id=20914 XNA Framework 4.0] (those exact versions).
+
| reinstall [https://dotnet.microsoft.com/download/dotnet-framework/net452 .NET Framework 4.5.2] and [https://www.microsoft.com/en-us/download/details.aspx?id=20914 XNA Framework 4.0] (those exact versions).
 
|-
 
|-
 
| Linux
 
| Linux
| [https://www.mono-project.com/download/stable/ <tt>mono-complete</tt>].
+
| reinstall [https://www.mono-project.com/download/stable/ <tt>mono-complete</tt>].
 
|-
 
|-
 
| Mac
 
| Mac
| [https://www.mono-project.com/download/stable/ Mono] (either channel is fine).
+
| reinstall [https://www.mono-project.com/download/stable/ Mono] (either channel is fine).
|}
+
|}</li>
 
+
<li>On Windows only, in rare cases that won't fix the issue. Unfortunately that's hard to fix since .NET Framework is part of Windows itself. In those cases you may need to [https://support.microsoft.com/en-us/help/4026528/windows-reset-or-reinstall-windows-10 perform a Windows reset] (you can keep your files), ''or'' perform a clean reinstall of Windows. This is drastic, but should fix the issue.</li>
On Windows only, in rare cases that won't fix the issue. Unfortunately that's hard to fix since .NET Framework is part of Windows itself. In those cases you may need to [https://support.microsoft.com/en-us/help/4026528/windows-reset-or-reinstall-windows-10 perform a Windows reset] (you can keep your files), ''or'' perform a clean reinstall of Windows. This is drastic, but usually fixes the issue.
+
</ol>
    
===Game freezes when loading a save (Mac only)===
 
===Game freezes when loading a save (Mac only)===
translators
8,401

edits

Navigation menu