<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Logmein – Yeri Tiete</title>
    <link>https://yeri.be/tag/logmein/</link>
    <description>Yeri Tiete&#39;s blog</description>
    <language>en</language>
    <copyright>© Yeri Tiete</copyright>
    <lastBuildDate>Wed, 04 Nov 2009 16:35:49 +0100</lastBuildDate>
    <atom:link href="https://yeri.be/tag/logmein/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Hamachi: Failed to connect to the engine</title>
      <link>https://yeri.be/hamachi-failed-to-connect-to-the-engine/</link>
      <pubDate>Wed, 04 Nov 2009 16:35:49 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/hamachi-failed-to-connect-to-the-engine/</guid>
      <description>&lt;p&gt;After getting the Hamachi 2 update (without a prior notice, nicely done&amp;hellip; No more auto update if they continue to break stuff) I started to notice a bunch of XPs receiving this error after a reboot: &lt;a href=&#34;http://community.logmein.com/logmein/board/message?board.id=11&amp;amp;thread.id=1417&amp;amp;view=by_date_ascending&amp;amp;page=1&#34; target=&#34;_blank&#34;&gt;Failed to connect to the engine&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Hamachi is auto started, at boot, because we have a shortcut in the startup folder. No other way to auto start the free version (as far as I know).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>After getting the Hamachi 2 update (without a prior notice, nicely done&hellip; No more auto update if they continue to break stuff) I started to notice a bunch of XPs receiving this error after a reboot: <a href="http://community.logmein.com/logmein/board/message?board.id=11&amp;thread.id=1417&amp;view=by_date_ascending&amp;page=1" target="_blank">Failed to connect to the engine</a>.</p>
<p>Hamachi is auto started, at boot, because we have a shortcut in the startup folder. No other way to auto start the free version (as far as I know).</p>
<p>Yet, when starting Hamachi manually after the PC had booted, there were no more errors. So it&rsquo;s clear Hamachi tried to start before the engine (see services.msc -&gt; LogMeIn Hamachi Engine or something) was started.</p>
<p>And reinstalling Hamachi only seemed to work on one of the XPs.</p>
<p>As there&rsquo;s no easy way to delay the starting up of a program, I used some dirty vbs and batch&hellip; Kinda.</p>
<p>Here&rsquo;s my solution:</p>
<p>Place both scripts in the Hamachi directory (c:\program files\logmein hamachi)</p>
<p>hamachiStart.vbs:</p>
<pre>Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & ".\hamachi.bat" & Chr(34), 0
Set WshShell = Nothing</pre>
<p>hamachi.bat:</p>
<pre>@echo off
ping -n 30 127.0.0.1 >NUL
"C:\Program Files\LogMeIn Hamachi\hamachi-2-ui.exe"
exit</pre>
<p>Hamachi.vbs will start the bat file. This seems to be the only way to prevent a command prompt from opening (and staying open all the time).</p>
<p>Hamachi.bat will ping itself for 30ish seconds (don&rsquo;t think there&rsquo;s a cleaner way to do this&hellip;) and then start the Hamachi GUI.</p>
<p>If you&rsquo;re still having problems, increase 30 to something like 60 or even more.</p>
<p>Anyway, last thing you&rsquo;ll need to do is to make a shortcut of hamachi.vbs, and drag it into the startup folder.</p>
<p>Reboot, wait a bit, and enjoy.</p>
]]></content:encoded>
      <category>errors</category><category>software</category><category>windows</category>
      <category>hamachi</category><category>logmein</category>
    </item>
    
  </channel>
</rss>
