好久没用S7-PLCSIM Advance V3,报错解决问题记录,求加精
一、使用时出现提示:

二、通过搜索问题得知缺少Winpcap文件
下载链接 https://www.winpcap.org/
三、安装时提示高版本已经安装过 可能与S7-PLCSIM Advance V3不兼容

四、解决办法如下
一、win10安装winpcap4.13时提示如下:
WinPcap 4.1.3 is already installed on this machine.
Press Ok if you want to force the installation, or Cancel if you want to
abort the installation.
明明卸载过了,应该是没有卸载干净
解决方法:
删除下面的文件即可
c:\windows\system32\Packet.dll
c:\windows\system32\drivers/npf.sys
c:\windows\system32\WanPacket.dll
c:\windows\system32\wpcap.dll
c:\windows\system32\pthreadVC.dll
其实我只删除了packet.dll和wpcap.dll就可以正常安装3.01了。
二、win10安装WinPcap4.13时出现如下图提示,不能安装
Error opening file for writing:
C:\Windows\system32\wpcap.dlI
Click Abort to stop the itltin,
Retry to try again, or
Ignore to skip this file.
解决办法:
找到下列相应文件,并把扩展名修改即可
C:\Windows\SysWOW64 的wpcap.dll改成 wpcap.dll.old
C:\Windows\SysWOW64的packet.dll改成 packet.dll.old
三、在卸载winpcap的时候,一定要把nessus关闭,才能把所有文件卸载完,或者把使用winpcap的相关软件关闭。只要使用着winpcap都卸载不完全
————————————————
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_40412037/article/details/103752172
六、安装完成问题解决,可以正常仿真