Outils pour utilisateurs

Outils du site


tech:notes_wine

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:notes_wine [2026/04/13 16:02] Jean-Baptistetech:notes_wine [2026/04/19 21:29] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
-{{tag>Brouillon}}+<!DOCTYPE markdown> 
 +{{tag>Brouillon windows Wine}}
  
-Notes Wine+Notes Wine
  
 Voir aussi : Voir aussi :
 * https://www.protondb.com/ * https://www.protondb.com/
-* [[https://www.codeweavers.com/crossover/|crossover]]+* [Crossover](https://www.codeweavers.com/crossover/)
 * winetricks * winetricks
 * PlayOnLinux * PlayOnLinux
 * ./play.it * ./play.it
-[[https://en.wikipedia.org/wiki/Proton_(software)]]+<https://en.wikipedia.org/wiki/Proton_(software)>
  
 Voir : Voir :
Ligne 19: Ligne 20:
 Ce n'est pas libre, mais ca aide Wine qui lui est libre. Ce n'est pas libre, mais ca aide Wine qui lui est libre.
  
-<code bash> +~~~bash 
-dpkg --add-architecture i386 && apt-get update +dpkg --add-architecture i386 
-apt-get install wine32 +apt-get update 
-</code>+apt-get install wine32:i386 
 +~~~
  
 ''~/.PlayOnLinux/'' ''~/.PlayOnLinux/''
  
-<code bash>+ 
 +~~~bash
 apt-get install mono-runtime wine playonlinux winetricks apt-get install mono-runtime wine playonlinux winetricks
 apt-get install mono-complete apt-get install mono-complete
 apt-get install cabextract apt-get install cabextract
-</code>+~~~
  
-<code bash>+Notes 
 +~~~ 
 +mkdir -p ~/myapp/prefix 
 +export WINEPREFIX=$HOME/myapp/prefix  
 +export WINEARCH=win32  
 +export WINEPATH=$HOME/myapp  
 +wineboot --init 
 + 
 +cd $HOME/Downloads 
 +wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks 
 +chmod +x winetricks 
 +sh winetricks corefonts vcrun6 
 + 
 +winecfg 
 +~~~ 
 + 
 + 
 +Old 
 +~~~baash
 WINEARCH=win32 WINEPREFIX=/$HOME/.win32 winecfg WINEARCH=win32 WINEPREFIX=/$HOME/.win32 winecfg
 # ln -s /usr/bin/wine32 /usr/bin/wine # ln -s /usr/bin/wine32 /usr/bin/wine
Ligne 41: Ligne 62:
 ## Perf ## Perf
 # export WINEDEBUG=-all # export WINEDEBUG=-all
-</code>+~~~
  
 Voir https://doc.ubuntu-fr.org/wine_profils Voir https://doc.ubuntu-fr.org/wine_profils
  
-<code bash>+~~~bash
 winetricks --gui winetricks --gui
 env WINEARCH=win32 WINEPREFIX=/$HOME/.win32 winetricks list-installed env WINEARCH=win32 WINEPREFIX=/$HOME/.win32 winetricks list-installed
-</code>+~~~
  
-== Installer un paquet MSI+ 
 +## Installer un paquet MSI
  
 <code bash> <code bash>
Ligne 56: Ligne 78:
 </code> </code>
  
-== Install de Wine Mono+## Install de Wine Mono
  
 <code bash> <code bash>
Ligne 64: Ligne 86:
 </code> </code>
  
-== Pb 
  
-=== Exemple de cas tordu+ 
 +## Pb 
 + 
 +### Exemple de cas tordu
  
 http://www.silaexpert07.fr/silae/_deploy/http/www.silaexpert07.fr/80/SilaeClient_1_1138_0_4/SilaeClient.exe.manifest http://www.silaexpert07.fr/silae/_deploy/http/www.silaexpert07.fr/80/SilaeClient_1_1138_0_4/SilaeClient.exe.manifest
Ligne 113: Ligne 137:
 http://www.silaexpert07.fr/silae/_deploy/http/www.silaexpert07.fr/80/SilaeClient_1_1138_0_4/ExcelLibrary.dll  http://www.silaexpert07.fr/silae/_deploy/http/www.silaexpert07.fr/80/SilaeClient_1_1138_0_4/ExcelLibrary.dll 
 </code> </code>
-== Autres+ 
 + 
 + 
 +## Autres
  
 Voir depends.exe http://www.dependencywalker.com/ Voir depends.exe http://www.dependencywalker.com/
  
 Mono Mono
-<code bash>+~~~bash
 mono --runtime=v4.0 application.exe mono --runtime=v4.0 application.exe
-</code>+~~~
  
 https://bugs.winehq.org/show_bug.cgi?id=30410 https://bugs.winehq.org/show_bug.cgi?id=30410
-<code bash>+~~~bash
 echo 0 |sudo tee /proc/sys/kernel/yama/ptrace_scope echo 0 |sudo tee /proc/sys/kernel/yama/ptrace_scope
-</code>+~~~
  
 DLL DLL
-<code bash>+~~~bash
 #!/bin/sh #!/bin/sh
 # #
 # Lanceur NetMeeting # Lanceur NetMeeting
 /usr/bin/wine Rundll32.exe msconf.dll,OpenConfLink $1 /usr/bin/wine Rundll32.exe msconf.dll,OpenConfLink $1
-</code>+~~~
  
  
  
tech/notes_wine.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki