Hello All,
I have recently noticed that after starting up a wine instance, that upon closing the appliction sometimes the wine instance is still a running process and I have to kill it manually.
I am running the latest version of wine as well.
Any ideas as to what is going on here and how this can be fixed.
Cheers, Lonnie
"Lonnie" == Lonnie Cumberland lonnie@outstep.com writes:
Lonnie> Hello All, I have recently noticed that after starting up a wine Lonnie> instance, that upon closing the appliction sometimes the wine Lonnie> instance is still a running process and I have to kill it Lonnie> manually.
Lonnie> I am running the latest version of wine as well.
Lonnie> Any ideas as to what is going on here and how this can be fixed.
It the wineserver really persistant? It takes some time for wineserver to terminate after the main program exit. So look if the wineserver thread is really there after say 1 minute. Otherwise check if you start the wineserver with the "-p" argument.
Bye