Burn crashes when using XML from HyperlinkSidebarTheme.xml #6889
chrpai
announced in
Announcements
Replies: 2 comments 2 replies
-
The theme references an image that is likely missing. You need to include all images in the bundle. It helps to load it in thmviewer.exe to make sure it works properly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This was my fault. I didn't realize I had to change the BA Ref to WixStandardBootstrapperApplication.HyperlinkSidebarLicense. The page I was looking at only talked about Rtf and Hyperlink. It'd be really good if this was a build / validation error rather then a runtime error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
3.11.2
Download HyperlinkLargeTheme.xml from GitHub, create a wix bootstrapper using WixStandardBootstrapperApplication.HyperlinkLicense and set the ThemeFile to the file path of the theme. Build and run the EXE.
I expected the screen to render. Instead the application crashes and the log shows:
[44B4:154C][2022-08-29T14:19:54]e000: Error 0x8007000d: Failed to load theme controls.
[44B4:154C][2022-08-29T14:19:54]e000: Error 0x80004005: Failed to create main window.
HyperlinkTheme.xml and HyperlinkLargeTheme.xml both work fine. It's only the HyperlinkSidebarTheme.xml that's giving me trouble. Strange since the commit for all of them is 6 years ago. If I'm missing something, it's escaping me.
Beta Was this translation helpful? Give feedback.
All reactions