Taskbar11 icon indicating copy to clipboard operation
Taskbar11 copied to clipboard

the application doesn't start

Open NhProGamer opened this issue 3 years ago • 12 comments

all is in the title the application doesn't start that the same if I build the app.

NhProGamer avatar Jan 28 '22 08:01 NhProGamer

i have no more information lmao just the app decide to stop himself with code 0

NhProGamer avatar Jan 28 '22 08:01 NhProGamer

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.

jetspiking avatar Jan 28 '22 09:01 jetspiking

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.

NhProGamer avatar Jan 28 '22 09:01 NhProGamer

Simplify_11_Vanilla_Dark is a UltraUXThemePatcher theme.

NhProGamer avatar Jan 28 '22 09:01 NhProGamer

Capture d’écran 2022-01-28 105740 There are my specs

NhProGamer avatar Jan 28 '22 09:01 NhProGamer

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?

jetspiking avatar Jan 28 '22 10:01 jetspiking

i'm using Taskbar 6.0.0

NhProGamer avatar Jan 28 '22 10:01 NhProGamer

i will try 4.0.0

NhProGamer avatar Jan 28 '22 10:01 NhProGamer

The 4.0.0 is working

NhProGamer avatar Jan 28 '22 10:01 NhProGamer

If you now switch to version 5.0.2 and afterwards the latest version does it still crash?

jetspiking avatar Jan 28 '22 10:01 jetspiking

5.0.2 works but after 6.0.0 not working

NhProGamer avatar Jan 28 '22 12:01 NhProGamer

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.

jetspiking avatar Jan 29 '22 15:01 jetspiking