We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a43db commit 26a0001Copy full SHA for 26a0001
cmd/vinegar/app.go
@@ -173,7 +173,7 @@ func (a *app) Write(b []byte) (int, error) {
173
174
if strings.Contains(line, "starting debugger") && !a.cfg.Debug {
175
gtkutil.IdleAdd(func() {
176
- a.pfx.Kill()
+ a.pfx.Server(wine.ServerKill, "9")
177
a.showError(errors.New(
178
"Wine unexpectedly crashed, please try again or delete all data!",
179
))
0 commit comments