bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

optick.exe silently fail to open #68

Closed galop1n closed 5 years ago

galop1n commented 5 years ago

Same problem with the binary release and the project build from source. The problem is that it fails to initialize because d3dcompiler43.dll was missing, putting it from my windows 10 sdk in the executable folder solved it.

bombomby commented 5 years ago

Oh, thanks for the report. I'll take a closer look today. All the dll's are packed inside executable - looks like navite dll's are not embedded properly for some reason. It is related to the recent changes to the release packaging process.