It seems you disabled debug on the server this time, possibly you executed only--collect
without the --debug
. We got only the debug agent logs (from the special package). You wrote that the black screen problem only shows when connecting from iOS but when you tried the special package we sent you, you are now getting black screen no matter what client you are connecting from? Is that correct?
1) Enable debug level on the problematic server/node machine:
nxserver --debug --enable all
2) Connect to the NoMachine server and reproduce the problem
3) Create the log archive on the server/node machine:
nxserver --debug --collect
Thanks very much for your collaboration.