The website and forum will be intermittently unavailable while we're making some security updates.
File uploads to the download hangar are also disabled until further notice.

1.2.1 Update issue

Since Matrix support is now terminated, this forum is now locked and will soon be archived.
Locked
Hazza
Second Lieutenant
Second Lieutenant
Posts: 18
Joined: 21 Apr 2013, 09:11
Version: P3D
Location: NZCH

1.2.1 Update issue

Post 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
Attachments
180816 Harry-2018-aug-16-001.jpg
User avatar
Greg
MAIW Admin
MAIW Admin
Posts: 4043
Joined: 12 Aug 2006, 19:56
Version: MSFS
Location: Belgium

Re: 1.2.1 Update issue

Post by Greg »

Thanks for the report. I'll look into why the dialog won't close for you.
mglan80
Cadet
Cadet
Posts: 2
Joined: 02 Jan 2017, 15:07
Version: FSX

Re: 1.2.1 Update issue

Post by mglan80 »

Same issue with me.
User avatar
Greg
MAIW Admin
MAIW Admin
Posts: 4043
Joined: 12 Aug 2006, 19:56
Version: MSFS
Location: Belgium

Re: 1.2.1 Update issue

Post 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?
evvatc
Cadet
Cadet
Posts: 4
Joined: 14 Mar 2011, 00:51
Version: P3D

Re: 1.2.1 Update issue

Post 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.
User avatar
Greg
MAIW Admin
MAIW Admin
Posts: 4043
Joined: 12 Aug 2006, 19:56
Version: MSFS
Location: Belgium

Re: 1.2.1 Update issue

Post 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.
Hazza
Second Lieutenant
Second Lieutenant
Posts: 18
Joined: 21 Apr 2013, 09:11
Version: P3D
Location: NZCH

Re: 1.2.1 Update issue

Post by Hazza »

Hi Greg,
Sorry, but I've been away with work. For me this occurs with both the regions and global libraries.
User avatar
Greg
MAIW Admin
MAIW Admin
Posts: 4043
Joined: 12 Aug 2006, 19:56
Version: MSFS
Location: Belgium

Re: 1.2.1 Update issue

Post by Greg »

Copy. Thanks.
User avatar
Greg
MAIW Admin
MAIW Admin
Posts: 4043
Joined: 12 Aug 2006, 19:56
Version: MSFS
Location: Belgium

Re: 1.2.1 Update issue

Post 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.
Hazza
Second Lieutenant
Second Lieutenant
Posts: 18
Joined: 21 Apr 2013, 09:11
Version: P3D
Location: NZCH

Re: 1.2.1 Update issue

Post by Hazza »

Thanks Greg!
mglan80
Cadet
Cadet
Posts: 2
Joined: 02 Jan 2017, 15:07
Version: FSX

Re: 1.2.1 Update issue

Post by mglan80 »

Great! Thanks!
User avatar
Greg
MAIW Admin
MAIW Admin
Posts: 4043
Joined: 12 Aug 2006, 19:56
Version: MSFS
Location: Belgium

Re: 1.2.1 Update issue

Post by Greg »

Could you guys please confirm that Matrix 1.3.0 fixes your issue? Thanks!
Locked