wine ne lance pas les programmes windows
Il produit cette erreur :
wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: symbol wine_call_on_stack, version WINE_1.0 not defined in file libwine.so.1 with link time reference
supprimer le fichier libwine.so.1 puis réinstaller wine
Mon programme se bloque
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 cancel individual Wine processes.
If you are getting a complete deadlock and are unable to even use your mouse after running Wine, it's probably not a specific problem with the Wine software. Wine is a ->user-level process, and shouldn't be able to completely hang the operating system under any circumstances. Instead, Wine is likely exposing a deeper problem with the ->system, such as a defective hardware driver.
Associer un fichier à une application windows avec konqueror
Remarque : il est supposé que wine est installé !


/!\ cette méthode ne fonctionne pas tout le temps...
Alternative : il faut aller dans le menu Configurer > Configurer konqueror puis dans association de fichier :
- sélectionner l'extension (xml par exemple)
- associer le programme : env WINEPREFIX="/home/hugues/.wine" wine "C:\Program Files\Notepad++\notepad++.exe" et donner le nom Notepad++
Automatiser l'exécution des .exe avec wine /!\ obsolète /!\ '''
S'il est possible d'associer les fichiers d'extension .exe avec wine, il se peut que dans certains cas cela ne soit pas suffisant. Par exemple, avec firefox, si vous souhaitez exécuter un programme windows après le téléchargement du fichier associé, cela ne fonctionne pas. Pour résoudre ce problème, il faut installer le paquet binfmt. Sous debian ou équivalent, créer le fichier /var/lib/binfmts/wine puis ajouter ces lignes :
wine magic 0 MZ /usr/bin/wine
Remarque : il se peut que ce fichier existe déja et qu'il contienne :
wine magic 0 MZ /usr/bin/wine-auto
Si l'exécution automatique de l'exécutable windows ne s'effectue pas, il faut remplacer wine-auto par wine ou créer un lien wine-auto qui pointe sur wine ?