Non posso forzare l'uscita da un'app (Vino)!

2

Ho installato Wine per aprire un file .exe sul mio Mac. Penso di aver fatto qualcosa di sbagliato e quando ho aperto il file è stato installato nella cartella Applicazioni. Ora, non mi lascia forzare a smettere. Ho provato a fare clic su "Forza Esci" dal menu Apple e non ha funzionato. Ora non posso spegnere il mio Mac.

Come posso forzare l'uscita dall'applicazione Windows in esecuzione su Wine sul mio Mac?

    
posta Sebastian 31.03.2017 - 02:23
fonte

1 risposta

3

Utilizza Terminale per terminare il processo Wine.

Dalle Domande frequenti sul vino

10.2 Crashes and Freezes

10.2.1 My program froze up, how do I close it?

If you ran the program from a terminal window by typing wine program.exe, you can usually just go back to that terminal window and press Ctrl+C. If you ran the application some other way, such as from a launcher shortcut, then you can open up a terminal and forcibly kill the process:

killall -9 Application.exe

If you want to kill all Wine programs at once, you can run:

wineserver -k 

You can also open up a Wine version of the Windows task manager by running wine taskmgr in a terminal. This will allow you to kill individual Wine processes.

    
risposta data 31.03.2017 - 03:20
fonte

Leggi altre domande sui tag