Tag Archives: Software installation problem

Visual Studio 2010 compilation error fatal error lnk1123: failed during conversion to coff: solution to invalid or corrupt file

VS2010 environment compilation encountered a fatal error lnk1123: failure during conversion to coff: invalid or corrupt file, fatal error lnk1123: failure during conversion to coff.

Here are some solutions:

Option 1:

Click “project” – & gt; “Properties” – & gt; “Inventory tool”,

Then select “input and output” – & gt; “embedded list”, and change the following “yes” to “no”

Option 2:

Search the vs installation directory for cvtres.exe

Two cvtres.exe files were found, including

Some netizens chose to overwrite all the old cvtres.exe with the latest file, and some netizens deleted the old cvtres.exe file

Change the name for the recovery environment. Note that the two files have the same version number, but the generation time is only 1 hour. Select the latest one. There are also many cvtres.exe searches

I don’t know. Try how to delete these files. My two file directories are as follows:

D:\ProgramFiles (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64

D:\Program Files (x86)\Microsoft VisualStudio 10.0\VC\bin

Option 3:

Even if the new VS2010 Sp1 is installed, this method can also solve some of this problem.

What’s more troublesome is that this Sp1 is still relatively large, and all the messy things have to be patched.

= division line of sigh ===========

Related resources: lnk1123: failure during conversion to coff: solution to invalid or corrupt file _lnk1123

Lnk1123: failure during conversion to coff: solution to invalid or corrupt file
original link: https://blog.csdn.net/weixin_39951018/article/details/111739349

Countermeasures for Error 1935 when installing MATLAB under Windows 10

The countermeasures of Error 1935 occurred when installing MATLAB in Windows 10 system
This error occurs because the installation process defaults to C++ 2005 instead of 2008, so bypass C++ 2005 to install. The specific steps are as follows:

1. Download the installer from the official website to MATLAB, the default download installation. My default installation directory is in the Download folder.

2. Found the installation file downloaded by the installer.
3. Enter the file and find the VC90 folder contained in the bin file (my default directory is “bin\win64\ VC90”)
4. Enter the vc90 folder, you should see two files, copy them to the previous folder (that is, “bin\win64”). The system will prompt you whether or not to replace, and select replace.

. Click setup.exe to execute the file again.
6. If the computer does not respond, choose to restart the computer. At this point, you should find that the system has an update during the restart.
7. After the restart, enter the folder “bin\win64” again, and find setup.exe.

8. Click setup.exe and you can follow instructions for a normal installation.
Reproduced reference: https://www.douban.com/note/515531145/

Win10 system virtual machine installation of Ubuntu system failed, prompt: UBI language failed with exit code 1

yesterday I tried to install ubuntu under the virtual machine of win10 system on my new computer. As a result, I tried to install several versions of ubuntu one after another, but failed. “Ubi-language failed with exit code 1. Further information may be found in /var/log/syslog. Do you want to try running this step again before continuing?If you do not, your installation may fail entirely or be broken.

the bug report interface links: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/906015

solution: clear the current installation record, download ubuntu16.04 version, reinstall, install successfully.

Ubuntu download link: https://www.ubuntu.com/download/ubuntu-kylin
Reference the install link:

http://blog.csdn.net/jimmylincole/article/details/13168989