Forum Replies Created
-
AuthorPosts
-
TorParticipant
Interesting, process could not even create the logs directory. Please run the command
/usr/NX/bin/nxplayer --log stderr
in a terminal, let me know what you see there as output.TorParticipantUsually aborts are tracked also in client logs, so we’ve a good chance to find useful hints there. Could you pack your
$HOME/.nx
folder and send it to forum[at]nomachine[dot]com, please?TorParticipantHi. There are no known issues like the one you’re experiencing, so we can troubleshoot it together by starting from a check of
journalctl
, it will help to verify if the client is segfaulting. Try to start it, then runjournalctl -r
and check if the processnxplayer.bin
was closed because of a segfault. Copy the line and paste it here in the thread.TorParticipantHi. Are you using the touch or the pointer mode? Is the issue occurring in both cases? Can you try to open Display settings and enable the viewport mode, then verify if taps are correctly interacting with the desktop?
TorParticipantHi biglia.
The version number 10.0.19041 was extracted from the dump you sent, and while we know that Microsoft has unclear rules about the DLL versioning (for example on all our full updated 22H2 machines, ntoskrnl has different versions!), we preferred to suggest to update your machine because this versions mismatch makes hard to compare systems and detect reasons for different behaviours, most of all when they occur in a deep system layer.
Troubleshooting your problem has been quite painful, as the NoMachine client process is closed before it can start doing anything meaningful: the Workstation Service DLL is loaded in a chain of dependencies and, when trying to do its stuff, raises an exception and causes the process to terminate. The exception description is “The network address is invalid”, and there is nothing the client did up there to cause an error like that.
After all our attempts to reproduce the issue and to progress in the debug through static analysis, we can certainly say that this problem is completely out of our control. A possible reason why it happens with NoMachine only (at least from what you’ve seen so far) is the sequence of DLLs loaded that badly interact with one or more configurations and third party services on your machine.
We tried to replicate your environment with WSL and WSL2, by publishing and accessing multiple resources on the network to extensively use Workstation Service, but we never succeeded to reproduce the same issue.
I remember you said that one of your machines with the same configuration works correctly. You could try to compare the services and configurations, and check event viewer to look for anything useful about wkscli. As of WSL, a good starting point could be the issue tracker on github. If you’ll find anything that you think valuable to be shared, we’ll be happy to know it. 🙂
TorParticipantDo you need that the client machine runs also the server? If you do not, please try to shutdown and disable the server (Quit NoMachine service from the tray menu, choose to not start it again) and verify if the configuration is correctly moved.
TorParticipantSome questions:
1. What do you mean with “server client” and “player client”?
2. Where are you changing the default path for logs, on client, on server, or both?
3. What is the product you’re using on client and on server?
4. How do you launch the client?TorParticipantHi. You should be sure that the location is accessible when the client is launched, in the contrary case the default location will be restored.
TorParticipantHi. Can you send the output of the command
setxkbmap -print
executed in a terminal window on Ubuntu? Are you connecting to the default Ubuntu session, or you’ve started an additional X server (like Xvfb)?October 28, 2024 at 13:06 in reply to: Could not start the display server.

 Error is 5: Input/output error #50467TorParticipantHi. From the logs you submitted it seems the problem is occurring on the server, which is closing the connection almost immediately. Could you get server side logs please? They’re in
%ALLUSERSPROFILE%\NoMachine\var\log
, if they’re too big you can send them to forum[at]nomachine[dot]com.TorParticipantHi. Can you verify if your firewall is blocking multicast requests, particolarly on port 5353?
TorParticipantHi. Interesting device! Do you see a crisp display image through glasses? Are they tiring? Thank you for sharing your experience.
About the problems you noticed, I’m going to give you some info and how we plan to work on them.
1/3. This is something annoying because Android (at least up to version 14) doesn’t give a way to easily remap its shortcuts, like Win/Super, Alt+Tab, Alt+F4, etc. We’re running some experiments by installing a service using the accessibility layer, so far they’re promising but we’ll have to evaluate how to pack the service with the application because it is a pretty sensitive privacy layer.
2. Unfortunately we can’t help for this, as the actual pressed key depends from the keycode got from the input device (your Seenda keyboard, in our case). You could try to look for ways to lock the Function key, for example one of Seenda keyboard models can lock it by pressing Function and Delete keys. The solution for this has to be searched on device/OS side.
4. We’re adding to DeX the fullscreen mode working just like the desktop application, with a button or shortcut allowing to switch from window to immersive fullscreen mode. Nothing more to add about this, we’ve started working on it after your report and I don’t expect problems.
5. I can confirm what Britgirl said, it is a known problem and we’ll release a fix in our next release.In the end, you could temporarily use the workarounds you proposed, until our next version is shipped.
TorParticipantYou could use the Shortcuts app, these are the steps to create the Home item on iPad:
- Create a new shortcut
- Select Documents in categories
- Select Open File
- Tap File in the new added item on the left
- Select On my iPad, NoMachine app, NoMachine folder, name of the connection file you want to add
- Give a name to the shortcut
- Tap the share button and select Add to Home Screen
Let us know if it works like you expect.
TorParticipantHi. We’ve already opted-in the App Store option to make the iPhone/iPad app available on Vision Pro, but right now the app is reported as not compatible and thus not available on the Store for Vision Pro.
Even if there are no explicit reasons explaining why the app is not compatible, we’re close to run a TestFlight of our next release candidate, which includes some updated App Store requirements that may address the compatibility issues. I can’t still tell you when the new app will be available, but I’ll be grateful if you can report your experience in this thread when the app will be released and you can test it.TorParticipantHi. We could not find a way to reproduce the issue, and even if there are some similarities, it doesn’t appear to be the same problem discussed long ago in another forum post. I’ve some questions that will help with troubleshooting this issue.
- What is the exact Windows 10 version, and how many virtual desktops do you use?
- What Kubuntu version is installed on Linux?
- Did I understand correctly, the Winkey stays pressed inside the Linux desktop only?
- When you say “5-spacebar-presses”, what do you mean exactly? Are you setting the focus on the Windows taskbar search input and pressing space bar? Why 5 times? (sticky keys feature requires to press Shift 5 times, if I remember correctly, but that is something different)
- Is going back to the first virtual desktop a needed condition, or any virtual desktop is good assuming that there is not a NoMachine window inside it?
- Do you use keyboard grabbing in the NoMachine session?
Thank you for your patience, they’re many questions but we didn’t guess yet where the problem could be, so we need more information for the static analysis.
-
AuthorPosts