R6034 指的是:”An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information“.

 
网上的解决办法很多,但是比较乱,也没有介绍是在什么应用中发生的R6034问题。
今天给大家介绍一个,在运行Python时候遇到的R6034的解决办法。
 
不喜欢看英文的朋友可以看下文:
2. 打开你的应用,会显示R6034的问题
3. 打开Process Explorer。在主菜单”View“中选择”Lower Pane View“并且选择”DLLS“
4. 在你运行的程序中找”msvcr??.dll“。关键就是这个文件。如果它的位置是:"winsxs" 那就是对的,如果不是,找到这个文件的路径,删除它。
 

相关文章:

  • 2021-12-03
  • 2022-02-22
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-02-04
  • 2022-01-20
猜你喜欢
  • 2021-04-15
  • 2021-11-20
  • 2021-11-29
  • 2021-12-19
  • 2021-03-31
  • 2021-11-30
  • 2021-09-14
相关资源
相似解决方案