Knowledge Base
Searching in : Trouble report
ID:TR11S10411
Added on: 2021-11-30
Last Update: 2023-01-19
Solved in version: 8.3.1
Platform: All Windows Platforms
Product: NoMachine Server
Severity: Minor
Status: Solved
Print this article

Enabling EGL capture clears the LD_PRELOAD variable

In a virtual desktop session environment, dumping env in a terminal window shows that LD_PRELOAD is empty. Any previous content (for example: VirtualGL interposing libraries) is cleared out.

As a workaround, run the following command to disable EGL capture:
$ sudo /usr/NX/bin/nxserver --eglcapture no

This will set the following key in node.cfg:
EnableEGLCapture 0

(note that since v8 EnableEGLCapture is enabled by default. In v7 it is instead disabled).

 

SOLVED, Released in version 8.3.1