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

Arguments prevent application from starting #2

Open
computerquip-streamlabs opened this issue Jun 15, 2018 · 1 comment
Open

Arguments prevent application from starting #2

computerquip-streamlabs opened this issue Jun 15, 2018 · 1 comment

Comments

@computerquip-streamlabs

Seems providing any argument what so ever prevents the application from starting. A simple test case that does nothing but log to a file (does nothing with arguments) shows this to be the case.

@computerquip-streamlabs
Copy link
Author

After a bit of experimentation and by accident actually, I found that when packaged, arguments do prevent the application from starting. So something like my.exe --test will just seemingly not start. However, yode-runtime.exe my-app-dir --test does some to work after all. I guessed that it was probably something in the yode/node code that was parsing arguments before giving them to the application so if you do something like this instead my.exe -- --test the resulting argv is <full-path-to-exe> <full-path-to-working-dir> --test.

I'm not sure where the problem is or if it's a problem at all so I'll keep it open.

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

No branches or pull requests

1 participant