wmp9: can't install

Questions about Wine on Linux
Locked
luca92
Level 3
Level 3
Posts: 55
Joined: Thu Jan 23, 2014 5:44 am

wmp9: can't install

Post by luca92 »

hello,
I need to install dll wmp9 for game Persona 4 Golden to work.
but winetricks says error:

Code: Select all

$ winetricks --force wmp9
Executing mkdir -p /home/pippo
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20220411 - sha256sum: 69856050cfe9d97902dfd68c1ad42a10a4be0fe76660744126d7e3ed75610495 with wine-8.0-rc3 and WINEARCH=win64
Executing w_do_call wmp9
Executing mkdir -p /home/pippo
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_wmp9 
------------------------------------------------------
warning: This package (wmp9) is broken in wine-8.0. Broken since 6.6. See https://bugs.winehq.org/show_bug.cgi?id=52772 for more info. Use --force to try anyway.
------------------------------------------------------
------------------------------------------------------
warning: --force was used, so trying anyway. Caveat emptor.
------------------------------------------------------
Executing w_do_call wsh57
Executing mkdir -p /home/pippo
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_wsh57 
grep: warning: stray \ before /
Executing mkdir -p /home/pippo/.cache/winetricks/wsh57
Executing cd /home/pippo/.cache/winetricks/wsh57
Downloading https://download.microsoft.com/download/4/4/d/44de8a9e-630d-4c10-9f17-b9b34d3f6417/scripten.exe to /home/pippo/.cache/winetricks/wsh57
--2023-02-03 15:23:34--  https://download.microsoft.com/download/4/4/d/44de8a9e-630d-4c10-9f17-b9b34d3f6417/scripten.exe
Caricato certificato CA "/etc/ssl/certs/ca-certificates.crt"

Risoluzione di download.microsoft.com (download.microsoft.com)... 23.200.208.248, 2001:b00:1:191::317f, 2001:b00:1:19b::317f
Connessione a download.microsoft.com (download.microsoft.com)|23.200.208.248|:443... connesso.
Richiesta HTTP inviata, in attesa di risposta... 200 OK
Lunghezza: 1079152 (1,0M) [application/octet-stream]
Salvataggio in: «scripten.exe»

scripten.exe        100%[===================>]   1,03M   694KB/s    in 1,5s    

2023-02-03 15:23:36 (694 KB/s) - «scripten.exe» salvato [1079152/1079152]

Executing cd /home/pippo
Executing cabextract -q -d /home/pippo/.wine/dosdevices/c:/windows/syswow64 /home/pippo/.cache/winetricks/wsh57/scripten.exe
/home/pippo/.wine/dosdevices/c:/windows/syswow64/spmsg.dll: Permission denied
/home/pippo/.wine/dosdevices/c:/windows/syswow64/spuninst.exe: Permission denied
/home/pippo/.wine/dosdevices/c:/windows/syswow64/wscript.hlp: Permission denied
/home/pippo/.wine/dosdevices/c:/windows/syswow64/update/spcustom.dll: Permission denied
/home/pippo/.wine/dosdevices/c:/windows/syswow64/update/updspapi.dll: Permission denied
/home/pippo/.wine/dosdevices/c:/windows/syswow64/update/update.exe: Permission denied
------------------------------------------------------
warning: Note: command cabextract -q -d /home/pippo/.wine/dosdevices/c:/windows/syswow64 /home/pippo/.cache/winetricks/wsh57/scripten.exe returned status 1. Aborting.
------------------------------------------------------
luca92
Level 3
Level 3
Posts: 55
Joined: Thu Jan 23, 2014 5:44 am

Re: wmp9: can't install

Post by luca92 »

i SOLVED by destroying my wine folder and installing wmp9 as the first dll.
Locked