Support

Description

Support for VirtualHere hardware and software

VH Client 5.0.7 and SSL server

Forums

Hello,

We recently went from VH client 4.6.7 to 5.0.7, and lost the ability to connect to SSL-ed VH servers (connection to non-SSL-ed VH servers is okay).
Rolling back to VH client 4.6.7 solved this access problem.

Server (linux-backed) is either 4.1.6 or 4.2.0, same problem.

Server-side, logs say :

Error -0x0050 during SSL handshake, NET - Connection was reset by peer

Client-side (when using 5.0.7), we have :
Error -0x6800 during SSL handshake when connecting to target:7574, SSL - The operation timed out

Clitchy Mouse/graphics when RDP on server

Forums

Hi,

I have 2x HP servers(HOST01 and HOST02 running, as Replication/back up, with the main HOST01 running virtual machine (VM1).

Both are installed side by side in network rack, and into the same network switch. They share 3 IP connections, with 2NICs on 1 Team, 1 NIC on the other 2.

I use Virtual here to pass through a licence Dongle and Serial-USB COMport, both work without issue.

The virtual machine is accessed at various points across the network with no issues whatsoever.

Novation Launchpad Mk2 not sending/receiving midi messages over VirtualHere OSX

Forums

I am trying to use a Novation Launchpad Mk2 USB Midi controller on a remote instance of Ableton Live. The Launchpad shows up on VirtualHere client list as well as in the Audio Midi setup. Ableton Live sees the device in the preferences, but the Launchpad does not light up and it won't send or receive midi messages. Any thoughts?

Server:
MacBook Pro (Retina, 15-inch, Mid 2014
2.2 GHz Intel Core i7
Mac 0S 10.13.6

Client:
MacMini (2018)
3.2 GHz Intel Core i7
Mac OS 10.14.2
Ableton Live 10

Thanks!

Will it develop to support PlayStation4 Dualshock 4 USB wireless adapter?

Forums

Hi Michael and the Team,

I had inquired this question via Email at the date before, after i had tried to updated the new version of Virtualhere in my Synology NAS, the USB adapter still detected as a headphone.

May i know will it can be Fixed? or waiting the function develope?

thanks

Versiglia C.T. Ieong

VirtualHere USB Client Old Version

Forums

Hello, I would like now now where we can download a old version of last VirtualHere USB Client tha run in Windows XP?

I now that VirtualHere and Windows don't give support to Windows XP, but we need to have running this old operation systems because we have programer software for Automation that only run in this environment and we buy licence of virtualhere to run in one QNAP and share the USB port's to this windows XP machine that we have running some in physical environments another in Virtual machines.

Javascript support?

Forums

Would it be possible to connect to a virtually here server via javascript and gain access to the devices? Serial and audio. Thinking a long living Java script app running in a browser. What they call a single page app SPA at work. Not sure if that is a real tla?

Virtualhere on Startup on GL.INET Router / OpenWRT

Forums

hi,

i run the virtualhereserver on my gl.inet router with the command ./vhusbdmipsel in command line successfully.

But now i want to start the virtualhereserver automaticly on boot of the gl.inet router.

I try different things, like create a script in init.d and enable it.

Looks like:
boot() {
echo boot
./usr/sbin/vhusbdmipsel
}

OR
boot() {
echo boot
/usr/sbin/vhusbdmipsel
}

But it doesnt work.