Hi!
I faced a bug that Esenthel Server
(i'll write ES to make it shorter) doesn't work on linux after latest update.
Sorry for the long post but you'll really see that i performed a lot of tests and it's really a bug.
I tried 6 configurations:
1. ES on windows 7 x64, physical machine;
2. ES on Ubuntu 14.10, physical machine;
3. ES on Ubuntu 14.10, Virtualbox;
4. ES on Ubuntu 14.10, KVM virtualization;
5. ES on Lubuntu 14.10, KVM virtualization;
6. ES on Arch Linux, KVM virtualization;
For each configuration I performed 5 tests:
1. Install ES
2. Run ES
3. Login to running ES with created user
4. Load project/changes to ES
5. Synchronize codes
So Here are the results:
1. ES on windows 7 x64, physical machine
1. Install ES -
SUCCESS
2. Run ES -
SUCCESS
3. Login to running ES with created user -
SUCCESS
4. Load project/changes to ES -
SUCCESS
5. Synchronize codes -
SUCCESS
2. ES on Ubuntu 14.10, physical machine
1. Install ES -
SUCCESS
2. Run ES -
SUCCESS
3. Login to running ES with created user -
SUCCESS
4. Load project/changes to ES -
FAIL, ES just shuts down without any message
5. Synchronize codes -
FAIL, ES just shuts down without any message
3. ES on Ubuntu 14.10, Virtualbox
1. Install ES -
SUCCESS
2. Run ES -
SUCCESS
3. Login to running ES with created user -
SUCCESS
4. Load project/changes to ES -
FAIL, ES just shuts down without any message
5. Synchronize codes -
FAIL, ES just shuts down without any message
4. ES on Ubuntu 14.10, KVM virtualization
1. Install ES -
FAIL, the error is the following:
2. Run ES - not tested as #1 failed
3. Login to running ES with created user - not tested as #1 failed
4. Load project/changes to ES - not tested as #1 failed
5. Synchronize codes - not tested as #1 failed
5. ES on Lubuntu 14.10, KVM virtualization
1. Install ES -
FAIL, the error is the following:
2. Run ES - not tested as #1 failed
3. Login to running ES with created user - not tested as #1 failed
4. Load project/changes to ES - not tested as #1 failed
5. Synchronize codes - not tested as #1 failed
6. ES on Arch Linux, KVM virtualization
1. Install ES -
SUCCESS
2. Run ES -
SUCCESS
3. Login to running ES with created user -
4. Load project/changes to ES -
FAIL, ES just shuts down without any message
5. Synchronize codes -
FAIL, ES just shuts down without any message
November update (when you changed shaders) worked fine everywhere.
Hope it helps to find out what happens