
auts
Published
At the moment this is not a simple experience for the user. Users needs to implement a few workarounds to get running properly.
Crashing issues at launch and ingame tied to virtual memory called mmap:
https://github.com/torvalds/linux/blob/v5.15/Documentation/admin-guide/sysctl/vm.rst#max_map_count
This reddit thread replicates the issue:
Work arounds are to increase the mmap either by using the sysctl command "sysctl -w vm.max_map_count=(yournumberhere)" or by directly editing their sysctl configuration file (the area is different area depending on your distro). More research should be done by the user to see which amount is right for you.
The other options to help get you into the game would be "-nolauncher -nosplash -world=empty -skipintro". "-nolauncher" skips the game's launcher while the others get you into the main menu without having to load the world for the main menu's screen. This does cause graphical issues including inability to choose and customize the player's character.