-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
After enabling CJ account a cmd line window appears and doesn't close #7375
Comments
By default console apps on Windows create their own terminal window. We need to modify the build so it does not do this. There is a way to just hide the window on start, but this is ugly and confuses users (because it shows a window for few milliseconds). Guide from the internet:
Since we don't use GUI such as Visual Studio, we need to figure out how to change the setting via a command line. |
Just tested together with @STew790 that it is happening on the unsigned version too (23.2.0) |
@STew790 Please test on Windows those two cases:
|
So the result is:
|
So it looks like Suite issue, not middleware issue 🤔 There were no update of Electron, so maybe the added logging. Will prepare another build to test 🏃♂️ |
Cmd line not showing on this branch 🎉 |
@trezor/qa please test the build from this pipeline on Win 🙏 |
QA OK Info:
|
QA OK Info:
|
Describe the bug
After enabling CJ account, a cmd line window appears with WalletWasabi.WabiSabiClientLibrary.exe in title and doesn't close. It is probably something that should be running in the background but it just stays there. This is happening only on Windows. This wasn't happening on the 22.12.1 version.
Steps to reproduce:
Info:
Expected result:
The wasabi exe library should run in the background.
Actual result:
A command line window appears with exe library from wasabi.
Screenshots:
![image (1)](https://user-images.githubusercontent.com/48477147/212082384-6d81a367-130d-4cc4-ab0f-cdf3aa64acae.png)
The text was updated successfully, but these errors were encountered: