The expected output for properly launching Airspace Home is to have some more stuff before initializeGoogleAnalytics, like so :
[7880:0822/104546:INFO:breakpad_win.cc(1067)] Initialized crash dump in C:\Users\jdonald\AppData\Local\Temp\
[7880:0822/104546:VERBOSE1:nw_package.cc(225)] Package startup URL: file:///C:/Program%20Files%20(x86)/Leap%20Motion/Airspace/index.html
[7880:0822/104546:VERBOSE1:nw_shell.cc(163)] enable nodejs from manifest: 1
[7880:0822/104546:VERBOSE1:resource_loader.cc(348)] OnResponseStarted: file:///C:/Program%20Files%20(x86)/Leap%20Motion/Airspace/index.html
[7880:0822/104546:VERBOSE1:resource_loader.cc(388)] OnReadCompleted: "file:///C:/Program%20Files%20(x86)/Leap%20Motion/Airspace/index.html" bytes_read = 3599
[7880:0822/104546:VERBOSE1:resource_loader.cc(388)] OnReadCompleted: "file:///C:/Program%20Files%20(x86)/Leap%20Motion/Airspace/index.html" bytes_read = 0
...100+ lines
[6624:0822/104856:VERBOSE1:socket_stream_host.cc(70)] SocketStreamHost::SendData
[6624:0822/104856:VERBOSE1:socket_stream_host.cc(70)] SocketStreamHost::SendData
[6624:0822/104856:INFO:CONSOLE(29)] ""LOG (6073): ~~~ Bootstrap Step: initializeGoogleAnalytics ~~~ (at Array.eval
(c:\\Program Files (x86)\\Leap Motion\\Airspace\\app\\startup.js:57:15))"", source: c:\Program Files (x86)\Leap Motion\Airspace\app\utils\logging.js (29)
By any chance did you remove the --v=10 (verbosity level) argument? Otherwise, I can't explain how it would load Google Analytics before index.html
Does this machine happen to be set up to use a proxy, use any http debugging software of any sort, or use specialized firewall software that involves a local proxy (start screen -> Settings -> type "Configure proxy" -> LAN Settings)? We currently have a known issue that breaks authenticated proxies.
As Airspace Home is open-source, one thing you can try is editing C:\Program Files (x86)\Leap Motion\Airspace\app\startup.js and deleting the line for initializeGoogleAnalytics. See if this gets Airspace further on startup. Note that this would not be a permanent solution as it would crash later on (after signing in) when it tries to do analytics, but at least this can help us diagnose.