Taskbar11
Taskbar11 copied to clipboard
the application doesn't start
all is in the title the application doesn't start that the same if I build the app.
i have no more information lmao just the app decide to stop himself with code 0
Hi there! Thank you for opening this issue. Are you using the latest version of Taskbar11?
Could you send me details of your operating system version?
If you build and run the app in Debug mode it should show an error or something that goes wrong. If you build the app yourself, make sure to check the .dll file is embedded in the .exe. This is the only cause I can think of at the moment. However, that does not explain the latest binary release from GitHub crashing.
You could attempt to execute an older version like 4.0.0, perhaps it crashes on a registry key which is not (yet) present on your system.
I have this error in debug mode
System.IO.FileLoadException: Impossible de charger le fichier ou l'assembly 'PresentationFramework.Simplify_11_Vanilla_Dark, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' ou une de ses dépendances. Pointeur non valide (Exception de HRESULT : 0x80004003 (E_POINTER))
Nom de fichier : 'PresentationFramework.Simplify_11_Vanilla_Dark, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' ---> System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
Simplify_11_Vanilla_Dark is a UltraUXThemePatcher theme.
There are my specs
Thank you for the provided information.
Are you currently using taskbar11 4.0.0 or the latest edition? If you are not using the latest edition could you download "Taskbar11 - Basic" from here:
https://github.com/jetspiking/Taskbar11/releases/tag/1.0.0
It is the oldest version I made, does this also causes the crash?
i'm using Taskbar 6.0.0
i will try 4.0.0
The 4.0.0 is working
If you now switch to version 5.0.2 and afterwards the latest version does it still crash?
5.0.2 works but after 6.0.0 not working
I believe I found the issue. I did not implement correct exception handling surrounding the function which loads missing dll's (used to load the embedded .dll's). This function attempts to load missing dll's found inside the application. However, apparently somehow you are missing presentation.framework.dll. This .dll is not present in the project and can not be loaded, hence the System.IO.FileLoadException.
Since this is an issue which has to be resolved soon I will attempt to implement a fix for this soon and publish a new release.