Currently I have a problem
Failed to launch GPU process.
while executing exe process where cefsharp is used.
Here is what i observe:
- i take exe that is being produced with config file and copy it to a new folder
starting executable creates a folder
C:\Users\currentuser\AppData\Local\Temp\Costura\60B52F2D9303A2A6B945E41F3A43E7AC\32
with all files that are required by cefsharp
- 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