-
Notifications
You must be signed in to change notification settings - Fork 11
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
Closing command line Wine application causes all other Wine sessions to freeze #41
Comments
|
Sounds similar to bottlesdevs/Bottles#2759 |
Reproducible with two instances of winecfg:
Both terminal A and B have now returned to their shell prompts. The first winecfg window is still present, but is now frozen. |
|
Thing is if you run |
The process space of one instance doesn't get exposed to another, this is most likely what causes the issue because of problems with IPC. |
If you have a graphical Wine applications open, closing a text application will cause Wine applications to freeze.
For instance, you can run
winecfg
, followed bycmd
, and then exitcmd
by typingexit
, and thenwinecfg
will freeze.The text was updated successfully, but these errors were encountered: