Codeworks for android not starting

I am trying to install nvidia codeworks for android but as i double click on the setup file it asks some sort of windows admin permission like regular then after i say yes and that’s it, Nothing happens after that. I checked task manager and it was not running in background. Why?

DId you fix this? Im having the same with CodeWorks-1R7-windows_b104.exe

DId you fix this? Im having the same with CodeWorks-1R7-windows_b104.exe

Facing Same Issue .

I believe the problem occurs when your username contains a space. My username is “Max Pixel”, and therefore %USERPROFILE% is “C:\Users\Max Pixel”. I ran the CodeWorks installer through Process Monitor and found failed calls to access “C:\Users\Max”.

The installer binary is just a minimal bootstrapper, not the actual primary installer. It extracts itself to %LocalAppData%\Temp\somerandomstring, tries and fails to run “Launcher.exe” in that folder, then deletes the temp folder.

You can work around the issue by using an archiving program like 7zip to extract the installer to some temporary folder, then run Launcher.exe yourself.

This worked for me! Thanks!