wise-coders / dbschema

DbSchema Database Designer
https://dbschema.com
72 stars 3 forks source link

Bug "Check For Updates" (macOS) #71

Closed sergiuwaxmann closed 2 years ago

sergiuwaxmann commented 2 years ago

Description

When clicking Help -> Software Updates -> Check For Updates in the Menu Bar on macOS, I get the following error: Application with ID 0607-8447-0273-3287 could not be found. Version: DbSchema 9.0.1 build 220526

Exception Stacktrace:

java.io.IOException: Application with ID 0607-8447-0273-3287 could not be found
  at com.install4j.runtime.installer.helper.applaunch.ApplicationLauncherImpl.launchApplication(ApplicationLauncherImpl.java:82)
  at com.install4j.api.launcher.ApplicationLauncher.launchApplication(ApplicationLauncher.java:38)
  at com.wisecoders.dbs.sys.fx.FxCheckForUpdatesDialog$1.a(FxCheckForUpdatesDialog.java:50)
  at com.wisecoders.dbs.sys.fx.FxCheckForUpdatesDialog$1.call(FxCheckForUpdatesDialog.java:45)
  ...

Screenshot

DbSchema error
wise-coders commented 2 years ago

This issue will be fixed in the next minor release. It will be effective also after installing the new release.

sergiuwaxmann commented 2 years ago

@wise-coders When is the next minor release scheduled?

wise-coders commented 2 years ago

9.0.2 is now released. Please check if the issue is fixed.

sergiuwaxmann commented 2 years ago

@wise-coders The issue is fixed. Thank you!