error: install_bpf Native libs ... not installing seccomp

Questions about Wine on Linux
Post Reply
learner90
Newbie
Newbie
Posts: 1
Joined: Fri Jul 18, 2025 3:01 pm

error: install_bpf Native libs ... not installing seccomp

Post by learner90 »

when i try to run BrMain4904.exe file which is brother file to upgrade the firmware of a brother printer
the link of the software:
https://support.brother.com/g/b/downloa ... type3=375

i get this error:

Code: Select all

$ WINEDEBUG=fixme-all wine BrMain4904.exe
0490:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x61f69714e130, syscall 0x61f6972f1ed0, not installing seccomp.
0490:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.
0498:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x60a551714130, syscall 0x60a5518b7ed0, not installing seccomp.
0498:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.
04a0:err:environ:init_peb starting L"Z:\\home\\endeavouros\\Downloads\\Printers\\brother hl-1110\\BrMain4904.exe" in experimental wow64 mode
the content of this file: /proc/sys/vm/legacy_va_layout is: 0
and ulimit -s prints: 8192

and i get a windows: failed to load files E02

how to fix this?
Post Reply