Changes

Jump to navigation Jump to search
Line 140: Line 140:     
===Could not load file or assembly===
 
===Could not load file or assembly===
If the 'file or assembly' starts with <tt>System</tt> like this:
+
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...
<pre>FileNotFoundException: Could not load file or assembly 'System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.</pre>
+
{| class="wikitable"
 +
|-
 +
! platform
 +
! reinstall frameworks
 +
|-
 +
| 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).
 +
|-
 +
| Linux
 +
| [https://www.mono-project.com/download/stable/ <tt>mono-complete</tt>].
 +
|-
 +
| Mac
 +
| [https://www.mono-project.com/download/stable/ Mono] (either channel is fine).
 +
|}
   −
Then something is wrong with your .NET Framework (Windows) or Mono (Linux/Mac) installation. In most cases, you can fix it by reinstalling [https://dotnet.microsoft.com/download/dotnet-framework/net452 .NET Framework 4.5.2] (Windows), [https://www.mono-project.com/ <tt>mono-complete</tt>] (Linux), or [https://www.mono-project.com/ Mono] (MacOS).
+
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.
 
  −
In rare cases on Windows only, that won't fix it. Unfortunately that's difficult to resolve 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.
      
===Game freezes when loading a save (Mac only)===
 
===Game freezes when loading a save (Mac only)===
translators
8,403

edits

Navigation menu