Open iva-5-middleware opened 22 hours ago
@iva-5-middleware Does the app work if you install it manually from the GitHub release? Sounds like there are missing files from the deployment. FWIW we are investigating issues with the MSI and SCCM right now.
@devinbinnie Thanks for your fast reply! Unfortunately, we are not allowed to install .msi or .exe files ourself, sorry. I read a few jira tickets and community entries regarding the problems with sccm/distribution systems, but I'm wondering why the most of our users don't have this problem after the update.
I checked the install log for v5.9.0 on my computer and can confirm the error messages mentioned in https://mattermost.atlassian.net/browse/MM-60416 :
Action start 09:11:06: InstallInitialize.
MSI (s) (D8:5C) [09:11:06:235]: Doing action: removeExeInstaller
MSI (s) (D8:5C) [09:11:06:235]: Note: 1: 2205 2: 3: ActionText
Action ended 09:11:06: InstallInitialize. Return value 1.
MSI (s) (D8:5C) [09:11:06:237]: Note: 1: 1721 2: removeExeInstaller 3: C:\Program Files\mattermost-desktop\ 4: C:\Program Files\mattermost-desktop\Uninstall Mattermost.exe /S
MSI (s) (D8:5C) [09:11:06:237]: Note: 1: 2205 2: 3: Error
MSI (s) (D8:5C) [09:11:06:237]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1721
Action start 09:11:06: removeExeInstaller.
Info 1721.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: removeExeInstaller, location: C:\Program Files\mattermost-desktop\, command: C:\Program Files\mattermost-desktop\Uninstall Mattermost.exe /S
MSI (s) (D8:5C) [09:11:06:237]: Doing action: WixCloseApplicationsDeferred
MSI (s) (D8:5C) [09:11:06:237]: Note: 1: 2205 2: 3: ActionText
Action ended 09:11:06: removeExeInstaller. Return value 1.
But I didn't have the mentioned problems after the update while others did.
Sometimes, it's sufficient to just close and restart the app. Sometimes, a windows reboot is required. But sometimes, even that doesn't fix the problem.
Next, I will try to move the %appdata%\Mattermost
folder away. And if that doesn't help, maybe a complete reinstall of the app via SCCM will? We will see.
Cheers.
So the problem is happening intermittently? Sounds like you might have an issue with disk access then. If the app is able to load probably sometimes but not other times, there's likely a hardware fault at play. There could be some issue with configuration as well, I'd work with your system admin to see if either of those two issues could be causing this.
Checks before filing an issue
Mattermost Desktop Version
5.9.0
Operating System
Windows 10 x64
Mattermost Server Version
9.11.4
Steps to reproduce
Expected behavior
Observed behavior
Log Output
Additional Information
No response