Date: Tue, 24 Sep 2019 10:59:28 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512709 - head/emulators/i386-wine Message-ID: <201909241059.x8OAxSwH079306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Sep 24 10:59:27 2019 New Revision: 512709 URL: https://svnweb.freebsd.org/changeset/ports/512709 Log: Port r508499 | gerald | 2019-08-10 from emulators/wine [1]: 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"? On the way port part of r442561 | gerald | 2017-06-04 from emulators/wine: Be more bold re games working. PR: 224264 [1] Submitted by: rozhuk.im@gmail.com [1] Reviewed by: arrowd [1] Approved by: dbn (implicit) Modified: head/emulators/i386-wine/pkg-descr Modified: head/emulators/i386-wine/pkg-descr ============================================================================== --- head/emulators/i386-wine/pkg-descr Tue Sep 24 10:29:48 2019 (r512708) +++ head/emulators/i386-wine/pkg-descr Tue Sep 24 10:59:27 2019 (r512709) @@ -5,6 +5,11 @@ without the performance or memory usage penalties of a a similar look and feel to other applications on your desktop. Many applications already work, more or less, including versions of -Microsoft Office and several games. +Microsoft Office and many games. + +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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909241059.x8OAxSwH079306>