Mac user here (I know, I know). Been working with the latest version of VEXCode for a little bit (v0.9), and I’m having problems actually running the software on my computer—more times than not, a popup will appear saying “Could not launch backup services!” (image attached). Does anyone know how to solve this issue so I can get back to writing code?
Same issue here.
No firewall. Latest version. Works on one machine but not two others. All identical setups.
OS 10.13.5
Have uninstalled and reinstalled multiple times.
Logged in as administrator
No Joy.
Any help would be greatly appreciated as this brought us to a screeching halt.
Hm, that sort of implies some type of issue with the network, or specifically accessing your machine as localhost. Could you print out /etc/hosts for me ? In a terminal window type
For what it’s worth, Ubuntu Server 18.04 (fresh install) for some reason doesn’t include that line in /etc/hosts and instead just produces errors that point to that line being missing. Once I added the line, the errors went away…
as of late, i’ve been using robotmesh to work around this issue. But with the release of v1.01, i decided to give vexcode another shot. using the solutions provided above, i tried editing the server.log file in textedit, but nothing worked?
when i printed /etc/hosts using the given command above, the only information printed was /etc/hosts/ (END).
is there another solution to this problem?
thanks in advance
thanks so much—just figured out what nylongbow meant when he said edit the file. just fixed the file, and vexcode works good as new! excited to use this new ide to write vrc code.
again, thanks to all involved in finding a solution!