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

Runtime error on wizard control display #106

Open
eibol opened this issue Nov 25, 2024 · 1 comment
Open

Runtime error on wizard control display #106

eibol opened this issue Nov 25, 2024 · 1 comment

Comments

@eibol
Copy link

eibol commented Nov 25, 2024

Hi, thanks for this great wizard control.
I have observed a runtime error running under Linux Wine:

See the end of this message for details on invoking \njust-in-time (JIT) debugging instead of this dialog box.\n\n************** Exception Text **************\nSystem.ArgumentException: Given combination of Class, Part, and State is not defined by the current visual style.
at System.Windows.Forms.VisualStyles.VisualStyleRenderer.SetParameters (System.String className, System.Int32 part, System.Int32 state) [0x00010] in <532ce6119b834063aa2c5ad545fc1a3e>:0
at System.Windows.Forms.VisualStyles.VisualStyleRenderer.SetParameters (System.Windows.Forms.VisualStyles.VisualStyleElement element) [0x00028] in <532ce6119b834063aa2c5ad545fc1a3e>:0
at AeroWizard.WizardControl.SetLayout () [0x00035] in <0cf37b95f8b14fa495cdcbbfd8e2474f>:0

(If you press Continue, wizard displays correctly). Only disabling wine visual styles it stops showing up.
I guess it is not related to any problem with Aerowizard, just asking where I could look out of curiosity.

@eibol
Copy link
Author

eibol commented Nov 25, 2024

I have found that running it as Windows 2003 or Windows XP solves the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant