About Store Forum Documentation Contact



Post Reply 
Headless Linux Server/App
Author Message
Fex Offline
Gold Supporter

Post: #1
Headless Linux Server/App
[Image: headless.png]


It's a resolution to this thread:
Headless linux thread

Article on how this was done
08-10-2022 06:53 PM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #2
RE: Headless Linux Server/App
very useful information !
i ran my server on a ubuntu 16.x about 4 years ago and i remember struggling with the VM and setting it up, glad there is a howto now ! grin.
08-10-2022 07:03 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Headless Linux Server/App
Thanks for making a tutorial!

One question:
Why are you forcing XDisplay to be null?
If it's available, then it would grant some extra functionalities.
08-11-2022 05:18 AM
Find all posts by this user Quote this message in a reply
Fex Offline
Gold Supporter

Post: #4
RE: Headless Linux Server/App
(08-11-2022 05:18 AM)Esenthel Wrote:  One question:
Why are you forcing XDisplay to be null?
If it's available, then it would grant some extra functionalities.


1. Forcing XDisplay null stops these random crashes at start up:

[Image: 1.png]

[Image: 2.png]

[Image: 3.png]

It is not just an Esenthel problem?

2. Reverting the engine changes and rebuilding the engine->basicapp and trying to run it on a truly headless server outputs:
[Image: 4.png]

3. The goal is a "console" application so force it to run as such even when XDisplay is available to make testing more accurate even if the building/running environment has an XDisplay.
08-12-2022 01:48 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Headless Linux Server/App
This should help with Sampler Error:
https://github.com/Esenthel/EsenthelEngi...4085fc5ff5

I don't know what's the problem with the sequence number stuff.
08-12-2022 07:02 AM
Find all posts by this user Quote this message in a reply
Fex Offline
Gold Supporter

Post: #6
RE: Headless Linux Server/App
(08-12-2022 07:02 AM)Esenthel Wrote:  This should help with Sampler Error:
https://github.com/Esenthel/EsenthelEngi...4085fc5ff5

Nice, now apps built by the unmodified engine run on headless servers smile

[Image: afterpatch.png]
08-12-2022 12:10 PM
Find all posts by this user Quote this message in a reply
Post Reply