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

Crash on startup #562

Closed
Dominiquini opened this issue Feb 15, 2024 · 6 comments
Closed

Crash on startup #562

Dominiquini opened this issue Feb 15, 2024 · 6 comments
Labels
bug Something isn't working priority-critical
Milestone

Comments

@Dominiquini
Copy link

  • WDD Version: 5.4.0
  • OS Version: Windows 10 x64

Steps to Reproduce:

  1. Install new version over 5.3.1
  2. Open the app
  3. Crash

Are you using the Microsoft Store version of WDD?: No

Log:

[2024-02-15 15:49:26.479] System.Resources.MissingManifestResourceException: Could not find the resource "WinDynamicDesktop.ThemeDialog.resources" among the resources "WinDynamicDesktop.g.resources", "WinDynamicDesktop.Properties.Resources.resources", "WinDynamicDesktop.locale.am.mo", "WinDynamicDesktop.locale.ar-ae.mo", "WinDynamicDesktop.locale.ar.mo", "WinDynamicDesktop.locale.az.mo", "WinDynamicDesktop.locale.bg.mo", "WinDynamicDesktop.locale.bn.mo", "WinDynamicDesktop.locale.ca.mo", "WinDynamicDesktop.locale.cs.mo", ... embedded in the assembly "WinDynamicDesktop", nor among the resources in any satellite assemblies for the specified culture. Perhaps the resources were embedded with an incorrect name.
   at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
   at WinDynamicDesktop.ThemeDialog.InitializeComponent()
   at WinDynamicDesktop.ThemeDialog..ctor()
   at WinDynamicDesktop.ThemeManager.SelectTheme()
   at WinDynamicDesktop.LaunchSequence.NextStep(Boolean themeReadyOverride)
   at WinDynamicDesktop.AppContext..ctor(String[] args)
   at WinDynamicDesktop.Program.Main(String[] args)

Log File:

WinDynamicDesktop.exe.log

@z1nc0r3
Copy link

z1nc0r3 commented Feb 15, 2024

Same on Windows 11 23H2

@Hexaae
Copy link

Hexaae commented Feb 15, 2024

Confirmed, same here with Win11 23H2, was trying the MS Store edition, Italian:

Immagine 2024-02-15 223454

WinDynamicDesktop.dll.log

@t1m0thyj
Copy link
Owner

t1m0thyj commented Feb 15, 2024

Sorry about this, in 5.4.0 I accidentally added a dependency on a resource file missing from the Release build. Since the resource file was present locally, I didn't catch this when testing the Debug build. Publishing a patch in a few minutes, and in the future will try to test releases in a clean environment to prevent this from happening again.

@t1m0thyj t1m0thyj added bug Something isn't working priority-critical labels Feb 16, 2024
@Ghadeem
Copy link

Ghadeem commented Feb 16, 2024

same issue

@t1m0thyj
Copy link
Owner

Fixed in 5.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-critical
Projects
None yet
Development

No branches or pull requests

6 participants
@Dominiquini @Hexaae @t1m0thyj @z1nc0r3 @Ghadeem and others