Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to execute file: C:\ProgramData\Fenix\fenix.exe #53

Closed
IGitSylvia opened this issue Oct 14, 2014 · 6 comments
Closed

Unable to execute file: C:\ProgramData\Fenix\fenix.exe #53

IGitSylvia opened this issue Oct 14, 2014 · 6 comments

Comments

@IGitSylvia
Copy link


-SETUP-

X Unable to execute file:
C:\ProgramData\Fenix\fenix.exe

CreateProcess failed; code 2.
They system cannot find the file specified.

                            - OK - 

@coreybutler
Copy link
Owner

The installer is creates the fenix.exe file by copying the build file from the temp directory. I believe this isn't happening during the setup (and I suspect permission issues as the cause, per issue #52).

@murone
Copy link

murone commented Aug 9, 2016

Same issue. I'm on Windows 10 and have tried multiple compatibility modes per Issue #52
Suggestions?

@coreybutler
Copy link
Owner

I can't recreate this issue, so I'm confident it has to do with the local environment. I'm 99% sure it has to do with permissions.... the question is "which directory don't I have proper permissions on?"

To troubleshoot, I would run the Fenix installer, but don't close it on the final screen. Instead, look through your temporary files directory. I would search for the word "fenix" and I would also sort through the files by size.... at this point in the installation, the file could be anywhere from 25MB to 45MB. If you can't find the file, then it's likely the installer didn't have permission to write to the temporary files directory. If you do find it, the installer probably didn't have permissions to copy the directory to your final installation path (that you specified in the installation process).

Another thing to consider is whether you're behind a proxy. Fenix 2 downloads the node-webkit binary during the installation process. If a proxy or firewall is blocking that, the file will never be made.

@murone
Copy link

murone commented Aug 16, 2016

You're probably right on the proxy thing. I did try installing on public internet, but I think I probably still had my windows, node, bash, and git proxies configured for being on network. I'll try fixing that first and then if that doesn't work I'll check out temp permissions, but doubt it's that as I'm full local admin on my PC.

@Nicknack1234
Copy link

Same issue, No proxy just vanilla windows 10. If you dont run as administrator, It doesnt download additional files, or install drivers. Installer just proceeds without reporting any problems. You end up with a missing exe file.

@coreybutler
Copy link
Owner

At this point, I doubt I'll try to fix this for Fenix 2. Installer issues are notoriously time consuming. Recreating this issue (which I still can't) and fixing it will take longer than it will to finish Fenix 3 for Windows. The Fenix 3 installer will ship everything (no extra downloads), including an autoupdate feature, so this problem should go away. I don't have an exact ETA on the Fenix 3 Windows release, but we are done with the Mac version and prepping for release.... so it shouldn't be too long.

I'm (hesitantly) going to close this on the premise that Fenix 3 will be the upcoming solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants