Page 1 of 1

1.2.1 Update issue

Posted: 16 Aug 2018, 10:48
by Hazza
Hi,
On my test PC, Matrix prompted to upgrade (as opposed to my FlightSim PC in my earlier post). I performed the upgrade and it appeared to complete without issue. However, when I try to install any updates it goes through the download, delete and unpacking phases and then says it has completed the update. When I click on OK it freezes with Unpacking Update... Done (as in attached image). I then have to use Task Manager to close Matrix.

The following is the contents of my 1.2.1 user.config file:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<userSettings>
<Matrix.Wpf.Properties.Settings>
<setting name="InstallPath" serializeAs="String">
<value>C:\Addons\Simobjects\MAIW_P3Dv4\Military AI Works\</value>
</setting>
<setting name="IsInstalledGlobalLibraries" serializeAs="String">
<value>True</value>
</setting>
<setting name="IsInstalledRegionAfrica" serializeAs="String">
<value>True</value>
</setting>
<setting name="IsInstalledRegionAsia" serializeAs="String">
<value>False</value>
</setting>
<setting name="IsInstalledRegionEurope" serializeAs="String">
<value>False</value>
</setting>
<setting name="IsInstalledRegionNA" serializeAs="String">
<value>False</value>
</setting>
<setting name="IsInstalledRegionOceania" serializeAs="String">
<value>True</value>
</setting>
<setting name="IsInstalledRegionSA" serializeAs="String">
<value>True</value>
</setting>
<setting name="versionGlobalLibraries" serializeAs="String">
<value>1.0</value>
</setting>
<setting name="versionRegionAfrica" serializeAs="String">
<value>1.0</value>
</setting>
<setting name="versionRegionAsia" serializeAs="String">
<value>0</value>
</setting>
<setting name="versionRegionEurope" serializeAs="String">
<value>0</value>
</setting>
<setting name="versionRegionNA" serializeAs="String">
<value>0</value>
</setting>
<setting name="versionRegionOceania" serializeAs="String">
<value>1.0</value>
</setting>
<setting name="versionRegionSA" serializeAs="String">
<value>1.0</value>
</setting>
<setting name="ManualInstallation" serializeAs="String">
<value>False</value>
</setting>
<setting name="UpgradeRequired" serializeAs="String">
<value>False</value>
</setting>
</Matrix.Wpf.Properties.Settings>
</userSettings>
</configuration>

Any ideas?

Cheers

Harry

Re: 1.2.1 Update issue

Posted: 16 Aug 2018, 13:44
by Greg
Thanks for the report. I'll look into why the dialog won't close for you.

Re: 1.2.1 Update issue

Posted: 18 Aug 2018, 13:30
by mglan80
Same issue with me.

Re: 1.2.1 Update issue

Posted: 19 Aug 2018, 17:27
by Greg
I added this to the issue tracker (#11) but unfortunately I have not yet been able to reproduce it.

Just to confirm:
  1. This happens with any update. Global libraries and all regions?
  2. Running Matrix as administrator has the same result?

Re: 1.2.1 Update issue

Posted: 22 Aug 2018, 00:31
by evvatc
Greg,
I am experiencing the same issue as those above. I only get it when trying to update the Global Libraries. I was able to install the Asia Package without any problems.

Re: 1.2.1 Update issue

Posted: 22 Aug 2018, 06:52
by Greg
Thanks. I'm still looking into this.

The only workaround at the moment would be uninstalling the package that won't update and install again. That should give you the latest version.

Re: 1.2.1 Update issue

Posted: 22 Aug 2018, 09:09
by Hazza
Hi Greg,
Sorry, but I've been away with work. For me this occurs with both the regions and global libraries.

Re: 1.2.1 Update issue

Posted: 22 Aug 2018, 10:34
by Greg
Copy. Thanks.

Re: 1.2.1 Update issue

Posted: 22 Aug 2018, 18:59
by Greg
I have found the bug. This issue occurs when more than one update is queued (e.g. you're on global libraries version 1.0 and Matrix updates to 2.0 then to 2.1).

The updater opens a progress dialog for every update, but the code to close the dialog is outside the loop which means only the last progress dialog is being closed.

This will be fixed with the next version of Matrix. Thanks again for reporting.

Re: 1.2.1 Update issue

Posted: 23 Aug 2018, 13:29
by Hazza
Thanks Greg!

Re: 1.2.1 Update issue

Posted: 29 Aug 2018, 00:50
by mglan80
Great! Thanks!

Re: 1.2.1 Update issue

Posted: 07 Sep 2018, 16:41
by Greg
Could you guys please confirm that Matrix 1.3.0 fixes your issue? Thanks!