Re: SweetHome3D crash on start with Ubuntu 24.10 : library initialization failed - unable to allocate file descriptor table - out of memoryAbandon (core dumped)

by ts101 » Sun Dec 08, 2024 6:52 pm

In case anyone else stumbles upon this:

A workaround (?) for this problem is to manually set the "ulimit" to a number that works, e.g. open a shell run

Code: Select all

ulimit -n 10000

and then start SH3D from this shell.

Now, I have absolutely no clue of java and have no idea if it does anything else, so use on your own risk.

That said, it seems to only affect the shell it is run in as in another shell, when I run

Code: Select all

ulimit -n

it still returns "1024", as was the case in the shell I tried running SH3D from when it did give the error from the post above.