About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Building + running 2 applications
Post: RE: Building + running 2 applications

You would need to change the editor source code and add it, as I did something similar: https://esenthel.com/forum/showthread.php?tid=11716
Fex Support 3 369 12-24-2024, 05:21 AM
  Thread: Windows installer "Can't access Esenthel server"
Post: RE: Windows installer "Can't access Esenthel serve...

It is working now
Fex Support 1 296 12-20-2024, 12:52 AM
  Thread: Windows installer "Can't access Esenthel server"
Post: Windows installer "Can't access Esenthel server"

Downloaded the latest Windows installer .exe from the "Store", running it gives "Can't access Esenthel Server". Don't think this is a firewall issue.
Fex Support 1 296 12-19-2024, 10:04 PM
  Thread: Editor still not drawing shapes on AMD
Post: RE: Editor still not drawing shapes on AMD

These work on 6650 xt on 22.04 Ubuntu built in drivers, if you're totally stuck.
Fex Support 2 618 09-18-2024, 03:45 PM
  Thread: Editor - Build All And Run
Post: Editor - Build All And Run

In my project I have a client and several server executables. On linux it is necessary to almost always "rebuild" rather than just build because of the pre-compiled header. In order to improve workflo...
Fex Showcase 1 1,044 08-18-2024, 03:37 AM
  Thread: Linux clipboard copy not working
Post: RE: Linux clipboard copy not working

Adding this function above ClipSet Code: /******************************************************************************/ Str8 escape_for_shell(const Str8& input) {     Str8 o...
Fex Support 3 1,151 04-27-2024, 07:32 PM
  Thread: Linux clipboard copy not working
Post: RE: Linux clipboard copy not working

Sadly this seems to struggle with quotes, so I'll have to find something else
Fex Support 3 1,151 04-26-2024, 02:19 AM
  Thread: Linux clipboard copy not working
Post: Linux clipboard copy not working

On Ubuntu 22.04, copying text from the Editor to the clipboard doesn't seem to work for me reliably. Changing this section in Misc.cpp Code: #elif LINUX    // TODO: this text will disappe...
Fex Support 3 1,151 04-25-2024, 03:01 PM
  Thread: Cache memory allocation does not work without XDisplay
Post: RE: Cache memory allocation does not work without ...

So the goal of this is to be able to run on systems without any X server installed. For anyone else that might want to run headless servers on Linux that can also load Worlds (for physics), and Skelet...
Fex Support 2 1,046 04-18-2024, 03:31 PM
  Thread: Cache memory allocation does not work without XDisplay
Post: Cache memory allocation does not work without XDis...

On Ubuntu 22.04 (Desktop) using latest commit 06235fdd8ba82c1d190181389cc999bfe1612e16 Running Tutorial 04 - Graphics / 2D Effects With InitPre() flags added: Code: void InitPre() {    I...
Fex Support 2 1,046 04-13-2024, 04:01 AM
  Thread: Changes needed to Compile/Run on Ubuntu 22.04
Post: RE: Changes needed to Compile/Run on Ubuntu 22.04

Confirmed netbeans engine build + engine builder project + Titan editor all compile/run as expected on: Ubuntu 22.04.4 LTS OpenGL renderer string: AMD Radeon RX 6650 XT (navi23, LLVM 15.0.7, DRM 3.54,...
Fex Support 2 999 04-05-2024, 06:21 PM
  Thread: Changes needed to Compile/Run on Ubuntu 22.04
Post: Changes needed to Compile/Run on Ubuntu 22.04

Ubuntu 22.04 LTS. Tried on both X11 and Wayland, Nvidia and AMD GPUs. glxgears and glmark2 all worked fine on the systems. glxinfo | grep -i opengl also said everything is good. But always would get: ...
Fex Support 2 999 04-04-2024, 05:49 AM
  Thread: Engine fails to build on Linux
Post: RE: Engine fails to build on Linux

Also in Tutorial 6 - Simple 3D Box(1).draw(BLACK); needs to be changed to: Box().setC(1).draw(BLACK);
Fex Support 3 1,371 03-31-2024, 07:33 AM
  Thread: Engine fails to build on Linux
Post: Engine fails to build on Linux

Checked out the latest, 6eac72b8989970ee7a655e0cc9fcb1d6f66ffcde, couldn't compile engine on ubuntu 22.04 ../Source/Misc/Application.cpp:508:36: error: no member named 'u' in 'EE::VecB4' ...
Fex Support 3 1,371 03-31-2024, 06:36 AM
  Thread: [Released on Steam]Tome Of Fates
Post: RE: Tome Of Fates

Wishlisted
Fex Showcase 16 6,836 05-18-2023, 12:11 AM
  Thread: Ubuntu install dependencies.
Post: RE: Ubuntu install dependencies.

This list has always worked for me: https://esenthel.com/?id=doc#Installation Code: sudo apt-get install libxmu-dev libxi-dev libxinerama-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev ...
Fex Platforms (Windows, Mac, Linux, Android, iOS) 2 1,499 12-06-2022, 04:03 PM
  Thread: Runtime Material+Import
Post: RE: Runtime Material

I saved this image to disk as water_from_path.png in the generated .exe location C:\Esenthel\Projects\_Build_\01 - Rendering: http://192.210.237.111/water_from_path.png Modified the tutorial project...
Fex Support 6 3,169 12-01-2022, 03:09 AM
  Thread: Bugs in EditorInterface::worldObjGetDesc/Data
Post: Bugs in EditorInterface::worldObjGetDesc/Data

EditorInterface::worldObjGetDesc and EditorInterface::worldObjGetData Do not get sent by the client if the C CMemPtr<UID> &world_obj_instance_ids=null parameter is null. Therefore I would ...
Fex Support 1 1,595 11-13-2022, 06:49 PM
  Thread: Tutorial 05 - GUI/17 - Chatbox needs updated
Post: Tutorial 05 - GUI/17 - Chatbox needs updated

Not very important but two lines in in The tutorial 05 - GUI/17 - Chatbox need to be changed since AUTO_LINE_SPACE has been removed. The two lines should now be: Code: D.text(ts, rect, text, null,&n...
Fex Support 1 1,658 10-14-2022, 01:19 AM
  Thread: Using ENet for reliable UDP in a Titan code editor project
Post: Using ENet for reliable UDP in a Titan code editor...

Using ENet for reliable/unreliable UDP as part of a Windows code editor project. [img]https://i.ibb.co/8NvJSgF/reliable-UDP.png[/img] I made the code work basically the same as the standard Esenthel...
Fex Showcase 0 3,218 09-06-2022, 10:06 PM