using fody/costura in a project with cefsharp

核能气质少年 提交于 2019-12-11 17:08:01

问题


Currently I have a problem

Failed to launch GPU process.

while executing exe process where cefsharp is used.

Here is what i observe:

  1. i take exe that is being produced with config file and copy it to a new folder
  2. starting executable creates a folder

    C:\Users\currentuser\AppData\Local\Temp\Costura\60B52F2D9303A2A6B945E41F3A43E7AC\32

with all files that are required by cefsharp

  1. The program throws an error Failed to launch GPU process.

now, if I copy all files from Costura...\32 folder into the temp folder with exe - all is good, copy exe file to Costura..\32 - all is good as well

So how do I set a path to Costura..\32 folder for my exe to look at? How can I find out what is the path for Costura at run time or there is another approach to this?

Thanks Mark

来源:https://stackoverflow.com/questions/54189124/using-fody-costura-in-a-project-with-cefsharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!