You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: