Engine returns a C++ Library Runtime Error when displaying data that implements IRotationRenderer on machines with an Intel HD 4000 or Intel Graphics Media Accelerator graphics card.
上次发布: August 25, 2014ArcGIS Engine
漏洞 ID 编号
NIM092183
已提交
June 5, 2013
上次修改时间
June 5, 2024
适用范围
ArcGIS Engine
找到的版本
10.1
操作系统
Windows OS
操作系统版本
7 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
The “Intel Management Components” utility installs 'iCLS Client', which injects itself into the execution of other applications (a standard practice for security-oriented functionality). However, because iCLS Client tries to access its own copy of the system file 'msvcr90.dll', which is not statically linked, it causes a runtime error. The local copy of the runtime doesn’t match the version of the c runtime laid down in the system location in the WinSxS folder, and this triggers the Runtime error message.Multiple options exist to address this:1) Uninstall "Intel Management Engine Components" and update the missing Intel drivers from the Intel site. There have been ~four updates for the HD4000 chipset over its release cycle and the 2nd-to-last one has some known problems (this is a known problem for MS Surface Pro). The newest driver can only be retrieved from from Intel directly - not from a Windows update.2) Contact Intel for a fix for the non-statically linked runtime problem in that utility.