我正在使用pyinstaller来使用chromedriver来打开一个网站,下载一组文件并在目录中移动它们。文件下载得很好,但是当移动它们的任务开始时,应用程序崩溃会发出错误:
ERROR:gpu_process_transport_factory.cc(1007)] Lost UI shared context.
我尝试更改权限以提供对所有必需应用程序的完全访问权限,尝试通过带有参数的批处理文件运行应用程序:
--disable-gpu --disable-software-rasterizer
但这些改变不起作用。尽管该应用程序在Windows 10 Education x86上运行良好,但它无法在Windows 8.1上运行。
关闭应用程序后的错误是:
Unable to read VR Path Registry from C:\Users\Administrator\AppData\Local\openvr\openvrpaths.vrpath
任何帮助将不胜感激。提前谢谢。