somebody11
New member
The game launches fine, but would crash 100% of the time after loading a match / spectating / hero practice. Unaffected by any of the graphical settings as far as I know.
This is on Ubuntu 22.04.4 LTS, Ryzen 7 3800X CPU with Radeon RX 7700 XT on Mesa 23.3.0.
A work around is to increase vm.max_map_count from the default 65536 to a higher value like 1048576 by doing:
sudo sysctl -w vm.max_map_count=1048576
(for those inclined to copy + paste stuff in hopes of a solution note that this change isn't persistent. To get that you need to edit /etc/sysctl.conf)
This is on Ubuntu 22.04.4 LTS, Ryzen 7 3800X CPU with Radeon RX 7700 XT on Mesa 23.3.0.
A work around is to increase vm.max_map_count from the default 65536 to a higher value like 1048576 by doing:
sudo sysctl -w vm.max_map_count=1048576
(for those inclined to copy + paste stuff in hopes of a solution note that this change isn't persistent. To get that you need to edit /etc/sysctl.conf)