Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #10708] Windows setup wizard crashes when InstallDir registry key is not set #3699

Closed
icinga-migration opened this issue Nov 23, 2015 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/10708

Created by jflach on 2015-11-23 12:46:59 +00:00

Assignee: jflach
Status: Resolved (closed on 2015-11-23 13:15:03 +00:00)
Target Version: 2.4.1
Last Update: 2015-11-26 08:57:53 +00:00 (in Redmine)

Icinga Version: 2.4.0
Backport?: Already backported
Include in Changelog: 1

            if (installDir == "")                                               
                FatalError(null, "Icinga 2 does not seem to be installed properly.");

        public static void FatalError(Form owner, string message)
        {
            MessageBox.Show(owner, message, owner.Text, MessageBoxButtons.OK, MessageBoxIcon.Error);
            Application.Exit();
        }

owner is null -> owner.Text is w/e -> boom

Changesets

2015-11-23 13:13:32 +00:00 by jflach 6995b0e

Fix possible crash in Icinga 2 Setup Wizard

fixes #10708

2015-11-25 09:41:57 +00:00 by jflach 6a5f3e4

Fix possible crash in Icinga 2 Setup Wizard

fixes #10708
@icinga-migration
Copy link
Author

Updated by jflach on 2015-11-23 13:15:03 +00:00

  • Status changed from New to Resolved
  • Done % changed from 0 to 100

Applied in changeset 6995b0e.

@icinga-migration
Copy link
Author

Updated by jflach on 2015-11-25 09:42:15 +00:00

  • Target Version changed from 2.5.0 to 2.4.1
  • Backport? changed from TBD to Yes

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-11-26 08:57:53 +00:00

  • Subject changed from Icinga2 Setup Agent crashes when InstallDir is not set to Windows setup wizard crashes when InstallDir registry key is not set

@icinga-migration icinga-migration added bug Something isn't working Installation labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant