Add a note how to work around Wine issuing an error message of

i386_set_ldt: Invalid argument
    Did you reconfigure your kernel with "options USER_LDT"?

PR:		224264
Submitted by:	rozhuk.im@gmail.com
Reviewed by:	arrowd
MFH:		2019Q3 (documentation to address crash)
This commit is contained in:
Gerald Pfeifer 2019-08-10 17:48:18 +00:00
parent b765708a66
commit ca7b4ef52d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508499
4 changed files with 12 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 4.13
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \

View File

@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 environment or
64-bit Windows binaries in an amd64 environment; emulators/i386-wine-devel
for 32-bit Windows binaries in an amd64 environment.
If you receive a message of "Did you reconfigure your kernel with
"options USER_LDT"?" add the line
machdep.max_ldt_segment="2048"
to /boot/loader.conf and reboot.
WWW: http://www.winehq.org/
Gerald Pfeifer <gerald@FreeBSD.org>

View File

@ -3,7 +3,7 @@
PORTNAME= wine
DISTVERSION= 4.0.1
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \

View File

@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 environment or
64-bit Windows binaries in an amd64 environment; use emulators/i386-wine
for 32-bit Windows binaries in an amd64 environment.
If you receive a message of "Did you reconfigure your kernel with
"options USER_LDT"?" add the line
machdep.max_ldt_segment="2048"
to /boot/loader.conf and reboot.
WWW: http://www.winehq.org/
Gerald Pfeifer <gerald@FreeBSD.org>