[Bug 280000] emulators/wine-devel: NtRaiseException

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 29 Jul 2024 22:00:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280000

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=ba5653b298e084faea153473a2eeefe2d0acd150

commit ba5653b298e084faea153473a2eeefe2d0acd150
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-07-29 21:47:34 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-07-29 21:47:34 +0000

    emulators/wine-devel: Avoid "NtRaiseException Unhandled exception"

    Users have been reporting a number of cases of the following error:
      002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0
addr 0
    x6ffffff8b2b7
      0024:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0
addr 0

    Address this by means of a patch borrowed from emulators/wine-proton.

    PR:              279927, 280000

 emulators/wine-devel/Makefile                      |  1 +
 .../files/patch-include_wine_asm.h (new)           | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.