Looking at Defold’s log, I’m seeing defold downloading updates but not extracting and informing me there’s an update available.
Last couple of updates I’ve downloaded and installed myself and all is well again until the next update becomes available. This is when the Windows 10 built in Virus and Threat protection goes mad and cranks the fan up while it scans for 10 mins.
3 times today it’s downloaded an update but not extracted (don’t know iof it’s the same update):
2018-09-24 09:38:22.270 16104 [Timer-0] INFO com.defold.editor.Updater - new version found 8aa2c0779f39b1fb35220b2e1c420d1f71f8d92a
2018-09-24 09:38:22.272 16106 [Timer-0] INFO com.defold.editor.Updater - downloading defold-8aa2c0779f39b1fb35220b2e1c420d1f71f8d92a.jar -> C:\Users\**username**\AppData\Local\Temp\3834666057821478535\801989465504132867.tmp
2018-09-24 09:40:31.711 145545 [Timer-0] INFO com.defold.editor.Updater - downloading config -> C:\Users\**username**\AppData\Local\Temp\3834666057821478535\2575035906763237305.tmp
2018-09-24 09:40:32.107 145941 [Timer-0] INFO editor.updater - {:line 46, :message "new version found: 8aa2c0779f39b1fb35220b2e1c420d1f71f8d92a"}
2018-09-24 10:52:49.388 4483222 [Timer-0] INFO com.defold.editor.Updater - new version found ef408a664e852028c9f26d2f7fcef8c0ac9a1671
2018-09-24 10:52:49.393 4483227 [Timer-0] INFO com.defold.editor.Updater - downloading defold-ef408a664e852028c9f26d2f7fcef8c0ac9a1671.jar -> C:\Users\**username**\AppData\Local\Temp\3834666057821478535\1864556416680552325.tmp
2018-09-24 10:55:30.939 4644773 [Timer-0] INFO com.defold.editor.Updater - downloading config -> C:\Users\**username**\AppData\Local\Temp\3834666057821478535\4757407907132688903.tmp
2018-09-24 10:55:31.126 4644960 [Timer-0] INFO editor.updater - {:line 46, :message "new version found: ef408a664e852028c9f26d2f7fcef8c0ac9a1671"}
2018-09-24 11:39:43.703 7297537 [Timer-0] INFO com.defold.editor.Updater - new version found 586b6c2b75a78e192c94100c2442b3c8bd9e7343
2018-09-24 11:39:43.705 7297539 [Timer-0] INFO com.defold.editor.Updater - downloading defold-586b6c2b75a78e192c94100c2442b3c8bd9e7343.jar -> C:\Users\**username**\AppData\Local\Temp\3834666057821478535\6513217825742467189.tmp
2018-09-24 11:42:06.383 7440217 [Timer-0] INFO com.defold.editor.Updater - downloading config -> C:\Users\**username**\AppData\Local\Temp\3834666057821478535\4823466536694938533.tmp
2018-09-24 11:42:06.542 7440376 [Timer-0] INFO editor.updater - {:line 46, :message "new version found: 586b6c2b75a78e192c94100c2442b3c8bd9e7343"}
After each update download the updater starts reporting no update found again:
2018-09-24 11:43:06.573 7500407 [Timer-0] INFO editor.updater - {:line 43, :message "checking for updates"}
2018-09-24 11:43:06.573 7500407 [Timer-0] DEBUG com.defold.editor.Updater - checking for update url='https://d.defold.com/editor2/channels/editor-alpha/update.json'
2018-09-24 11:43:06.733 7500567 [Timer-0] INFO editor.updater - {:line 52, :message "no update found"}
2018-09-24 11:44:06.733 7560567 [Timer-0] INFO editor.updater - {:line 43, :message "checking for updates"}
2018-09-24 11:44:06.733 7560567 [Timer-0] DEBUG com.defold.editor.Updater - checking for update url='https://d.defold.com/editor2/channels/editor-alpha/update.json'
2018-09-24 11:44:06.966 7560800 [Timer-0] INFO editor.updater - {:line 52, :message "no update found"}
2018-09-24 11:45:06.967 7620801 [Timer-0] INFO editor.updater - {:line 43, :message "checking for updates"}
Is anyone else seeing this or is it just me
Cheers