Changes

Jump to navigation Jump to search
→‎"Could not load file or assembly 'Microsoft.Xna.*.dll'" or "System.IO.Compression.dll" (Windows only): make section more generic, cover Linux/Mac installer issues too, remove XNA mention since the fixes were for .NET Framework issues
Line 139: Line 139:  
* If that shows an error or it still doesn't work, you can [https://brew.sh install Homebrew] and run <code>brew install mono mono-libgdiplus</code> in the Terminal app.
 
* If that shows an error or it still doesn't work, you can [https://brew.sh install Homebrew] and run <code>brew install mono mono-libgdiplus</code> in the Terminal app.
   −
===<span id="xna-corrupted"></span>"Could not load file or assembly 'Microsoft.Xna.*.dll'" or "System.IO.Compression.dll" (Windows only)===
+
===Could not load file or assembly===
That means something is wrong with your copy of XNA Framework. Unfortunately that can be hard to fix since it's integrated into Windows. The most reliable solutions are...
+
If the 'file or assembly' starts with <tt>System</tt> like this:
 +
<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>
   −
# reinstall [https://dotnet.microsoft.com/download/dotnet-framework/net452 .NET Framework 4.5.2];
+
Then something is wrong with your .NET Framework 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).
# ''or'' [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.
    
==Fix other problems==
 
==Fix other problems==
translators
8,403

edits

Navigation menu