Server v3.7.3 won't start on Raspberry Pi 3

I recently updated to version 3.7.3 on my Raspberry Pi 3. Now the server won't start. Here is the syslog output:

Mon Sep 17 13:07:00 2018 LOG_INFO >>> Starting VirtualHere USB Server v3.7.3 (Built: Sep 16 2018, 13:40:23)<<<
Mon Sep 17 13:07:00 2018 LOG_INFO Using configuration /usr/bin/config.ini
Mon Sep 17 13:07:00 2018 LOG_INFO Server licensed to=00000000b3d1f638 max_devices=unlimited
Mon Sep 17 13:07:00 2018 LOG_INFO Using large URB's
Mon Sep 17 13:07:00 2018 LOG_ERR Error 'System error' calling getaddrinfo for (null):7575
Mon Sep 17 13:07:00 2018 LOG_ERR Error starting server
Mon Sep 17 13:07:00 2018 LOG_INFO >>> Shutdown <<<

Everything was working fine before this. I was previously using version 3.6.5. How should I proceed?

Thanks.

#2

How are you starting the server? It looks like the network is not fully up before you are staring the server. Im not sure if/why its doing this with 3.7.3.

Are you starting the server using a systemd virtualhere.service?

#3

I get the error whether I run it from the service or start it manually. I am able to SSH into the raspberry pi from another computer and run updates or download. I can also ping it using the hostname or IP address. So the network is up on the device.

I don't have the previously working version of the executable around anymore. Would it be possible to get it to test to see if the error is with some update on the pi?

Thanks.

#5

I updated Raspbian on the pi again and now v3.7.3 is working. I think there must have been some issue with one of the packages, so I will call this solved. Thanks.