-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.27.0-insiders3 regression from C++/CX support -- can't find any symbol on Win7 #5155
Comments
Hi @gujinfei . Have you tried with insiders3? If it still repro's with insiders3, could you provide the following? :
|
In addition, can you close all the VS Code instances and then make sure no dangling cpptools processes still exist (kill those if they do). And also if you do a Reset IntelliSense Database, do you see any "tag parsing" messages that don't result in the error message? |
@sean-mcmanus @Colengms more infomation:
log and config information: |
Ah, I suspect it may be a problem with Win7. Can you try 0.25.1? That was before we added C++/CX tag parsing capabilities, which could have caused it, but I don't recall other reports like this from Win7 users (I would update to the latest Win7 available, in case certain patches fixed stuff we require). |
@sean-mcmanus |
Thanks for the info. This "same" issue was fixed for Win7 with #4536 , but it looks like we regressed somehow, i.e. the msvcp140.dll and vcruntime140.dll files are missing now. A workaround should be to download the file at https://github.com/microsoft/vscode-cpptools/releases/download/0.26.2-insiders/cpptools-win32.vsix, rename it to cpptools-win32.vsix.zip, unzip the files, and copy over the msvcp140.dll and vcruntime140.dll at extension\bin to the extension\bin folder of a newer install of our extension. Or keep using 0.25.1 until we release a fix. |
Actually, 0.26.3 appears to have the fix as well, i.e. it's an "insider-only" bug, which explains why we haven't gotten that many complaints yet. |
@sean-mcmanus Thanks for your replying. |
This is fixed with 0.27.0-insiders4 now. |
0.27.0-insiders4 cant work on the machine : Tag parsing eccountered a error .... |
Do you see 3 DLLs under |
To get the potentially missing DLLs, you could try to do the following steps:
If you can see which of those 44 DLLs is missing from your older Windows install, we might be able to add those to future releases. |
Thanks for the info. I've updated our build to include those other DLL dependencies. |
0.27.0-insiders5 has the missing DLLs added (https://github.com/microsoft/vscode-cpptools/releases/tag/0.27.0-insiders5). |
Type: LanguageService
Describe the bug
I'm working on a computer that does not have access to the Internet. I install the extension by "Install from VSIX..."
I have the following problems:
Screenshots
log infomation:Tag parsing eccountered a error, but it may not matter. Let us
know if symbols in the file cant be found:
The picture link :https://github.com/gujinfei/res/blob/master/IMG_4339.JPG
The text was updated successfully, but these errors were encountered: