Forums / NoMachine for Linux / Manjaro -> Ubuntu connection problem
Tagged: latest Manjaro and Nomachine
- This topic has 6 replies, 4 voices, and was last updated 4 weeks ago by
Britgirl.
-
AuthorPosts
-
July 14, 2022 at 12:08 #39236
zawiszaty
ParticipantI have a problem with connection from Manjaro machine to Ubuntu machine after update Manjaro machine. I can connect to Ubuntu machine but after 1 second I’m disconnected. On Ubuntu machine I see notification about new connection and notification about disconnection. I spot only this kind of error. Reinstallation doesn’t fix my issue đ
/usr/NX/bin/nxplayer –session lpp.nxs
[1]Â Â 120316 segmentation fault (core dumped)Â /usr/NX/bin/nxplayer –session lpp.nxs
July 15, 2022 at 18:17 #39274Britgirl
KeymasterPlease follow the topic here: https://forums.nomachine.com/topic/nomachine-client-disconnects-right-after-connection-in-latest-manjaro
July 15, 2022 at 18:27 #39275fisherman
ModeratorCan you please execute some commands to collect core stack and send it to us
coredumpctl list
You will receive an output like this:
TIME PID UID GID SIG COREFILE EXE SIZE Thu 2022-07-15 19:48:13 CEST 120316 1000 1000 SIGSEGV present /usr/NX/bin/nxplayer.bin 2.1M
then depending on the pid number of the nxplayer crash, please execute:
coredumpctl gdb 120316 --debugger-arguments="-batch -ex 'thread apply all bt'" > /tmp/crashReport.txt
then please send us /tmp/crashReport.txt crash report file.
July 18, 2022 at 08:00 #39281Terrasse
ParticipantI’m encountered with the same problem.
Here is my crashReport
https://paste.ubuntu.com/p/zDb3k8Ynzk/
.Attachments:
July 18, 2022 at 10:00 #39287Britgirl
KeymasterThe crash report shows a crash in libnxdixl caused by a call in the nvidia driver. Why this is happening only in Manjaro remains to be seen. For now we suggest you disable hardware decoding on your Manjaro client.
You can disable it completely in the player.cfg. Please edit the file $HOME/.nx/config/player.cfg and set the configuration key âEnable hardware accelerated decodingâ to âdisabledâ. Before changing the configuration key, you should first quit the NoMachine Player (you can do this by right clicking on the !M icon in the system tray and selecting âQuit NoMachine Playerâ.
July 18, 2022 at 10:29 #39291Terrasse
ParticipantIt works. Thank you!
July 18, 2022 at 11:06 #39293Britgirl
KeymasterUpdate: a similar issue has been reported here https://bugzilla.mozilla.org/show_bug.cgi?id=1758473
This is a problem with NVIDIA proprietary drivers and not NoMachine. So please, everyone, you can disable HW decoding as suggested in the reply above as a temporary workaround whilst you wait for a fix for the drivers.
-
AuthorPosts
You must be logged in to reply to this topic.