Kron4ek / Conty

Easy to use unprivileged Linux container packed into a single portable executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"winetricks dxvk" does not work with conty_wine.sh (1.24.2)

kunesj opened this issue · comments

OS: Ubuntu 18.04.6 LTS x86_64
Version: 1.24.2

winetricks dxvk does not work with conty_wine.sh, but works with conty_lite.sh.

jirka642@MS-7758 ~/Desktop $ WINEPREFIX=~/.wine-holoearth ./conty_wine.sh winetricks dxvk
Running Conty
Nvidia driver handler is enabled

------------------------------------------------------
warning: Your version of wine ge-8.0 is no longer supported upstream. You should upgrade to 7.x
------------------------------------------------------
------------------------------------------------------
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 20230212-next - sha256sum: 0f7e30aee05ab6747ef0d6a089830b91f90a4f70534b6ec581e75ef1eb71fa68 with wine-ge-8.0 (Staging) and WINEARCH=win64
Executing w_do_call dxvk
------------------------------------------------------
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_dxvk 
grep: warning: stray \ before /
Executing cd /home/jirka642/.cache/winetricks/dxvk
Downloading https://github.com/doitsujin/dxvk/releases/download/v/dxvk-.tar.gz to /home/jirka642/.cache/winetricks/dxvk
wget: unrecognized option: read-timeout
BusyBox v1.36.1 (2023-06-13 08:59:02 UTC) multi-call binary.

Usage: wget [-cqS] [--spider] [-O FILE] [-o LOGFILE] [--header STR]
	[--post-data STR | --post-file FILE] [-Y on/off]
	[--no-check-certificate] [-P DIR] [-U AGENT] [-T SEC] URL...

Retrieve files via HTTP or FTP

	--spider	Only check URL existence: $? is 0 if exists
	--header STR	Add STR (of form 'header: value') to headers
	--post-data STR	Send STR using POST method
	--post-file FILE	Send FILE using POST method
	--no-check-certificate	Don't validate the server's certificate
	-c		Continue retrieval of aborted transfer
	-q		Quiet
	-P DIR		Save to DIR (default .)
	-S    		Show server response
	-T SEC		Network read timeout is SEC seconds
	-O FILE		Save to FILE ('-' for stdout)
	-o LOGFILE	Log messages to FILE
	-U STR		Use STR for User-Agent header
	-Y on/off	Use proxy
Executing cd /home/jirka642/.cache/winetricks/dxvk
Downloading https://web.archive.org/web/2000/https://github.com/doitsujin/dxvk/releases/download/v/dxvk-.tar.gz to /home/jirka642/.cache/winetricks/dxvk
wget: unrecognized option: read-timeout
BusyBox v1.36.1 (2023-06-13 08:59:02 UTC) multi-call binary.

Usage: wget [-cqS] [--spider] [-O FILE] [-o LOGFILE] [--header STR]
	[--post-data STR | --post-file FILE] [-Y on/off]
	[--no-check-certificate] [-P DIR] [-U AGENT] [-T SEC] URL...

Retrieve files via HTTP or FTP

	--spider	Only check URL existence: $? is 0 if exists
	--header STR	Add STR (of form 'header: value') to headers
	--post-data STR	Send STR using POST method
	--post-file FILE	Send FILE using POST method
	--no-check-certificate	Don't validate the server's certificate
	-c		Continue retrieval of aborted transfer
	-q		Quiet
	-P DIR		Save to DIR (default .)
	-S    		Show server response
	-T SEC		Network read timeout is SEC seconds
	-O FILE		Save to FILE ('-' for stdout)
	-o LOGFILE	Log messages to FILE
	-U STR		Use STR for User-Agent header
	-Y on/off	Use proxy
------------------------------------------------------
warning: Downloading https://web.archive.org/web/2000/https://github.com/doitsujin/dxvk/releases/download/v/dxvk-.tar.gz failed
------------------------------------------------------

Thanks for the report. I will fix this issue in the next release.

For now, as a workaround, you can run winetricks this way:

$ WINETRICKS_DOWNLOADER=curl WINEPREFIX=~/.wine-holoearth ./conty_wine.sh winetricks dxvk