MaliXe
Did you update your Unity lately? I mean, since it last worked?
It seems there currently is a bug with Unity and Ubuntu 20.04 LTS.
Whether or not any other version than the one you use (2020.3.25f1) works, or if the error is caused by Ubuntu (doubt it) I don't know.
I take it you also get the segmentation fault (core dumped) error.
I ran the executable with logging enabled, and got the attached.
The error may be caused by some incompatible code which is why you should take note of the last few log lines
You may want to file a bug report with Unity, or follow this thread:
PS: I tried this with Ubuntu in a VirtualBox environment but with hardware support. The unity_support_test tool reported full support for Unity on this platform when installed correctly.
Some write that the project should be built with custom parameter -nographics
There are lots of discussions by googling "unity segmentation fault core dumped ubuntu 20.04". But I am reading among others that if you for some reason use websockets in Unity, don't. That will crash the game on Linux.
Did you update your Unity lately? I mean, since it last worked?
It seems there currently is a bug with Unity and Ubuntu 20.04 LTS.
Whether or not any other version than the one you use (2020.3.25f1) works, or if the error is caused by Ubuntu (doubt it) I don't know.
I take it you also get the segmentation fault (core dumped) error.
I ran the executable with logging enabled, and got the attached.
The error may be caused by some incompatible code which is why you should take note of the last few log lines
You may want to file a bug report with Unity, or follow this thread:
You must be registered to see the links
PS: I tried this with Ubuntu in a VirtualBox environment but with hardware support. The unity_support_test tool reported full support for Unity on this platform when installed correctly.
Some write that the project should be built with custom parameter -nographics
There are lots of discussions by googling "unity segmentation fault core dumped ubuntu 20.04". But I am reading among others that if you for some reason use websockets in Unity, don't. That will crash the game on Linux.
Last edited: