Recent content by qookie

  1. Q

    Linux Crash when trying to enter queue

    I checked the rough number of mappings (via wc -l /proc/pid/maps) and it seems to be around 44k in the main menu and around 78k in game, while the default limit (without a patch like Arch has) is 65530.
  2. Q

    Linux Crash when trying to enter queue

    I've tried the following command as suggested in an earlier thread about this crash and it seems to have fixed it for me: sudo sysctl -w vm.max_map_count=2147483642 If I had to guess, the Arch kernel has a higher default max map count?
  3. Q

    Linux Crash when trying to enter queue

    Running into what seems to be the same issue (also on Gentoo Linux with Steam via flatpak). Looking at journalctl shows that an assert inside of Wine is tripped: Aug 14 12:52:07 selenium steam[5899]: t8.exe: ../src-wine/dlls/ntdll/unix/virtual.c:1907: create_view: Assertion `!((UINT_PTR)base &...
Back
Top