Re: 3D View "Display In Separate Window" Causes Hangs

by dorin » Tue Jun 04, 2024 4:43 pm

Thanks A.D.STUDIO!
I've encountered the same problem even I'm under linux (debian) on both computers (at work and at home).
Symptoms: SH3D don't start even with an empty file.
Result in konsole:

Code: Select all

library initialization failed - unable to allocate file descriptor table - out of memory

Solution for linux users found on the net:
What fixed it was this command as root (su -) (sudo didn't do it):

Code: Select all

echo >/etc/security/limits.d/systemd.conf "* hard nofile 1048576"

Then reboot.
Solutions found here and here .
I hope it will help someone.