rconroy293 / mtga-log-client

GNU General Public License v3.0
61 stars 25 forks source link

Cannot Start Application #171

Open mic-meier opened 12 months ago

mic-meier commented 12 months ago

After a windows update i get the foollowing error message: Application cannot be started. Contact the application vendor.

Uninstalling also does not work.

Here's the detailed error log:

PLATFORM VERSION INFO Windows : 10.0.19045.0 (Win32NT) Common Language Runtime : 4.0.30319.42000 System.Deployment.dll : 4.8.4654.0 built by: NET48REL1LAST_B clr.dll : 4.8.4645.0 built by: NET48REL1LAST_B dfdll.dll : 4.8.4654.0 built by: NET48REL1LAST_B dfshim.dll : 10.0.19041.30000 (WinBuild.160101.0800)

SOURCES Deployment url : https://raw.githubusercontent.com/rconroy293/mtga-log-client/master/clickonce/17Lands%20MTGA%20Client.application

ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log.

COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected.

WARNINGS There were no warnings during this operation.

OPERATION PROGRESS STATUS

ERROR DETAILS Following errors were detected during this operation.

COMPONENT STORE TRANSACTION DETAILS No transaction information is available.

riQQ commented 12 months ago

Delete %LocalAppData%\Apps\2.0 (removes all applications installed via ClickOnce) or the subfolder for 17Lands (search the subfolders for files that contain 17Lands in their file name). Afterwards install 17Lands again.

You can navigate to %LocalAppData%\Apps\2.0 by pasting it in the Explorer address bar and confirming with

mic-meier commented 12 months ago

Perfect, thanks for the quick reply!