using fody/costura in a project with cefsharp

2019-08-28 22:33发布

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

0条回答
登录 后发表回答