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

[BUG] Fix NullReferenceException as GetShortcutFileNamePath #463

Closed
Hofknecht opened this issue Oct 24, 2022 · 0 comments
Closed

[BUG] Fix NullReferenceException as GetShortcutFileNamePath #463

Hofknecht opened this issue Oct 24, 2022 · 0 comments
Assignees
Projects
Milestone

Comments

@Hofknecht
Copy link
Owner

Dirk Schürmann reported application crash via mail:

Protokollname: Application
Quelle: Application Error
Datum: 21.10.2022 00:28:07
Ereignis-ID: 1000
Aufgabenkategorie:Anwendungsabsturzereignisse
Ebene: Fehler
Schlüsselwörter:
Benutzer: YOGA-C\Dirk
Computer: Yoga-C
Beschreibung:
Name der fehlerhaften Anwendung: SystemTrayMenu.exe, Version: 1.3.1.0, Zeitstempel: 0x62cf0990
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.22621.608, Zeitstempel: 0x4769d08d
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000000000008fb0c
ID des fehlerhaften Prozesses: 0x0xF978
Startzeit der fehlerhaften Anwendung: 0x0x1D8E4D335B6A2FC
Pfad der fehlerhaften Anwendung: C:\System\SystemTrayMenu-1.3.1.0\SystemTrayMenu.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\System32\KERNELBASE.dll
Berichtskennung: a90b5311-cf2e-47b0-a1f1-7bac98653639
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
Ereignis-XML:



1000
0
2
100
0
0x8000000000000000

4909


Application
Yoga-C



SystemTrayMenu.exe
1.3.1.0
62cf0990
KERNELBASE.dll
10.0.22621.608
4769d08d
e0434352
000000000008fb0c
0xf978
0x1d8e4d335b6a2fc
C:\System\SystemTrayMenu-1.3.1.0\SystemTrayMenu.exe
C:\WINDOWS\System32\KERNELBASE.dll
a90b5311-cf2e-47b0-a1f1-7bac98653639






Protokollname: Application
Quelle: .NET Runtime
Datum: 21.10.2022 00:28:07
Ereignis-ID: 1026
Aufgabenkategorie:Keine
Ebene: Fehler
Schlüsselwörter:Klassisch
Benutzer: Nicht zutreffend
Computer: Yoga-C
Beschreibung:
Application: SystemTrayMenu.exe
CoreCLR Version: 6.0.1022.47605
.NET Version: 6.0.10
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException: Object reference not set to an instance of an object.
at SystemTrayMenu.Utilities.FileLnk.GetShortcutFileNamePath(Object shortcutFilename, Boolean&
isFolder) in D:\a\1\s\Utilities\File\FileLnk.cs:line 54
at
SystemTrayMenu.Utilities.FileLnk.<>c__DisplayClass0_0.g__StaThreadMetho
d|0(Object obj) in D:\a\1\s\Utilities\File\FileLnk.cs:line 27
at System.Threading.Thread.StartCallback()
Ereignis-XML:



1026
0
2
0
0
0x80000000000000

4908


Application
Yoga-C



Application: SystemTrayMenu.exe
CoreCLR Version: 6.0.1022.47605
.NET Version: 6.0.10
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException: Object reference not set to an instance of an object.
at SystemTrayMenu.Utilities.FileLnk.GetShortcutFileNamePath(Object shortcutFilename,
Boolean& isFolder) in D:\a\1\s\Utilities\File\FileLnk.cs:line 54
at
SystemTrayMenu.Utilities.FileLnk.<>c__DisplayClass0_0.<GetResolvedFileName>g__StaTh
readMethod|0(Object obj) in D:\a\1\s\Utilities\File\FileLnk.cs:line 27
at System.Threading.Thread.StartCallback()


@Hofknecht Hofknecht added this to the 1.4 milestone Oct 24, 2022
@Hofknecht Hofknecht self-assigned this Oct 24, 2022
@Hofknecht Hofknecht added this to Analyze / Spec in STM 1.4.0 via automation Oct 24, 2022
STM 1.4.0 automation moved this from Analyze / Spec to Closed Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
STM 1.4.0
  
Closed
Development

No branches or pull requests

1 participant