FIX
This problem was fixed by double-checking the downloads to ensure they match and running the program with ./looking-glass-client from the correct directory
The error you get is very clear. The host application and client application must match in versions. If they don’t, the client will wait indefinitely to get a host signature that matches its own version. The best way to get LG working is to download both the host application and the matching client source tarball from Looking Glass - Download Looking Glass, then install the host application in windows and build the matching client on your linux host.
The Log file on the host machine says
‘app.c:456 | app_main | Failed to open the IVSHMEM device’
I updated ‘PCI standerd RAM Controller’ with ‘virtio-win10-prewhql-0.1-161’
That device is now gone and is replaced with ‘IVSHMEM Device’
I disabled secure boot before doing this driver update, maybe it was re-enabled after a restart?
The answer would be no, did a restart into that grey and blue UEFI and checked in device manager/secure boot
was disabled with no [X], it was empty, [ ]
after the restart, I looked at the log again before trying to connect
I saw that ‘Failed to set realtime GPU priority’ and read the comment saying to install looking glass as a service so I guess ill try that.
I will try this command in the shell first
‘New-Service -Name “YourServiceName” -BinaryPathName .exe’
I looked in the services app on windows and didn’t see anything, on the installation guide its says that it now initialized the service at start up but the app itself doesn’t run on start up.
The Log file says says to install looking glass
‘Looking-glass-host.exe InstallService’ pasting this into admin cmd does not help must I use DXGI
You are making it much more complicated than it actually is. All the recent host applications are installing themselves as service. you do not need to do it by yourself. I suggest you to:
Clean all the looking-glass host setup you did (remove the service you setup, remove the scheduler job, if you had one etc…)
Download the B3 host app zip file and the B3 client tarball (why would you use release candidates?)
Unzip the looking-glass-host-setup.exe from the zip
Run looking-glass-host-setup.exe on the host. It will install a service to start looking-glass with system account privileges
untar the client tarball and follow instructions to build it
I am also having this same exact issue. I made sure that both the vm and the host have the same exact version installed. I even recompiled and reinstalled on both.
I am not sure what this issue could be. I am going to install the previous release to see if I have better luck.
Please attach your VM’s XML, the client log (whatever is being output on the terminal when you run it), and the host application log (Click Start->Looking Glass (host)->Looking Glass Logs, and attach looking-glass-host.txt)