NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/50742: wine gives the error: wine: Unhandled page fault on read access to 0x0069004c at address 0x0017:0x7f1d20c0 (thread 0021), starting debugger...
The following reply was made to PR port-i386/50742; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-i386/50742: wine gives the error: wine: Unhandled page
fault on read access to 0x0069004c at address 0x0017:0x7f1d20c0 (thread
0021), starting debugger...
Date: Mon, 1 Feb 2016 20:45:29 +0100
On Mon, Feb 01, 2016 at 07:40:00PM +0000, joseyluis%gmail.com@localhost wrote:
> @@ -536,7 +536,7 @@
> # Usa a subshell so if the user clicks 'Cancel',
> # the --auto-kill kills the subshell, not the current shell
> (
> - wget "$@" 2>&1 |
> + wget --no-check-certificate "$@" 2>&1 |
> winetricks_parse_wget_progress | \
> $WINETRICKS_GUI --progress --width 400 --title="$_W_file" --auto-kill --auto-close
> )
> @@ -556,7 +556,7 @@
> fi
> return $err
> ;;
> - *) wget "$@" ;;
> + *) wget --no-check-certificate "$@" ;;
> esac
> }
>
To have wget find SSL certificates, install mozilla-rootcerts package
and follow the MESSAGE you get when installing it.
Thomas
Home |
Main Index |
Thread Index |
Old Index