logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 02-05-2022 14:03:34

kiwi007
Membre
Inscription : 19-12-2018

Problème installation Wine

Bonjour,

J'ai installé wine puis deux logiciels avec succès (https://fr-fr.sennheiser.com/wireless-systems-manager et https://www.shure.com/fr-FR/produits/logiciels/wwb6) puis j'ai redémarrer mon ordinateur et depuis, je n'ai plus accès à wine.

J'ai d'abord cherché autour de wineusb, trouvé un problème similaire sur ce site https://hopesknowledge.wordpress.com/20 … s_send_co/
intitulé :
“002a:err:ntoskrnl:ZwLoadDriver failed to create driver L”\\Registry\\Machine\\System\\CurrentControlSet\\Services\\sptd”: c00001420021:err:service:process_send_command service protocol error – failed to read pipe r = 0 count = 0!” error.

J'ai suivi le protocole avec wineusb à la place de sptd

    wine regedit
    find HKEYLOCAL MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\
    and under there you should see “sptd”
    rigth click to it and choose “delete”
    deleting it solve this problem.

Et voici quelques retours de commande :

sudo winecfg
0033:err:winsock:interface_bind_check No cache entry for ifindex 0.
0033:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
wine: Call from 0x7bc7c990 to unimplemented function ntoskrnl.exe.RtlPcToFileHeader, aborting
wine: Unimplemented function ntoskrnl.exe.RtlPcToFileHeader called at address 000000007BC7C990 (thread 001b), starting debugger...
000f:err:service:process_send_command service protocol error - failed to read pipe r = 0  count = 0!
000f:err:service:process_send_start_message pipe connect failed
0009:err:module:import_dll Loading library imm32.dll (which is needed by L"C:\\windows\\winsxs\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef\\comctl32.dll") failed (error c000007b).
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc79dd5



wine version
wine: Call from 0x7bc7c990 to unimplemented function ntoskrnl.exe.RtlPcToFileHeader, aborting
wine: Unimplemented function ntoskrnl.exe.RtlPcToFileHeader called at address 000000007BC7C990 (thread 0016), starting debugger...
000f:err:service:process_send_command service protocol error - failed to read pipe r = 0  count = 0!
000f:err:service:process_send_start_message pipe connect failed
0009:err:module:__wine_process_init L"C:\\windows\\system32\\version.exe" not found



sudo winefile
0033:err:winsock:interface_bind_check No cache entry for ifindex 0.
0033:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
wine: Call from 0x7bc7c990 to unimplemented function ntoskrnl.exe.RtlPcToFileHeader, aborting
wine: Unimplemented function ntoskrnl.exe.RtlPcToFileHeader called at address 000000007BC7C990 (thread 001b), starting debugger...
000f:err:service:process_send_command service protocol error - failed to read pipe r = 0  count = 0!
000f:err:service:process_send_start_message pipe connect failed
0009:err:module:import_dll Loading library imm32.dll (which is needed by L"C:\\windows\\system32\\comctl32.dll") failed (error c000007b).
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc79dd5



J'ai tout cassé?:/

Merci pour votre aide:)

Hors ligne

#2 02-05-2022 16:24:17

vv222
Administrateur
Lieu : Bretagne
Distrib. : Debian Sid
(G)UI : sway
Inscription : 18-11-2013
Site Web

Re : Problème installation Wine

Je vois que tu utilises WINE en root, c’est une grosse source de problèmes.

Je te conseille de réinitialiser complètement ton préfixe WINE (en supprimant ~/.wine, ce qui supprimera aussi les applications installées via WINE) et de t’assurer ensuite que tu ne l’utilises que via ton compte utilisateur habituel.

Jouer sous Debian ? Facile !

Ceterum censeo Barum esse delendam

Hors ligne

#3 02-05-2022 17:06:39

kiwi007
Membre
Inscription : 19-12-2018

Re : Problème installation Wine

J'ai supprimé le  ~/.wine
j'ai ensuite réinstallé wine:

sudo apt-get update && sudo apt install wine32 wine64 -y



j'ai ensuite réinstallé WSM avec succès malgré les messages d'erreur :

wine Sennheiser_WSM_Setup_4.5.2.4.exe
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
003d:err:mscoree:LoadLibraryShim error reading registry key for installroot
0069:err:winsock:interface_bind_check No cache entry for ifindex 0.
0069:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733



mais quand j'ai essayé une nouvelle installation,

xx@xx ~/Téléchargements> wine Wireless-Workbench-win-6.15.0.119.exe
002e:err:winsock:interface_bind_check No cache entry for ifindex 0.
002e:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0009:err:module:import_dll Loading library imm32.dll (which is needed by L"C:\\windows\\winsxs\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef\\COMCTL32.dll") failed (error c000007b).
0009:err:module:import_dll Library COMCTL32.dll (which is needed by L"Z:\\home\\xx\\T\00e9l\00e9chargements\\Wireless-Workbench-win-6.15.0.119.exe") not found
0009:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\xx\\T\00e9l\00e9chargements\\Wireless-Workbench-win-6.15.0.119.exe" failed, status c0000135



et voici maintenant mon retour de winefile (alors que ça marchait bien avant l'installation) :

winefile
002e:err:winsock:interface_bind_check No cache entry for ifindex 0.
002e:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0009:err:module:import_dll Loading library imm32.dll (which is needed by L"C:\\windows\\system32\\comctl32.dll") failed (error c000007b).
0009:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\system32\\comdlg32.dll") not found
0009:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\windows\\system32\\winefile.exe") not found
0009:err:module:import_dll Loading library imm32.dll (which is needed by L"C:\\windows\\system32\\comctl32.dll") failed (error c000007b).
0009:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\system32\\winefile.exe") not found
0009:err:module:LdrInitializeThunk Importing dlls for L"C:\\windows\\system32\\winefile.exe" failed, status c0000135



Merci

Dernière modification par kiwi007 (02-05-2022 22:47:45)

Hors ligne

#4 03-05-2022 13:55:06

kiwi007
Membre
Inscription : 19-12-2018

Re : Problème installation Wine

Je me rend compte que c'est uniquement avec sennheiser puisque les autres logiciels fonctionnent bien. Un problème de compatibilité?

Hors ligne

#5 03-05-2022 15:44:16

vv222
Administrateur
Lieu : Bretagne
Distrib. : Debian Sid
(G)UI : sway
Inscription : 18-11-2013
Site Web

Re : Problème installation Wine

L’erreur signale une bibliothèque manquante : comctl32.dll.
Je ne saurais par contre pas dire ce qui est censé la fournir.

Jouer sous Debian ? Facile !

Ceterum censeo Barum esse delendam

Hors ligne

#6 03-05-2022 16:12:01

Philou92
Adhérent(e)
Lieu : Hauts de Seine
Distrib. : Debian bookworm
Noyau : Linux 6.1.0-13-amd64
(G)UI : LightDM et Xfce4.18
Inscription : 29-04-2015

Re : Problème installation Wine

Au hasard, as-tu installé le paquet de compatibilité avec l’architecture 32bits ?

Voir là https://wiki.debian.org/Wine#Standard_installation pour installer proprement wine sur une archi 64bits avec les paquets debian.

Tousse antique Ovide !

Hors ligne

#7 07-05-2022 16:41:02

kiwi007
Membre
Inscription : 19-12-2018

Re : Problème installation Wine

Oui, j'avais bien installé le paquet de compatibilité. J'ai l'impression que c'est l'installation de Microsoft.NET qui rendait l'accès à wine impossible :
Ouverture d'un message d'erreur au moment de la commande :

wine Sennheiser_WSM_Setup_4.5.2.4.exe



"Technologie Required : Setup has detected thar your Microsoft .NET runtime files are out of date. Click OK to install this technology now or abort the setup"

J'ai donc installé une version de WSM antérieure pour éviter cette installation et ça a l'air de fonctionner.

Dernière modification par kiwi007 (07-05-2022 16:41:28)

Hors ligne

Pied de page des forums