https://bugs.winehq.org/show_bug.cgi?id=49437
--- Comment #7 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Adrien Fernandes from comment #6)
My actual FreeBSD is this one : FreeBSD 13.0-CURRENT #0 r362292: Thu Jun 18 04:59:33 UTC 2020 amd64
CURRENT's rtld-elf's behavior changed, so if you run CURRENT, please make sure it's recent enough. This command has to print something; if not, you may on the "bad" patch of CURRENT when Wine mistranslated load addresses (as it had no way to tell what type of address rtld-elf used):
nm -D /libexec/ld-elf.so.1 | grep _rtld_version_laddr_offset
(This is not an issue for pre-CURRENT versions, despite returning no output.)
I didn't update FreeBSD yet. Still having the same issue on wine-5.13.
I build wine using a i386 chrooted environment, not building through ports BUT still applying manually the patches from emulator/wine-devel.
It builds fine, installs as well but still the same Segmentation fault on 5-13. So I should update FreeBSD if I want to use >wine-5.8 ?
Other than that I am really not sure. Your best bet is probably to "git bisect", but there could be several working and half-working versions in between. I can try provide a change timeline and some specific commits to try, which might give us some preliminary answers?