-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
scrcpy-noconsole.exe shows a console #691
Comments
Indeed. Even if I rebuild v1.9 with my current mingw, the "no console" flag ( It's probably a bug in mingw. |
From IRC:
I'll test that later. https://stackoverflow.com/questions/13871617/winmain-and-main-in-c-extended |
one more to confirme the bug |
Yeah I faced it too |
This is happening for me as well |
If someone wants to work on it, the solution is probably to use |
Same for me |
Same; I thought I was going crazy with my shortcut adjustment! |
Me too, but at least it shows the bugdroid as the console icon :) |
The linker flag "-mwindows" has no effect on my current MinGW. Instead, passing "-Wl,--subsystem,windows" works. Fixes <#691>
I found a workaround: 18f2e33 I backported it on v1.10 so that you can test:
|
Using it along with #650 (comment) and no issues so far, the console never pops. Spoke too soon, this binary doesn't implement the text fix, unsurprisingly. However no issues found with the server, if any should be expected. |
Fixed in v1.11. |
scrcpy-noconsole.exe shows a console after upgrading to 1.10
The text was updated successfully, but these errors were encountered: