Unable to preload the following plugins

Hi,

I had to make a program having a server and some clients, so I took a VPS at OVH and I now have it.
It’s on Ubuntu 16.04 and I’m using SSH to connect to it.
I tried to make a Linux build and to launch it, but I get the following error:


(I found the following post Unable to load simplest plugin on Unity 5 - Questions & Answers - Unity Discussions but moving the ScreenSelector.so file next to the executable didn’t solve the problem…)

Does someone please know how I could fix this ?

Thanks in advance,

The plugin loading message is just diagnostic - it’s unrelated to the crash.

The player log (~/.config/unity3d/CompanyName/ProductName/Player.log , or run with -logfile - ) should give more information about the crash.

You say you’re connecting via ssh - is this a headless player? (i.e. did you check “Headless” in the build options)

Oh, I forgot the headless player thing, sorry…

Well, it’s solved now, thanks for your help.

I have the same problem. Can you how you solve it?:(:(:(:frowning:

Hey,
It’s been a long time ago so I’m not really sure anymore.
When you build for Linux there should be an option “Headless”, you just have to check it.

is “headless” the same as “server”?

edit: for anyone trying to make their own headless server, clicking server does work. I got this error and was having the same problem. Must have been some type of corruption because I rebuilt it and now it works fine.

Server and headless are the same in the current version of Unity