Delphi-PRAXiS
Seite 1 von 2  1 2      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Fehler vor OnCreate finden (https://www.delphipraxis.net/199762-fehler-vor-oncreate-finden.html)

Ykcim 18. Feb 2019 12:29

Fehler vor OnCreate finden
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hallo Zusammen,

ich habe ein großes Projekt, welches im Unternehmen seit Monaten ohne Probleme läuft. Mit diesem Programm arbeiten 2 Abteilungen und ca. 30 User täglich.
Da die Software ein Benutzerberechtigungssystem beinhaltet gibt es natürlich auch einen LogIn.

Jetzt habe ich einen Rechner, auf dem das Programm einen Fehler auswirft. Nach der Anmeldung mit irgendeinem Benutzernamen kommt angehängte Fehlermeldung.
Da es der einzige Rechner ist, der Probleme macht, und ein altes Betriebssystem drauf war, welches einige Fehler im Protokoll anzeigte, habe ich Windows10 aufspielen lassen. Leider ohne Erfolg.
Das Programm wurde vorher auf dem Rechner nicht verwendet, weil es der Azubi-Rechner ist...

Ich dachte, ich könnte einfach ganz schlau alles mitloggen, was passiert. Leider ohne Erfolg, denn ich habe die LogIn-Procedure komplett geloggt und die OnCreate und OnShow Procedure des Hauptfenderts der Software. Die LogIn-Procedure läuft ohne Fehler durch. Leider tritt der Fehler dann auf, bevor OnCreate oder OnShow starten. Das heißtz ich habe ein schwarzes Loch, indem ich nicht weiß, was passiert und wie ich da dran kommen kann.
Ich vermute das er in dieser Zeit die DFM-Datei den Main-Form ausführt, aber die kann ich meines Wissens nicht loggen, oder?

Hat jemand eine Idee, wie ich da drankommen kann.

Vielen Dank
Patrick

hoika 18. Feb 2019 13:38

AW: Fehler vor OnCreate finden
 
Hallo,
die Meldung sieht wie NIL-Access aus.

Compilier dein Programm mit MadExcept oder Eurekalog.
Dann wird dir genau angezeigt, wo der Fehler auftritt (incl. Unitname und Zeile).

Liegt dein Programm im Programme-Verzeichnis oder woanders?
Liegt das Programm auf dem Azubirechner in einem anderen Verzeichnis wie bei den anderen Rechner?

Mit "etwas" Aufwand könnte man auch den Delphi-RemoteDebugger benutzen.

Ykcim 18. Feb 2019 14:31

AW: Fehler vor OnCreate finden
 
Also das Programm liegt im gleichen Ordner. Der Ordner liegt auf dem File-Server, da das Programm ohne Installation ausgeführt werden kann. Bei allen anderen klappt das so wunderbar.

Wie funktioniert der Remote-Debugger?

Vielen Dank
Patrick

hoika 18. Feb 2019 14:35

AW: Fehler vor OnCreate finden
 
Hallo,
zum Remote-Debugger gibt es genug gute Links...
Funktionsweise:
- Exe mit externen Debug-Optionen starten
- Delphi auf eigenem Rechner starten -> mit Exe über das Netzwerk verbinden
- Debuggen
so in etwa

Was passiert, wenn das Programm auf den Azubi-Rechner lokal ausgeführt wird?

Ykcim 18. Feb 2019 14:55

AW: Fehler vor OnCreate finden
 
Funktioniert es leider auch nicht.
Ich habe MadExcept jetzt eingebaut. Es scheint so zu sein, dass er bei der Erstellung von ComboBoxen Probleme hat. Ich versuche das gerade einzugrenzen...

stahli 18. Feb 2019 15:06

AW: Fehler vor OnCreate finden
 
Ist der Rechner deutlich schneller oder langsamer als die anderen?
Auf jeden Fall ist wohl irgendeine Variable Nil.
Möglicherweise wird eine Zuweisung
Delphi-Quellcode:
MyVar := TMyObj.Create
hier nicht ausgeführt bevor die Variable verwendet wird.
Bei der Initialisierung einer Anwendung kann der zeitliche Ablauf immer etwas variieren.

Ykcim 18. Feb 2019 15:56

AW: Fehler vor OnCreate finden
 
Der Rechner ist von der Performance her im Mittelfeld - nicht der schnellste aber auch definitiv nicht der langsamste.
Ich habe keine Ahnung, was ich machen soll...

Patrick

hoika 18. Feb 2019 19:21

AW: Fehler vor OnCreate finden
 
Hallo,

Zitat:

Es scheint so zu sein, dass er bei der Erstellung von ComboBoxen Probleme hat
Sind das normale VCL-ComboBoxen?
Sind die bereits über die IDE gefüllt, also in der DFM?

jaenicke 19. Feb 2019 03:37

AW: Fehler vor OnCreate finden
 
Wie sieht denn der Stacktrace des Fehlers aus?

Ykcim 20. Feb 2019 09:14

AW: Fehler vor OnCreate finden
 
Hallo Zusammen,

wir haben mittlerweile 2 Rechner, auf denen es nicht läuft - aber beide sind keine Produktiv-Rechner, sondern Azubi-Laptops. Mit der Berechtigung scheint es nichts zu tun zu haben. Auch wenn man als Admin angemeldet ist kommt der Fehler.

Ich bin mir nicht mehr sicher, ob es wirklich an den Combos lag. Ich habe nicht viel Erfahrung mit Bug-Reports. Ich habe ihn mal angehängt. Fällt jemandem etwas auf?

Ansonsten versuche ich das mal mit dem Fern-Debuggen hinzubekommen.

Vielen Dank
Patrick

Zitat:

date/time : 2019-02-19, 13:13:24, 417ms
computer name : DEALTDT196
user name : XX VON MIR AUSGEBLENDET XXX
registered owner : Windows User
operating system : Windows 10 x64 build 15063
system language : German
system up time : 21 days
program up time : 10 minutes 38 seconds
processors : 4x Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
physical memory : 5553/8066 MB (free/total)
free disk space : (C:) 53,89 GB (E:) 475,81 GB
display mode : 1920x1080, 32 bit
process id : $418
allocated memory : 151,64 MB
largest free block : 1,02 GB
executable : NedCom.exe
exec. date/time : 2019-02-19 12:32
version : 1.0.0.0
compiled with : Delphi XE2
madExcept version : 5.0.0
callstack crc : $e57d38a8, $82575ec0, $82575ec0
exception number : 1
exception class : EInvalidOperation
exception message : Deaktiviertes oder unsichtbares Fenster kann den Fokus nicht erhalten.

main thread ($938):
005fac86 +006e NedCom.exe Vcl.Forms TCustomForm.SetActiveControl
005fad8f +0053 NedCom.exe Vcl.Forms TCustomForm.FocusControl
005341ae +0012 NedCom.exe Vcl.Controls TWinControl.SetFocus
007bfa25 +000d NedCom.exe AdvGrid 26797 +1 TAdvStringGrid.EditCell
01122d5f +005b NedCom.exe Frame_ListendruckUnit 284 +1 TFrame_Listendruck.Grid_not_printedClick
0052cf87 +006f NedCom.exe Vcl.Controls TControl.Click
007d7659 +0005 NedCom.exe AdvGrid 37053 +1 TAdvStringGrid.Click
00667211 +0021 NedCom.exe Vcl.Grids TCustomGrid.FocusCell
0066a59a +0012 NedCom.exe Vcl.Grids TCustomGrid.SetRow
007b31d7 +0083 NedCom.exe AdvGrid 20883 +16 TAdvStringGrid.SetRowEx
007e8745 +02ed NedCom.exe AdvGrid 44341 +77 TAdvStringGrid.QSort
007e1f0e +1b3a NedCom.exe AdvGrid 41726 +667 TAdvStringGrid.WMLButtonUp
00454ef5 +0025 NedCom.exe System.SysUtils StrLCopy
005c0e57 +0057 NedCom.exe Vcl.Themes TUxThemeStyle.DoDrawText
0052ca31 +02bd NedCom.exe Vcl.Controls TControl.WndProc
0053138f +05b3 NedCom.exe Vcl.Controls TWinControl.WndProc
0080eebb +19a3 NedCom.exe AdvGrid 59059 +680 TAdvStringGrid.WndProc
005309e4 +002c NedCom.exe Vcl.Controls TWinControl.MainWndProc
0049239c +0014 NedCom.exe System.Classes StdWndProc
7485b382 +0092 user32.dll CallWindowProcW
7486506b +000b user32.dll DispatchMessageW
00601aab +00f3 NedCom.exe Vcl.Forms TApplication.ProcessMessage
00601aee +000a NedCom.exe Vcl.Forms TApplication.HandleMessage
00601e2d +00c9 NedCom.exe Vcl.Forms TApplication.Run
01432f37 +00bb NedCom.exe NedCom 94 +12 initialization
74998742 +0022 KERNEL32.DLL BaseThreadInitThunk

thread $131c:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1e20:
745cd3a3 +93 KERNELBASE.dll WaitForSingleObjectEx
745cd2fd +0d KERNELBASE.dll WaitForSingleObject
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $27f0:
745d775d +fd KERNELBASE.dll WaitForMultipleObjectsEx
745d7643 +13 KERNELBASE.dll WaitForMultipleObjects
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1bb4:
745d775d +fd KERNELBASE.dll WaitForMultipleObjectsEx
745d7643 +13 KERNELBASE.dll WaitForMultipleObjects
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $9b4:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2f20:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2334:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

processes:
0000 Idle 0 0 0
0004 System 0 0 0
01f8 smss.exe 0 0 0
0284 csrss.exe 0 0 0
02e8 wininit.exe 0 0 0
031c services.exe 0 0 0
0324 lsass.exe 0 0 0
0394 svchost.exe 0 0 0
03ac svchost.exe 0 0 0
03c8 fontdrvhost.exe 0 0 0
0150 svchost.exe 0 0 0
0228 svchost.exe 0 0 0
04bc svchost.exe 0 0 0
04c4 svchost.exe 0 0 0
04e4 svchost.exe 0 0 0
0558 svchost.exe 0 0 0
0598 svchost.exe 0 0 0
05a0 svchost.exe 0 0 0
05c8 svchost.exe 0 0 0
05e0 svchost.exe 0 0 0
062c svchost.exe 0 0 0
0678 svchost.exe 0 0 0
06ac svchost.exe 0 0 0
06ec svchost.exe 0 0 0
0720 igfxCUIService.exe 0 0 0
0734 svchost.exe 0 0 0
07cc svchost.exe 0 0 0
0240 svchost.exe 0 0 0
0444 svchost.exe 0 0 0
0804 svchost.exe 0 0 0
080c svchost.exe 0 0 0
0854 svchost.exe 0 0 0
08c0 svchost.exe 0 0 0
08d4 svchost.exe 0 0 0
08e0 svchost.exe 0 0 0
0914 svchost.exe 0 0 0
091c svchost.exe 0 0 0
0964 svchost.exe 0 0 0
09d0 svchost.exe 0 0 0
09e4 svchost.exe 0 0 0
0a64 svchost.exe 0 0 0
0a6c svchost.exe 0 0 0
0ab4 svchost.exe 0 0 0
0b48 spoolsv.exe 0 0 0
0bdc chip 1-click installer.exe 0 0 0
0bec svchost.exe 0 0 0
0bf4 svchost.exe 0 0 0
0bfc OfficeClickToRun.exe 0 0 0
0850 svchost.exe 0 0 0
08d0 IPROSetMonitor.exe 0 0 0
0944 IntelCpHDCPSvc.exe 0 0 0
0a9c svchost.exe 0 0 0
0c10 pdf24.exe 0 0 0
0c24 svchost.exe 0 0 0
0c78 svchost.exe 0 0 0
0c88 Locator.exe 0 0 0
0c9c SecurityHealthService.exe 0 0 0
0cd0 svchost.exe 0 0 0
0cdc svchost.exe 0 0 0
0ce4 svchost.exe 0 0 0
0d04 svchost.exe 0 0 0
0d14 svchost.exe 0 0 0
0d30 WmiApSrv.exe 0 0 0
0d3c svchost.exe 0 0 0
0e8c svchost.exe 0 0 0
0f10 svchost.exe 0 0 0
0f68 Memory Compression 0 0 0
0fbc IntelCpHeciSvc.exe 0 0 0
10c4 svchost.exe 0 0 0
123c WmiPrvSE.exe 0 0 0
1348 svchost.exe 0 0 0
09b0 ZSAService.exe 0 0 0
0590 svchost.exe 0 0 0
1dd4 svchost.exe 0 0 0
1d3c SapphireIMSAgentUpgrade.exe 0 0 0
1df8 svchost.exe 0 0 0
154c svchost.exe 0 0 0
19c8 svchost.exe 0 0 0
0348 PresentationFontCache.exe 0 0 0
2558 svchost.exe 0 0 0
2714 jhi_service.exe 0 0 0
2788 LMS.exe 0 0 0
2368 svchost.exe 0 0 0
2f6c dasHost.exe 0 0 0
2fa8 Ntrtscan.exe 0 0 0
2e94 TmListen.exe 0 0 0
2a2c TMBMSRV.exe 0 0 0
1904 TmCCSF.exe 0 0 0
0d6c CNTAoSMgr.exe 0 0 0
16a4 conhost.exe 0 0 0
2c70 svchost.exe 0 0 0
1374 isa.exe 0 0 0
066c svchost.exe 0 0 0
0374 SapphireIMSAgent.exe 0 0 0
2664 SIMS_TaskAgent.exe 0 0 0
27d0 SearchIndexer.exe 0 0 0
2728 armsvc.exe 0 0 0
01c4 csrss.exe 12 0 0
243c winlogon.exe 12 0 0
2dec fontdrvhost.exe 12 0 0
25dc dwm.exe 12 0 0
2920 svchost.exe 0 0 0
2cf8 ZSATray.exe 12 106 72 normal C:\Program Files (x86)\Zscaler\ZSATray
29e8 sihost.exe 12 4 13 normal C:\Windows\System32
15fc svchost.exe 12 4 1 normal C:\Windows\System32
0404 svchost.exe 12 4 4 normal C:\Windows\System32
22b0 taskhostw.exe 12 13 14 normal C:\Windows\System32
2158 igfxEM.exe 12 16 15 normal C:\Windows\System32\DriverStore\FileRepository\igd lh64.inf_amd64_2e329e8610bbb375
201c explorer.exe 12 201 240 normal C:\Windows
14c0 ZSATunnel.exe 0 0 0
26f0 ShellExperienceHost.exe 12 4 49 normal C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2t xyewy
0868 SearchUI.exe 12 17 48 normal C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw 5n1h2txyewy
2278 RuntimeBroker.exe 12 35 22 normal C:\Windows\System32
2adc SkypeHost.exe 12 4 1 normal C:\Program Files\WindowsApps\Microsoft.SkypeApp_12.1815.210.1 000_x64__kzf8qxf38zg5c
2f80 svchost.exe 0 0 0
0b7c OUTLOOK.EXE 12 608 557 normal C:\Program Files (x86)\Microsoft Office\root\Office16
237c MSASCuiL.exe 12 7 7 normal C:\Program Files\Windows Defender
29bc RtkNGUI64.exe 12 39 29 normal C:\Program Files\Realtek\Audio\HDA
006c ExSync.exe 12 43 11 normal C:\Users\CELINE~1.WIE\AppData\Local\Temp
0c40 OneDrive.exe 12 70 46 normal C:\Users\XX VON MIR AUSGEBLENDET XXX\AppData\Local\Microsoft\OneDrive
0378 PccNTMon.exe 12 563 288 normal C:\Program Files (x86)\Trend Micro\OfficeScan Client
2ab8 pdf24.exe 12 24 16 normal C:\Program Files (x86)\PDF24
07f8 IAStorIcon.exe 12 26 16 normal C:\Program Files\Intel\Intel(R) Rapid Storage Technology
199c splwow64.exe 12 4 2 normal C:\Windows
1adc svchost.exe 12 4 1 normal C:\Windows\System32
0418 NedCom.exe 12 1695 2506 normal \\denafs01\allgemein\Hiby\NedCom
2fd4 svchost.exe 0 0 0
06d8 pcsws.exe 12 95 67 normal C:\PROGRA~2\IBM\CLIENT~1\Emulator
28a4 pcscm.exe 12 4 20 normal C:\Program Files (x86)\IBM\Client Access\Emulator
0438 audiodg.exe 0 0 0
16ac TrustedInstaller.exe 0 0 0
20c4 TiWorker.exe 0 0 0


cpu registers:
eax = 0cbd86b0
ebx = 06468880
ecx = 00000000
edx = 021dab30
esi = 0053415c
edi = 0ae2ab40
eip = 005fac8b
esp = 0019f2f0
ebp = 0019f33c

stack dump:
0019f2f0 8b ac 5f 00 de fa ed 0e - 01 00 00 00 07 00 00 00 .._.............
0019f300 04 f3 19 00 8b ac 5f 00 - b0 86 bd 0c 80 88 46 06 ......_.......F.
0019f310 5c 41 53 00 40 ab e2 0a - 3c f3 19 00 20 f3 19 00 \AS.@...<... ...
0019f320 70 f3 19 00 bc 84 40 00 - 3c f3 19 00 40 ab e2 0a p.....@.<...@...
0019f330 00 00 00 00 01 00 00 00 - 00 00 00 00 80 88 46 06 ..............F.
0019f340 94 ad 5f 00 90 f3 19 00 - 09 00 00 00 00 00 00 00 .._.............
0019f350 40 ab e2 0a b3 41 53 00 - 40 ab e2 0a 2b fa 7b 00 @....AS.@...+.{.
0019f360 00 00 00 00 54 76 7d 00 - 40 ab e2 0a 64 2d 12 01 ....Tv}.@...d-..
0019f370 dc f3 19 00 bc 84 40 00 - 90 f3 19 00 40 ab e2 0a ......@.....@...
0019f380 00 00 00 00 00 00 00 00 - 40 ab e2 0a 60 4d 4e 0a ........@...`MN.
0019f390 ac f3 19 00 8d cf 52 00 - 40 ab e2 0a 5e 76 7d 00 ......R.@...^v}.
0019f3a0 40 ab e2 0a 16 72 66 00 - 09 00 00 00 14 f4 19 00 @....rf.........
0019f3b0 9f a5 66 00 01 00 00 00 - dc 31 7b 00 14 f4 19 00 ..f......1{.....
0019f3c0 40 ab e2 0a b4 92 77 00 - 17 00 00 00 40 ab e2 0a @.....w.....@...
0019f3d0 b4 92 77 00 00 00 00 00 - 4b 87 7e 00 1c f4 19 00 ..w.....K.~.....
0019f3e0 bc 84 40 00 14 f4 19 00 - b4 92 77 00 00 00 00 00 ..@.......w.....
0019f3f0 40 ab 00 01 01 00 00 00 - 02 00 00 00 00 00 00 00 @...............
0019f400 6c 00 00 00 03 00 00 00 - 16 00 00 00 00 00 00 00 l...............
0019f410 40 ab e2 0a 0c f5 19 00 - 14 1f 7e 00 8c f6 19 00 @.........~.....
0019f420 bc 84 40 00 0c f5 19 00 - 40 ab e2 0a 40 ab e2 0a ..@.....@...@...

disassembling:
[...]
007bfa1b mov edi, ecx
007bfa1d mov esi, edx
007bfa1f mov ebx, eax
007bfa21 26797 mov eax, ebx
007bfa23 mov edx, [eax]
007bfa25 > call dword ptr [edx+$f4]
007bfa2b 26798 mov ecx, edi
007bfa2d mov edx, esi
007bfa2f mov eax, ebx
007bfa31 call -$3e ($7bf9f8) ; AdvGrid.TAdvStringGrid.GotoCell
007bfa36 26799 mov eax, ebx
[...]

date/time : 2019-02-19, 13:13:30, 269ms
computer name : DEALTDT196
user name : XX VON MIR AUSGEBLENDET XXX
registered owner : Windows User
operating system : Windows 10 x64 build 15063
system language : German
system up time : 21 days
program up time : 10 minutes 44 seconds
processors : 4x Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
physical memory : 5553/8066 MB (free/total)
free disk space : (C:) 53,89 GB (E:) 475,81 GB
display mode : 1920x1080, 32 bit
process id : $418
allocated memory : 155,64 MB
largest free block : 1,01 GB
executable : NedCom.exe
exec. date/time : 2019-02-19 12:32
version : 1.0.0.0
compiled with : Delphi XE2
madExcept version : 5.0.0
callstack crc : $e57d38a8, $23927642, $23927642
exception number : 2
exception class : EInvalidOperation
exception message : Deaktiviertes oder unsichtbares Fenster kann den Fokus nicht erhalten.

main thread ($938):
005fac86 +006e NedCom.exe Vcl.Forms TCustomForm.SetActiveControl
005fad8f +0053 NedCom.exe Vcl.Forms TCustomForm.FocusControl
005341ae +0012 NedCom.exe Vcl.Controls TWinControl.SetFocus
007bfa25 +000d NedCom.exe AdvGrid 26797 +1 TAdvStringGrid.EditCell
01122d5f +005b NedCom.exe Frame_ListendruckUnit 284 +1 TFrame_Listendruck.Grid_not_printedClick
0052cf87 +006f NedCom.exe Vcl.Controls TControl.Click
007d7659 +0005 NedCom.exe AdvGrid 37053 +1 TAdvStringGrid.Click
00667211 +0021 NedCom.exe Vcl.Grids TCustomGrid.FocusCell
0066a59a +0012 NedCom.exe Vcl.Grids TCustomGrid.SetRow
007b31d7 +0083 NedCom.exe AdvGrid 20883 +16 TAdvStringGrid.SetRowEx
007e8745 +02ed NedCom.exe AdvGrid 44341 +77 TAdvStringGrid.QSort
007e1f0e +1b3a NedCom.exe AdvGrid 41726 +667 TAdvStringGrid.WMLButtonUp
0052ca31 +02bd NedCom.exe Vcl.Controls TControl.WndProc
0053138f +05b3 NedCom.exe Vcl.Controls TWinControl.WndProc
0080eebb +19a3 NedCom.exe AdvGrid 59059 +680 TAdvStringGrid.WndProc
005309e4 +002c NedCom.exe Vcl.Controls TWinControl.MainWndProc
0049239c +0014 NedCom.exe System.Classes StdWndProc
7485b382 +0092 user32.dll CallWindowProcW
7486506b +000b user32.dll DispatchMessageW
00601aab +00f3 NedCom.exe Vcl.Forms TApplication.ProcessMessage
00601aee +000a NedCom.exe Vcl.Forms TApplication.HandleMessage
00601e2d +00c9 NedCom.exe Vcl.Forms TApplication.Run
01432f37 +00bb NedCom.exe NedCom 94 +12 initialization
74998742 +0022 KERNEL32.DLL BaseThreadInitThunk

thread $131c:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1e20:
745d808a +0a KERNELBASE.dll Sleep
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $27f0:
745d775d +fd KERNELBASE.dll WaitForMultipleObjectsEx
745d7643 +13 KERNELBASE.dll WaitForMultipleObjects
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1bb4:
745d775d +fd KERNELBASE.dll WaitForMultipleObjectsEx
745d7643 +13 KERNELBASE.dll WaitForMultipleObjects
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $9b4:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2f20:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2334:
74998742 +22 KERNEL32.DLL BaseThreadInitThunk

modules:
00400000 NedCom.exe 1.0.0.0 E:\Hiby\NedCom
04760000 MSCTF.dll 6.2.15063.1155 C:\windows\System32
525a0000 LINKINFO.dll 6.2.15063.0 C:\windows\SYSTEM32
57320000 FaultRep.dll 6.2.15063.726 C:\windows\SYSTEM32
585b0000 oleacc.dll 7.2.15063.447 C:\windows\SYSTEM32
58610000 WINMMBASE.dll 6.2.15063.0 C:\windows\SYSTEM32
58640000 winmm.dll 6.2.15063.0 C:\windows\SYSTEM32
58930000 RICHED20.DLL 5.31.23.1231 C:\windows\SYSTEM32
5a130000 davclnt.dll 6.2.15063.0 C:\windows\System32
5a860000 CoreMessaging.dll 6.2.15063.1387 C:\windows\System32
5a8f0000 CoreUIComponents.dll 6.2.15063.1387 C:\windows\System32
60b30000 Windows.StateRepository.dll 6.2.15063.1155 C:\Windows\System32
60f50000 TextInputFramework.dll 6.2.15063.1155 C:\windows\System32
60fe0000 ntlanman.dll 6.2.15063.0 C:\windows\System32
653f0000 wintypes.dll 6.2.15063.966 C:\windows\SYSTEM32
6ab30000 twinapi.appcore.dll 6.2.15063.1206 C:\windows\system32
6ac70000 dxgi.dll 6.2.15063.1155 C:\windows\system32
6ad00000 dcomp.dll 6.2.15063.1155 C:\windows\system32
6adf0000 d3d11.dll 6.2.15063.1155 C:\windows\system32
6b1c0000 WindowsCodecs.dll 6.2.15063.1324 C:\windows\SYSTEM32
6b490000 DWrite.dll 6.2.15063.1155 C:\windows\SYSTEM32
6cf90000 USP10.dll 6.2.15063.0 C:\windows\SYSTEM32
6d000000 dataexchange.dll 6.2.15063.0 C:\windows\system32
6db90000 DAVHLPR.dll 6.2.15063.0 C:\windows\System32
6dba0000 drprov.dll 6.2.15063.0 C:\windows\System32
6dbb0000 sxs.dll 6.2.15063.1155 C:\windows\SYSTEM32
6e980000 StateRepository.Core.dll 6.2.15063.994 C:\Windows\System32
6ea10000 propsys.DLL 7.0.15063.1155 C:\windows\SYSTEM32
6ef80000 comctl32.dll 6.10.15063.1155 C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.1155_none_8874 c8f83e239b31
71790000 Fwpuclnt.dll 6.2.15063.0 C:\windows\SYSTEM32
71860000 mswsock.dll 6.2.15063.0 C:\windows\system32
71d70000 ntmarta.dll 6.2.15063.1155 C:\windows\SYSTEM32
71da0000 dbghelp.dll 6.2.15063.1155 C:\windows\SYSTEM32
72170000 msls31.dll 3.10.349.0 C:\windows\SYSTEM32
721b0000 olepro32.dll 6.2.15063.1292 C:\windows\SYSTEM32
722f0000 mssprxy.dll 7.0.15063.966 C:\windows\system32
72310000 wtsapi32.dll 6.2.15063.0 C:\windows\SYSTEM32
72480000 NETUTILS.DLL 6.2.15063.0 C:\windows\SYSTEM32
72490000 usermgrcli.dll 6.2.15063.0 C:\windows\SYSTEM32
724d0000 wkscli.dll 6.2.15063.0 C:\windows\System32
725d0000 netapi32.dll 6.2.15063.0 C:\windows\SYSTEM32
72760000 wsock32.dll 6.2.15063.0 C:\windows\SYSTEM32
728e0000 dwmapi.dll 6.2.15063.1155 C:\windows\system32
72a10000 dbgcore.DLL 6.2.15063.0 C:\windows\SYSTEM32
72a40000 cscapi.dll 6.2.15063.0 C:\windows\SYSTEM32
72a50000 uxtheme.dll 6.2.15063.0 C:\windows\system32
72ad0000 version.dll 6.2.15063.0 C:\windows\SYSTEM32
72af0000 mpr.dll 6.2.15063.1058 C:\windows\SYSTEM32
72b60000 srvcli.dll 6.2.15063.0 C:\windows\System32
72d90000 WINSTA.dll 6.2.15063.0 C:\windows\SYSTEM32
72de0000 tmmon.dll 2.5.0.2081 C:\windows\System32\tmumh\20019\TmMon\2.5.0.2081
72ee0000 TmUmEvt.dll 7.0.0.1160 C:\windows\System32\tmumh\20019\AddOn\7.0.0.1160
734c0000 bcrypt.dll 6.2.15063.1155 C:\windows\SYSTEM32
734e0000 msimg32.dll 6.2.15063.994 C:\windows\SYSTEM32
73660000 winspool.drv 6.2.15063.1235 C:\windows\SYSTEM32
73830000 gdiplus.dll 6.2.15063.1324 C:\windows\WinSxS\x86_microsoft.windows.gdiplus_65 95b64144ccf1df_1.1.15063.1324_none_b95cd17f98b8aff b
73a60000 apphelp.dll 6.2.15063.1155 C:\windows\SYSTEM32
73b00000 CRYPTBASE.dll 6.2.15063.0 C:\windows\System32
73b10000 SspiCli.dll 6.2.15063.674 C:\windows\System32
73b30000 win32u.dll 6.2.15063.608 C:\windows\System32
73b50000 msvcrt.dll 7.0.15063.0 C:\windows\System32
73c20000 windows.storage.dll 6.2.15063.1324 C:\windows\System32
741b0000 shcore.dll 6.2.15063.1155 C:\windows\System32
74240000 powrprof.dll 6.2.15063.0 C:\windows\System32
742a0000 combase.dll 6.2.15063.1155 C:\windows\System32
744e0000 KERNELBASE.dll 6.2.15063.1266 C:\windows\System32
746b0000 PSAPI.DLL 6.2.15063.0 C:\windows\System32
74840000 user32.dll 6.2.15063.966 C:\windows\System32
74980000 KERNEL32.DLL 6.2.15063.1058 C:\windows\System32
74a50000 WS2_32.dll 6.2.15063.0 C:\windows\System32
74ac0000 shlwapi.dll 6.2.15063.1058 C:\windows\System32
74b10000 sechost.dll 6.2.15063.1356 C:\windows\System32
74b60000 gdi32full.dll 6.2.15063.1387 C:\windows\System32
74cc0000 ucrtbase.dll 6.2.15063.1182 C:\windows\System32
74e70000 oleaut32.dll 6.2.15063.1155 C:\windows\System32
74f10000 ole32.dll 6.2.15063.1235 C:\windows\System32
75010000 kernel.appcore.dll 6.2.15063.1155 C:\windows\System32
75020000 profapi.dll 6.2.15063.0 C:\windows\System32
75030000 RPCRT4.dll 6.2.15063.1155 C:\windows\System32
750f0000 shell32.dll 6.2.15063.1387 C:\windows\System32
76440000 advapi32.dll 6.2.15063.1356 C:\windows\System32
764c0000 IMAGEHLP.DLL 6.2.15063.168 C:\windows\System32
764e0000 IMM32.DLL 6.2.15063.0 C:\windows\System32
76510000 coml2.dll 6.2.15063.966 C:\windows\System32
769f0000 GDI32.dll 6.2.15063.1324 C:\windows\System32
76ae0000 comdlg32.dll 6.2.15063.994 C:\windows\System32
76bd0000 bcryptPrimitives.dll 6.2.15063.994 C:\windows\System32
76c30000 cfgmgr32.dll 6.2.15063.0 C:\windows\System32
76de0000 msvcp_win.dll 6.2.15063.936 C:\windows\System32
76e60000 clbcatq.dll 2001.12.10941.16384 C:\windows\System32
77040000 ntdll.dll 6.2.15063.1324 C:\windows\SYSTEM32

processes:
0000 Idle 0 0 0
0004 System 0 0 0
01f8 smss.exe 0 0 0
0284 csrss.exe 0 0 0
02e8 wininit.exe 0 0 0
031c services.exe 0 0 0
0324 lsass.exe 0 0 0
0394 svchost.exe 0 0 0
03ac svchost.exe 0 0 0
03c8 fontdrvhost.exe 0 0 0
0150 svchost.exe 0 0 0
0228 svchost.exe 0 0 0
04bc svchost.exe 0 0 0
04c4 svchost.exe 0 0 0
04e4 svchost.exe 0 0 0
0558 svchost.exe 0 0 0
0598 svchost.exe 0 0 0
05a0 svchost.exe 0 0 0
05c8 svchost.exe 0 0 0
05e0 svchost.exe 0 0 0
062c svchost.exe 0 0 0
0678 svchost.exe 0 0 0
06ac svchost.exe 0 0 0
06ec svchost.exe 0 0 0
0720 igfxCUIService.exe 0 0 0
0734 svchost.exe 0 0 0
07cc svchost.exe 0 0 0
0240 svchost.exe 0 0 0
0444 svchost.exe 0 0 0
0804 svchost.exe 0 0 0
080c svchost.exe 0 0 0
0854 svchost.exe 0 0 0
08c0 svchost.exe 0 0 0
08d4 svchost.exe 0 0 0
08e0 svchost.exe 0 0 0
0914 svchost.exe 0 0 0
091c svchost.exe 0 0 0
0964 svchost.exe 0 0 0
09d0 svchost.exe 0 0 0
09e4 svchost.exe 0 0 0
0a64 svchost.exe 0 0 0
0a6c svchost.exe 0 0 0
0ab4 svchost.exe 0 0 0
0b48 spoolsv.exe 0 0 0
0bdc chip 1-click installer.exe 0 0 0
0bec svchost.exe 0 0 0
0bf4 svchost.exe 0 0 0
0bfc OfficeClickToRun.exe 0 0 0
0850 svchost.exe 0 0 0
08d0 IPROSetMonitor.exe 0 0 0
0944 IntelCpHDCPSvc.exe 0 0 0
0a9c svchost.exe 0 0 0
0c10 pdf24.exe 0 0 0
0c24 svchost.exe 0 0 0
0c78 svchost.exe 0 0 0
0c88 Locator.exe 0 0 0
0c9c SecurityHealthService.exe 0 0 0
0cd0 svchost.exe 0 0 0
0cdc svchost.exe 0 0 0
0ce4 svchost.exe 0 0 0
0d04 svchost.exe 0 0 0
0d14 svchost.exe 0 0 0
0d30 WmiApSrv.exe 0 0 0
0d3c svchost.exe 0 0 0
0e8c svchost.exe 0 0 0
0f10 svchost.exe 0 0 0
0f68 Memory Compression 0 0 0
0fbc IntelCpHeciSvc.exe 0 0 0
10c4 svchost.exe 0 0 0
123c WmiPrvSE.exe 0 0 0
1348 svchost.exe 0 0 0
09b0 ZSAService.exe 0 0 0
0590 svchost.exe 0 0 0
1dd4 svchost.exe 0 0 0
1d3c SapphireIMSAgentUpgrade.exe 0 0 0
1df8 svchost.exe 0 0 0
154c svchost.exe 0 0 0
19c8 svchost.exe 0 0 0
0348 PresentationFontCache.exe 0 0 0
2558 svchost.exe 0 0 0
2714 jhi_service.exe 0 0 0
2788 LMS.exe 0 0 0
2368 svchost.exe 0 0 0
2f6c dasHost.exe 0 0 0
2fa8 Ntrtscan.exe 0 0 0
2e94 TmListen.exe 0 0 0
2a2c TMBMSRV.exe 0 0 0
1904 TmCCSF.exe 0 0 0
0d6c CNTAoSMgr.exe 0 0 0
16a4 conhost.exe 0 0 0
2c70 svchost.exe 0 0 0
1374 isa.exe 0 0 0
066c svchost.exe 0 0 0
0374 SapphireIMSAgent.exe 0 0 0
2664 SIMS_TaskAgent.exe 0 0 0
27d0 SearchIndexer.exe 0 0 0
2728 armsvc.exe 0 0 0
01c4 csrss.exe 12 0 0
243c winlogon.exe 12 0 0
2dec fontdrvhost.exe 12 0 0
25dc dwm.exe 12 0 0
2920 svchost.exe 0 0 0
2cf8 ZSATray.exe 12 118 77 normal C:\Program Files (x86)\Zscaler\ZSATray
29e8 sihost.exe 12 4 13 normal C:\Windows\System32
15fc svchost.exe 12 4 1 normal C:\Windows\System32
0404 svchost.exe 12 4 4 normal C:\Windows\System32
22b0 taskhostw.exe 12 13 14 normal C:\Windows\System32
2158 igfxEM.exe 12 16 15 normal C:\Windows\System32\DriverStore\FileRepository\igd lh64.inf_amd64_2e329e8610bbb375
201c explorer.exe 12 201 240 normal C:\Windows
14c0 ZSATunnel.exe 0 0 0
26f0 ShellExperienceHost.exe 12 4 49 normal C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2t xyewy
0868 SearchUI.exe 12 17 48 normal C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw 5n1h2txyewy
2278 RuntimeBroker.exe 12 35 22 normal C:\Windows\System32
2adc SkypeHost.exe 12 4 1 normal C:\Program Files\WindowsApps\Microsoft.SkypeApp_12.1815.210.1 000_x64__kzf8qxf38zg5c
2f80 svchost.exe 0 0 0
0b7c OUTLOOK.EXE 12 608 557 normal C:\Program Files (x86)\Microsoft Office\root\Office16
237c MSASCuiL.exe 12 7 7 normal C:\Program Files\Windows Defender
29bc RtkNGUI64.exe 12 39 29 normal C:\Program Files\Realtek\Audio\HDA
006c ExSync.exe 12 43 11 normal C:\Users\CELINE~1.WIE\AppData\Local\Temp
0c40 OneDrive.exe 12 70 46 normal C:\Users\XX VON MIR AUSGEBLENDET XXX\AppData\Local\Microsoft\OneDrive
0378 PccNTMon.exe 12 563 288 normal C:\Program Files (x86)\Trend Micro\OfficeScan Client
2ab8 pdf24.exe 12 24 16 normal C:\Program Files (x86)\PDF24
07f8 IAStorIcon.exe 12 26 16 normal C:\Program Files\Intel\Intel(R) Rapid Storage Technology
199c splwow64.exe 12 4 2 normal C:\Windows
1adc svchost.exe 12 4 1 normal C:\Windows\System32
0418 NedCom.exe 12 1693 2511 normal \\denafs01\allgemein\Hiby\NedCom
2fd4 svchost.exe 0 0 0
06d8 pcsws.exe 12 95 67 normal C:\PROGRA~2\IBM\CLIENT~1\Emulator
28a4 pcscm.exe 12 4 20 normal C:\Program Files (x86)\IBM\Client Access\Emulator
0438 audiodg.exe 0 0 0
16ac TrustedInstaller.exe 0 0 0
20c4 TiWorker.exe 0 0 0

hardware:
+ {1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}
- Fax
- Generic 36C-9SeriesPCL
- Kyocera ECOSYS M6026cdn KX
- Microsoft Print to PDF
- Microsoft XPS Document Writer
- OneNote
- PDF24 Fax
- PDF24 PDF
- Send To OneNote 2016
- Stammdruckwarteschlange
+ {36fc9e60-c465-11cf-8056-444553540000}
- Intel(R) USB 3.0 eXtensible-Hostcontroller – 1.0 (Microsoft)
- USB-Root-Hub (USB 3.0)
- USB-Verbundgerät
- USB-Verbundgerät
+ {4d36e966-e325-11ce-bfc1-08002be10318}
- ACPI x64-basierter PC
+ {4d36e967-e325-11ce-bfc1-08002be10318}
- SAMSUNG MZVLW128HEGR-00000
+ {4d36e968-e325-11ce-bfc1-08002be10318}
- Intel(R) HD Graphics 630 (driver 22.20.16.4836)
+ {4d36e96a-e325-11ce-bfc1-08002be10318}
- Intel(R) 100 Series/C230 Chipset Family SATA AHCI Controller (driver 15.5.0.1051)
+ {4d36e96b-e325-11ce-bfc1-08002be10318}
- HID-Tastatur
- HID-Tastatur
+ {4d36e96c-e325-11ce-bfc1-08002be10318}
- Intel(R) Display-Audio (driver 10.23.0.567)
- Realtek High Definition Audio (driver 6.0.1.7576)
+ {4d36e96e-e325-11ce-bfc1-08002be10318}
- PnP-Monitor (Standard)
+ {4d36e96f-e325-11ce-bfc1-08002be10318}
- HID-konforme Maus
+ {4d36e972-e325-11ce-bfc1-08002be10318}
- Intel(R) Ethernet Connection (2) I219-V (driver 12.13.17.7)
- Microsoft Kernel Debug Network Adapter
- WAN Miniport (IKEv2)
- WAN Miniport (IP)
- WAN Miniport (IPv6)
- WAN Miniport (L2TP)
- WAN Miniport (Network Monitor)
- WAN Miniport (PPPOE)
- WAN Miniport (PPTP)
- WAN Miniport (SSTP)
- Zscaler Network Adapter 1.0.2.0 (driver 1.0.2.0)
+ {4d36e97b-e325-11ce-bfc1-08002be10318}
- Microsoft-Controller für Speicherplätze
- Standardmäßiger NVM Express-Controller
+ {4d36e97d-e325-11ce-bfc1-08002be10318}
- ACPI-Einschaltknopf
- ACPI-Energiezustandknopf
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Prozessoraggregator
- ACPI-Schalter
- ACPI-Thermozone
- ACPI-Thermozone
- Busenumerator für Verbundgeräte
- Enumerator für virtuelle NDIS-Netzwerkadapter
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- High Definition Audio-Controller
- Hochpräzisionsereigniszeitgeber
- Intel(R) 100 Series/C230 Series Chipset Family LPC Controller - A143 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family PCI Express Root Port #5 - A114 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family PCI Express Root Port #9 - A118 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family PMC - A121 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family SMBus - A123 (driver 10.1.1.13)
- Intel(R) Management Engine Interface (driver 11.7.0.1032)
- Intel(R)-Energiemodul-Plug-In
- Legacygerät
- Microsoft ACPI-konformes System
- Microsoft Basic Display Driver
- Microsoft Basic Render Driver
- Microsoft UEFI-konformes System
- Microsoft virtueller Datenträgerenumerator
- Microsoft Windows-Verwaltungsschnittstelle für ACPI
- Microsoft Windows-Verwaltungsschnittstelle für ACPI
- Microsoft-Systemverwaltungs-BIOS-Treiber
- Numerischer Coprozessor
- PCI Standard-Host-CPU-Brücke
- PnP-Softwaregeräte-Enumerator
- Programmierbarer Interruptcontroller
- Remote Desktop Device Redirector Bus
- Stammkomplex für PCI-Express
- System CMOS/Echtzeituhr
- Systemzeitgeber
- UMBus-Stamm-Busenumerator
- Volume-Manager
+ {50127dc3-0f36-415e-a6cc-4cb3be910b65}
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
+ {533c5b84-ec70-11d2-9505-00c04f79deaf}
- Standard-Volumeschattenkopie
- Standard-Volumeschattenkopie
- Standard-Volumeschattenkopie
+ {62f9c741-b25a-46ce-b54c-9bccce08b6f2}
- Microsoft Device Association Root Enumerator
- Microsoft GS Wavetable Synth
- Microsoft Radio Device Enumeration Bus
- Microsoft RRAS Root Enumerator
+ {745a17a0-74d3-11d0-b6fe-00a0c90f57da}
- HID-konformer Systemcontroller
- HID-konformer Systemcontroller
- HID-konformes Benutzersteuergerät
- HID-konformes Benutzersteuergerät
- HID-konformes Benutzersteuergerät
- HID-konformes Gerät
- USB-Eingabegerät
- USB-Eingabegerät
- USB-Eingabegerät
- USB-Eingabegerät
+ {c166523c-fe0c-4a94-a586-f1a80cfbbf3e}
- Realtek Digital Output (Realtek High Definition Audio)
- Speakers (Realtek High Definition Audio)
+ {d94ee5d8-d189-4994-83d2-f68d7d41b0e6}
- Trusted Platform Module 2.0
+ {f2e7dd72-6468-4e36-b6f1-6488f42c1b52}
- Systemfirmware

cpu registers:
eax = 060b7cc0
ebx = 06468880
ecx = 00000000
edx = 021dab30
esi = 0053415c
edi = 0ae2ab40
eip = 005fac8b
esp = 0019f2f0
ebp = 0019f33c

stack dump:
0019f2f0 8b ac 5f 00 de fa ed 0e - 01 00 00 00 07 00 00 00 .._.............
0019f300 04 f3 19 00 8b ac 5f 00 - c0 7c 0b 06 80 88 46 06 ......_..|....F.
0019f310 5c 41 53 00 40 ab e2 0a - 3c f3 19 00 20 f3 19 00 \AS.@...<... ...
0019f320 70 f3 19 00 bc 84 40 00 - 3c f3 19 00 40 ab e2 0a p.....@.<...@...
0019f330 00 00 00 00 01 00 00 00 - 00 00 00 00 80 88 46 06 ..............F.
0019f340 94 ad 5f 00 90 f3 19 00 - 09 00 00 00 00 00 00 00 .._.............
0019f350 40 ab e2 0a b3 41 53 00 - 40 ab e2 0a 2b fa 7b 00 @....AS.@...+.{.
0019f360 00 00 00 00 54 76 7d 00 - 40 ab e2 0a 64 2d 12 01 ....Tv}.@...d-..
0019f370 dc f3 19 00 bc 84 40 00 - 90 f3 19 00 40 ab e2 0a ......@.....@...
0019f380 00 00 00 00 00 00 00 00 - 40 ab e2 0a 60 4d 4e 0a ........@...`MN.
0019f390 ac f3 19 00 8d cf 52 00 - 40 ab e2 0a 5e 76 7d 00 ......R.@...^v}.
0019f3a0 40 ab e2 0a 16 72 66 00 - 09 00 00 00 14 f4 19 00 @....rf.........
0019f3b0 9f a5 66 00 01 00 00 00 - dc 31 7b 00 14 f4 19 00 ..f......1{.....
0019f3c0 40 ab e2 0a b4 92 77 00 - 17 00 00 00 40 ab e2 0a @.....w.....@...
0019f3d0 b4 92 77 00 00 00 00 00 - 4b 87 7e 00 1c f4 19 00 ..w.....K.~.....
0019f3e0 bc 84 40 00 14 f4 19 00 - b4 92 77 00 00 00 00 00 ..@.......w.....
0019f3f0 0a 00 00 01 01 00 00 00 - 02 00 00 00 00 00 00 00 ................
0019f400 6c 00 00 00 03 00 00 00 - 16 00 00 00 00 00 00 00 l...............
0019f410 40 ab e2 0a 0c f5 19 00 - 14 1f 7e 00 8c f6 19 00 @.........~.....
0019f420 bc 84 40 00 0c f5 19 00 - 40 ab e2 0a 40 ab e2 0a ..@.....@...@...

disassembling:
[...]
007bfa1b mov edi, ecx
007bfa1d mov esi, edx
007bfa1f mov ebx, eax
007bfa21 26797 mov eax, ebx
007bfa23 mov edx, [eax]
007bfa25 > call dword ptr [edx+$f4]
007bfa2b 26798 mov ecx, edi
007bfa2d mov edx, esi
007bfa2f mov eax, ebx
007bfa31 call -$3e ($7bf9f8) ; AdvGrid.TAdvStringGrid.GotoCell
007bfa36 26799 mov eax, ebx
[...]

date/time : 2019-02-19, 13:16:29, 543ms
computer name : DEALTDT216
user name : manuel.escalona
registered owner : Windows User
operating system : Windows 10 x64 build 16299
system language : German
system up time : 4 days 5 hours
program up time : 4 minutes 3 seconds
processors : 4x Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
physical memory : 5146/8066 MB (free/total)
free disk space : (C:) 29,58 GB (S:) 475,81 GB
display mode : 1920x1080, 32 bit
process id : $2590
allocated memory : 156,06 MB
largest free block : 965,43 MB
executable : NedCom.exe
exec. date/time : 2019-02-19 12:32
version : 1.0.0.0
compiled with : Delphi XE2
madExcept version : 5.0.0
callstack crc : $8f6a3029, $16eaf919, $16eaf919
exception number : 1
exception class : EConvertError
exception message : ''verladen'' ist kein gültiges Datum.

main thread ($12d8):
00452555 +019 NedCom.exe System.SysUtils ConvertErrorFmt
00459154 +02c NedCom.exe System.SysUtils StrToDate
0110b4c8 +128 NedCom.exe TAuftragUnit 586 +14 TAuftrag.Return_Date
013e9293 +107 NedCom.exe MainUnit 2701 +24 TMain.Glow_Listendruck_ReturnClick
0052cf87 +06f NedCom.exe Vcl.Controls TControl.Click
0094a6be +036 NedCom.exe AdvGlowButton 3431 +9 TAdvCustomGlowButton.Click
0052d431 +065 NedCom.exe Vcl.Controls TControl.WMLButtonUp
0094b28f +37b NedCom.exe AdvGlowButton 3934 +135 TAdvCustomGlowButton.WMLButtonUp
0052ca31 +2bd NedCom.exe Vcl.Controls TControl.WndProc
00530fbe +1e2 NedCom.exe Vcl.Controls TWinControl.WndProc
005309e4 +02c NedCom.exe Vcl.Controls TWinControl.MainWndProc
0049239c +014 NedCom.exe System.Classes StdWndProc
750b8c1b +00b user32.dll DispatchMessageW
00601aab +0f3 NedCom.exe Vcl.Forms TApplication.ProcessMessage
00601aee +00a NedCom.exe Vcl.Forms TApplication.HandleMessage
00601e2d +0c9 NedCom.exe Vcl.Forms TApplication.Run
01432f37 +0bb NedCom.exe NedCom 94 +12 initialization
76658672 +022 KERNEL32.DLL BaseThreadInitThunk

thread $282c:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2cf8:
77abf64a +0a ntdll.dll NtWaitForSingleObject
773828d3 +93 KERNELBASE.dll WaitForSingleObjectEx
7738282d +0d KERNELBASE.dll WaitForSingleObject
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1b4c:
77394f7d +fd KERNELBASE.dll WaitForMultipleObjectsEx
77394e63 +13 KERNELBASE.dll WaitForMultipleObjects
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2db0:
7739655a +0a KERNELBASE.dll Sleep
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $27c0:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2aa4:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1688:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $e28:
77394f7d +fd KERNELBASE.dll WaitForMultipleObjectsEx
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by thread $282c at:
7485a398 +00 combase.dll

thread $2268:
77394f7d +fd KERNELBASE.dll WaitForMultipleObjectsEx
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by main thread ($12d8) at:
7485a398 +00 combase.dll

thread $1f94:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $13a4:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1f74:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $1a74:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $25f8:
77394f7d +fd KERNELBASE.dll WaitForMultipleObjectsEx
747ed0ca +6a combase.dll CoWaitForMultipleHandles
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by main thread ($12d8) at:
711380c0 +00 propsys.DLL

thread $9f4:
773828d3 +93 KERNELBASE.dll WaitForSingleObjectEx
7738282d +0d KERNELBASE.dll WaitForSingleObject
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by thread $1688 at:
76fa7443 +00 shcore.dll

thread $2b18:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $2a9c:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $11b4:
773828d3 +93 KERNELBASE.dll WaitForSingleObjectEx
7738282d +0d KERNELBASE.dll WaitForSingleObject
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by thread $1688 at:
76fa7443 +00 shcore.dll

thread $f78:
773828d3 +93 KERNELBASE.dll WaitForSingleObjectEx
7738282d +0d KERNELBASE.dll WaitForSingleObject
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by thread $1688 at:
76fa7443 +00 shcore.dll

thread $1220:
773828d3 +93 KERNELBASE.dll WaitForSingleObjectEx
7738282d +0d KERNELBASE.dll WaitForSingleObject
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by thread $f78 at:
516f6dd4 +00 FunDisc.dll

thread $25b8:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

thread $24f0:
77394f7d +fd KERNELBASE.dll WaitForMultipleObjectsEx
004d3bad +0d NedCom.exe madExcept CallThreadProcSafe
004d3c17 +37 NedCom.exe madExcept ThreadExceptFrame
76658672 +22 KERNEL32.DLL BaseThreadInitThunk
>> created by thread $f78 at:
5395696c +00 wcnapi.dll

thread $12dc:
76658672 +22 KERNEL32.DLL BaseThreadInitThunk

modules:
00400000 NedCom.exe 1.0.0.0 S:\Hiby\NedCom
06a90000 MSCTF.dll 6.2.16299.696 C:\windows\System32
516d0000 ATL.DLL 3.5.2284.0 C:\Windows\System32
516f0000 FunDisc.dll 6.2.16299.15 C:\Windows\System32
51a80000 ActXPrxy.dll 6.2.16299.371 C:\Windows\System32
51cb0000 IconCodecService.dll 6.2.16299.15 C:\windows\system32
53690000 FileSyncShell.dll 19.2.107.8 C:\Users\manuel.escalona\AppData\Local\Microsoft\O neDrive\19.002.0107.0008
537d0000 MFPlat.DLL 6.2.16299.579 C:\windows\SYSTEM32
53950000 wcnapi.dll 6.2.16299.192 C:\windows\System32
53970000 PortableDeviceApi.dll 6.2.16299.15 C:\Windows\System32
53c80000 NetworkExplorer.dll 6.2.16299.15 C:\windows\system32
53db0000 fdwcn.dll 6.2.16299.15 C:\windows\System32
53ee0000 fdWNet.dll 6.2.16299.371 C:\Windows\System32
53ef0000 PlayToDevice.dll 6.2.16299.15 C:\Windows\System32
53f40000 browcli.dll 6.2.16299.15 C:\windows\SYSTEM32
53f50000 dfscli.dll 6.2.16299.15 C:\windows\System32
54030000 fdproxy.dll 6.2.16299.15 C:\Windows\System32
54040000 RICHED20.DLL 5.31.23.1231 C:\windows\SYSTEM32
54240000 DUI70.dll 6.2.16299.15 C:\windows\system32
54dc0000 OneCoreCommonProxyStub.dll 6.2.16299.248 C:\Windows\System32
54e00000 dtsh.dll 6.2.16299.15 C:\windows\system32
54e10000 NetworkItemFactory.dll 6.2.16299.15 C:\windows\system32
55200000 RTWorkQ.DLL 6.2.16299.334 C:\windows\SYSTEM32
55580000 DevDispItemProvider.dll 6.2.16299.15 C:\Windows\System32
555f0000 dlnashext.dll 6.2.16299.15 C:\Windows\System32
55670000 policymanager.dll 6.2.16299.522 C:\windows\SYSTEM32
556e0000 thumbcache.dll 6.2.16299.15 C:\Windows\System32
55730000 LINKINFO.dll 6.2.16299.15 C:\windows\SYSTEM32
55740000 msls31.dll 3.10.349.0 C:\windows\SYSTEM32
558b0000 davclnt.dll 6.2.16299.334 C:\windows\System32
55c90000 twinapi.dll 6.2.16299.248 C:\Windows\System32
55f20000 edputil.dll 6.2.16299.248 C:\windows\SYSTEM32
55f80000 tiptsf.dll 6.2.16299.492 C:\Program Files (x86)\Common Files\microsoft shared\ink
567c0000 explorerframe.dll 6.2.16299.492 C:\windows\system32
5b1f0000 Windows.StateRepositoryPS.dll 6.2.16299.248 C:\Windows\System32
5b280000 AEPIC.dll 6.2.17673.1007 C:\windows\SYSTEM32
5b2e0000 CLDAPI.dll 6.2.16299.967 C:\windows\SYSTEM32
5b300000 ntlanman.dll 6.2.16299.15 C:\windows\System32
5b340000 DAVHLPR.dll 6.2.16299.15 C:\windows\System32
5b360000 drprov.dll 6.2.16299.15 C:\windows\System32
5b580000 atlthunk.dll 6.2.16299.15 C:\windows\SYSTEM32
5b5a0000 olepro32.dll 6.2.16299.936 C:\windows\SYSTEM32
5b6e0000 globinputhost.dll 6.2.16299.15 C:\windows\SYSTEM32
5b710000 Bcp47Langs.dll 6.2.16299.15 C:\Windows\System32
5b760000 Windows.Globalization.dll 6.2.16299.820 C:\Windows\System32
5bbc0000 DUser.dll 6.2.16299.15 C:\windows\system32
5e1b0000 Windows.Storage.Search.dll 6.2.16299.15 C:\windows\system32
5e260000 cscapi.dll 6.2.16299.15 C:\windows\SYSTEM32
5e270000 ntshrui.dll 6.2.16299.248 C:\windows\SYSTEM32
5e340000 StructuredQuery.dll 7.0.16299.611 C:\windows\System32
5e760000 msvcp110_win.dll 6.2.16299.371 C:\windows\SYSTEM32
61300000 npmproxy.dll 6.2.16299.967 C:\windows\System32
621a0000 MMDevApi.dll 6.2.16299.15 C:\windows\System32
63900000 FaultRep.dll 6.2.16299.15 C:\windows\SYSTEM32
63e00000 xmllite.dll 6.2.16299.15 C:\windows\system32
63ed0000 dbgcore.DLL 6.2.16299.15 C:\windows\SYSTEM32
650e0000 OneCoreUAPCommonProxyStub.dll 6.2.16299.492 C:\Windows\System32
654f0000 WINMMBASE.dll 6.2.16299.15 C:\windows\SYSTEM32
65520000 winspool.drv 6.2.16299.696 C:\windows\SYSTEM32
65590000 winmm.dll 6.2.16299.15 C:\windows\SYSTEM32
658c0000 wintypes.dll 6.2.16299.402 C:\windows\SYSTEM32
65d00000 uiautomationcore.dll 7.2.16299.699 C:\Windows\System32
65ea0000 twinapi.appcore.dll 6.2.16299.19 C:\windows\system32
65fe0000 dxgi.dll 6.2.16299.98 C:\windows\system32
66080000 dcomp.dll 6.2.16299.15 C:\windows\system32
66180000 d3d11.dll 6.2.16299.492 C:\windows\system32
663c0000 dataexchange.dll 6.2.16299.15 C:\windows\system32
66410000 sxs.dll 6.2.16299.15 C:\windows\SYSTEM32
6a260000 FirewallAPI.dll 6.2.16299.334 C:\windows\system32
6a2c0000 WindowsCodecs.dll 6.2.16299.726 C:\windows\SYSTEM32
6a430000 gdiplus.dll 6.2.16299.967 C:\windows\WinSxS\x86_microsoft.windows.gdiplus_65 95b64144ccf1df_1.1.16299.967_none_8e660879026ecc07
6a850000 DWrite.dll 6.2.16299.755 C:\windows\SYSTEM32
6e170000 oleacc.dll 7.2.16299.15 C:\windows\SYSTEM32
6e1d0000 CoreMessaging.dll 6.2.16299.936 C:\windows\System32
6e260000 CoreUIComponents.dll 6.2.16299.936 C:\windows\System32
6f570000 dwmapi.dll 6.2.16299.15 C:\windows\system32
6f9f0000 USP10.dll 6.2.16299.15 C:\windows\SYSTEM32
70020000 DEVOBJ.dll 6.2.16299.15 C:\windows\System32
70f70000 ktmw32.dll 6.2.16299.15 C:\windows\SYSTEM32
70f80000 NETUTILS.DLL 6.2.16299.15 C:\windows\SYSTEM32
70f90000 FLTLIB.DLL 6.2.16299.15 C:\windows\SYSTEM32
70fa0000 FWPolicyIOMgr.dll 6.2.16299.334 C:\windows\system32
70fd0000 wkscli.dll 6.2.16299.15 C:\windows\System32
70fe0000 RMCLIENT.dll 6.2.16299.371 C:\windows\system32
71000000 fwbase.dll 6.2.16299.15 C:\windows\system32
710d0000 netapi32.dll 6.2.16299.15 C:\windows\SYSTEM32
710f0000 propsys.DLL 7.0.16299.334 C:\windows\SYSTEM32
71270000 TextInputFramework.dll 6.2.16299.15 C:\windows\System32
71380000 uxtheme.dll 6.2.16299.755 C:\windows\system32
714a0000 srvcli.dll 6.2.16299.15 C:\windows\SYSTEM32
71760000 apphelp.dll 6.2.16299.98 C:\windows\SYSTEM32
71830000 cryptsp.dll 6.2.16299.15 C:\windows\SYSTEM32
735b0000 tmmon.dll 2.5.0.2081 C:\windows\System32\tmumh\20019\TmMon\2.5.0.2081
736b0000 TmUmEvt.dll 7.0.0.1160 C:\windows\System32\tmumh\20019\AddOn\7.0.0.1160
73750000 WININET.dll 11.0.16299.967 C:\windows\SYSTEM32
73c00000 WINSTA.dll 6.2.16299.15 C:\windows\SYSTEM32
73c50000 IPHLPAPI.DLL 6.2.16299.15 C:\windows\SYSTEM32
73d20000 mswsock.dll 6.2.16299.15 C:\windows\system32
73dc0000 ntmarta.dll 6.2.16299.15 C:\windows\SYSTEM32
73e10000 bcrypt.dll 6.2.16299.492 C:\windows\SYSTEM32
73e30000 Fwpuclnt.dll 6.2.16299.15 C:\windows\SYSTEM32
73f30000 USERENV.dll 6.2.16299.15 C:\windows\SYSTEM32
73f60000 dbghelp.dll 6.2.16299.15 C:\windows\SYSTEM32
740f0000 wtsapi32.dll 6.2.16299.15 C:\windows\SYSTEM32
74100000 msimg32.dll 6.2.16299.15 C:\windows\SYSTEM32
74110000 comctl32.dll 6.10.16299.967 C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.16299.967_none_5d7b1 593a7dc5239
74330000 mpr.dll 6.2.16299.15 C:\windows\SYSTEM32
74350000 version.dll 6.2.16299.15 C:\windows\SYSTEM32
74360000 wsock32.dll 6.2.16299.15 C:\windows\SYSTEM32
74460000 CRYPTBASE.dll 6.2.16299.15 C:\windows\System32
74470000 SspiCli.dll 6.2.16299.755 C:\windows\System32
74490000 CRYPT32.dll 6.2.16299.402 C:\windows\System32
74620000 profapi.dll 6.2.16299.15 C:\windows\System32
74640000 RPCRT4.dll 6.2.16299.846 C:\windows\System32
74700000 advapi32.dll 6.2.16299.696 C:\windows\System32
74780000 combase.dll 6.2.16299.904 C:\windows\System32
749d0000 PSAPI.DLL 6.2.16299.15 C:\windows\System32
74b50000 win32u.dll 6.2.16299.15 C:\windows\System32
74b70000 msvcrt.dll 7.0.16299.125 C:\windows\System32
74c30000 powrprof.dll 6.2.16299.15 C:\windows\System32
74c80000 MSASN1.dll 6.2.16299.15 C:\windows\System32
74c90000 ucrtbase.dll 6.2.16299.820 C:\windows\System32
74db0000 bcryptPrimitives.dll 6.2.16299.967 C:\windows\System32
74e10000 coml2.dll 6.2.16299.785 C:\windows\System32
74e70000 WINTRUST.dll 6.2.16299.936 C:\windows\System32
74ec0000 msvcp_win.dll 6.2.16299.820 C:\windows\System32
74f40000 cfgmgr32.dll 6.2.16299.15 C:\windows\System32
74f80000 GDI32.dll 6.2.16299.665 C:\windows\System32
74fb0000 kernel.appcore.dll 6.2.16299.492 C:\windows\System32
74fc0000 sechost.dll 6.2.16299.696 C:\windows\System32
75010000 IMM32.DLL 6.2.16299.15 C:\windows\System32
75040000 shlwapi.dll 6.2.16299.402 C:\windows\System32
750a0000 user32.dll 6.2.16299.125 C:\windows\System32
75220000 shell32.dll 6.2.16299.967 C:\windows\System32
76560000 comdlg32.dll 6.2.16299.402 C:\windows\System32
76640000 KERNEL32.DLL 6.2.16299.431 C:\windows\System32
76710000 windows.storage.dll 6.2.16299.665 C:\windows\System32
76ce0000 oleaut32.dll 6.2.16299.431 C:\windows\System32
76d80000 gdi32full.dll 6.2.16299.967 C:\windows\System32
76f70000 shcore.dll 6.2.16299.522 C:\windows\System32
77060000 clbcatq.dll 2001.12.10941.16384 C:\windows\System32
77100000 IMAGEHLP.DLL 6.2.16299.15 C:\windows\System32
77120000 WS2_32.dll 6.2.16299.15 C:\windows\System32
77190000 ole32.dll 6.2.16299.785 C:\windows\System32
77290000 KERNELBASE.dll 6.2.16299.820 C:\windows\System32
77470000 SETUPAPI.dll 6.2.16299.248 C:\windows\System32
77a50000 ntdll.dll 6.2.16299.936 C:\windows\SYSTEM32

processes:
0000 Idle 0 0 0
0004 System 0 0 0
01f4 smss.exe 0 0 0
0288 csrss.exe 0 0 0
02dc wininit.exe 0 0 0
030c services.exe 0 0 0
031c lsass.exe 0 0 0
0384 svchost.exe 0 0 0
039c svchost.exe 0 0 0
03b4 fontdrvhost.exe 0 0 0
0044 svchost.exe 0 0 0
0214 svchost.exe 0 0 0
0498 svchost.exe 0 0 0
04d0 svchost.exe 0 0 0
04d8 svchost.exe 0 0 0
04e0 svchost.exe 0 0 0
0528 svchost.exe 0 0 0
0544 svchost.exe 0 0 0
0558 svchost.exe 0 0 0
0590 svchost.exe 0 0 0
05e8 svchost.exe 0 0 0
060c svchost.exe 0 0 0
0678 igfxCUIService.exe 0 0 0
06b0 svchost.exe 0 0 0
06b8 svchost.exe 0 0 0
074c svchost.exe 0 0 0
0774 svchost.exe 0 0 0
077c svchost.exe 0 0 0
0784 svchost.exe 0 0 0
07e0 svchost.exe 0 0 0
07e8 svchost.exe 0 0 0
06d4 svchost.exe 0 0 0
0828 Memory Compression 0 0 0
0850 svchost.exe 0 0 0
0870 svchost.exe 0 0 0
0878 svchost.exe 0 0 0
0880 svchost.exe 0 0 0
08e0 svchost.exe 0 0 0
092c svchost.exe 0 0 0
0988 svchost.exe 0 0 0
09d8 svchost.exe 0 0 0
0a58 svchost.exe 0 0 0
0a60 svchost.exe 0 0 0
0ac0 svchost.exe 0 0 0
0ad4 svchost.exe 0 0 0
0b44 spoolsv.exe 0 0 0
0bf0 svchost.exe 0 0 0
0c24 svchost.exe 0 0 0
0c2c svchost.exe 0 0 0
0c34 armsvc.exe 0 0 0
0c40 IntelCpHDCPSvc.exe 0 0 0
0c48 OfficeClickToRun.exe 0 0 0
0c54 svchost.exe 0 0 0
0c5c svchost.exe 0 0 0
0c80 svchost.exe 0 0 0
0ca4 IPROSetMonitor.exe 0 0 0
0cec Ntrtscan.exe 0 0 0
0d04 svchost.exe 0 0 0
0d2c svchost.exe 0 0 0
0d34 Locator.exe 0 0 0
0d4c svchost.exe 0 0 0
0d64 svchost.exe 0 0 0
0d74 SKNetUpdateService.exe 0 0 0
0d7c svchost.exe 0 0 0
0d84 SecurityHealthService.exe 0 0 0
0d98 svchost.exe 0 0 0
0db8 svchost.exe 0 0 0
0dd0 WmiApSrv.exe 0 0 0
0e08 ZSAService.exe 0 0 0
0e48 svchost.exe 0 0 0
0f3c svchost.exe 0 0 0
0fb0 dasHost.exe 0 0 0
0ff0 IntelCpHeciSvc.exe 0 0 0
0ec0 TmListen.exe 0 0 0
130c WmiPrvSE.exe 0 0 0
1444 svchost.exe 0 0 0
16b8 TMBMSRV.exe 0 0 0
15c8 svchost.exe 0 0 0
047c SearchIndexer.exe 0 0 0
13bc CNTAoSMgr.exe 0 0 0
13c4 conhost.exe 0 0 0
1aac TmCCSF.exe 0 0 0
1aa0 svchost.exe 0 0 0
1880 svchost.exe 0 0 0
05f8 svchost.exe 0 0 0
05c8 IAStorDataMgrSvc.exe 0 0 0
1cc0 jhi_service.exe 0 0 0
1d30 LMS.exe 0 0 0
1e5c svchost.exe 0 0 0
1c14 SapphireIMSAgentUpgrade.exe 0 0 0
0cdc svchost.exe 0 0 0
0700 svchost.exe 0 0 0
1f28 SapphireIMSAgent.exe 0 0 0
1fbc SIMS_TaskAgent.exe 0 0 0
1954 isa.exe 0 0 0
10fc svchost.exe 0 0 0
0acc PresentationFontCache.exe 0 0 0
26c8 svchost.exe 0 0 0
2a5c svchost.exe 0 0 0
1c5c csrss.exe 3 0 0
2534 winlogon.exe 3 0 0
24a0 fontdrvhost.exe 3 0 0
2ed4 dwm.exe 3 0 0
2ac4 svchost.exe 0 0 0
237c svchost.exe 3 0 1 normal C:\Windows\System32
26d0 sihost.exe 3 0 14 normal C:\Windows\System32
12d4 svchost.exe 3 4 12 normal C:\Windows\System32
1db4 ZSATray.exe 3 106 74 normal C:\Program Files (x86)\Zscaler\ZSATray
1c8c taskhostw.exe 3 8 6 normal C:\Windows\System32
0564 igfxEM.exe 3 13 19 normal C:\Windows\System32\DriverStore\FileRepository\igd lh64.inf_amd64_250db833a1cd577e
2c54 explorer.exe 3 374 412 normal C:\Windows
0fd0 ShellExperienceHost.exe 3 0 38 normal C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2t xyewy
2548 SearchUI.exe 3 12 47 normal C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw 5n1h2txyewy
274c RuntimeBroker.exe 3 36 2 normal C:\Windows\System32
29b4 RuntimeBroker.exe 3 40 16 normal C:\Windows\System32
1a20 ZSATunnel.exe 0 0 0
2204 SkypeBackgroundHost.exe 3 0 1 normal C:\Program Files\WindowsApps\Microsoft.SkypeApp_14.39.180.0_x 64__kzf8qxf38zg5c
2698 ctfmon.exe 3 0 0
2718 pcsws.exe 3 96 75 normal C:\Program Files (x86)\IBM\Client Access\Emulator
2eec MSASCuiL.exe 3 7 6 normal C:\Program Files\Windows Defender
0458 RtkNGUI64.exe 3 31 26 normal C:\Program Files\Realtek\Audio\HDA
0b5c pcscm.exe 3 0 23 normal C:\Program Files (x86)\IBM\Client Access\Emulator
1454 OneDrive.exe 3 56 48 normal C:\Users\manuel.escalona\AppData\Local\Microsoft\O neDrive
227c ExSync.exe 3 40 10 normal C:\Users\MANUEL~1.ESC\AppData\Local\Temp
2970 PccNTMon.exe 3 560 288 normal C:\Program Files (x86)\Trend Micro\OfficeScan Client
21e8 pcsws.exe 3 90 74 normal C:\Program Files (x86)\IBM\Client Access\Emulator
1a5c IAStorIcon.exe 3 23 14 normal C:\Program Files\Intel\Intel(R) Rapid Storage Technology
25ac OUTLOOK.EXE 3 847 757 normal C:\Program Files (x86)\Microsoft Office\root\Office16
206c svchost.exe 3 0 1 normal C:\Windows\System32
26c4 splwow64.exe 3 0 3 normal C:\Windows
07b0 iexplore.exe 3 387 102 normal C:\Program Files\internet explorer
006c iexplore.exe 3 43 74 normal C:\Program Files (x86)\Internet Explorer
1430 svchost.exe 0 0 0
0314 svchost.exe 0 0 0
0454 svchost.exe 0 0 0
28cc audiodg.exe 0 0 0
2930 svchost.exe 0 0 0
0aac smartscreen.exe 3 0 6 normal C:\Windows\System32
2590 NedCom.exe 3 1723 2508 normal \\denafs01\Allgemein\Hiby\NedCom
1428 svchost.exe 0 0 0
146c SearchProtocolHost.exe 0 0 0
2fec SearchProtocolHost.exe 3 43 13 idle C:\Windows\SysWOW64
2a24 RuntimeBroker.exe 3 0 1 normal C:\Windows\System32
2c88 SearchFilterHost.exe 0 0 0

hardware:
+ {1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}
- Fax
- KONICA MINOLTA 250
- Microsoft Print to PDF
- Microsoft XPS Document Writer
- Send To OneNote 2016
- Stammdruckwarteschlange
+ {36fc9e60-c465-11cf-8056-444553540000}
- Intel(R) USB 3.0 eXtensible-Hostcontroller – 1.0 (Microsoft)
- USB-Root-Hub (USB 3.0)
- USB-Verbundgerät
+ {4d36e966-e325-11ce-bfc1-08002be10318}
- ACPI x64-basierter PC
+ {4d36e967-e325-11ce-bfc1-08002be10318}
- WDC WDS120G1G0A-00SS50
+ {4d36e968-e325-11ce-bfc1-08002be10318}
- Intel(R) HD Graphics 630 (driver 23.20.16.4973)
+ {4d36e96a-e325-11ce-bfc1-08002be10318}
- Intel(R) 100 Series/C230 Chipset Family SATA AHCI Controller (driver 15.7.1.1015)
+ {4d36e96b-e325-11ce-bfc1-08002be10318}
- HID-Tastatur
+ {4d36e96c-e325-11ce-bfc1-08002be10318}
- Intel(R) Display-Audio (driver 10.24.0.3)
- Realtek High Definition Audio (driver 6.0.1.8036)
+ {4d36e96e-e325-11ce-bfc1-08002be10318}
- PnP-Monitor (Standard)
+ {4d36e96f-e325-11ce-bfc1-08002be10318}
- HID-konforme Maus
+ {4d36e972-e325-11ce-bfc1-08002be10318}
- Intel(R) Ethernet Connection (2) I219-V (driver 12.13.17.7)
- Microsoft Kernel Debug Network Adapter
- WAN Miniport (IKEv2)
- WAN Miniport (IP)
- WAN Miniport (IPv6)
- WAN Miniport (L2TP)
- WAN Miniport (Network Monitor)
- WAN Miniport (PPPOE)
- WAN Miniport (PPTP)
- WAN Miniport (SSTP)
- Zscaler Network Adapter 1.0.2.0 (driver 1.0.2.0)
+ {4d36e97b-e325-11ce-bfc1-08002be10318}
- Microsoft-Controller für Speicherplätze
+ {4d36e97d-e325-11ce-bfc1-08002be10318}
- ACPI-Einschaltknopf
- ACPI-Energiezustandknopf
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Lüfter
- ACPI-Prozessoraggregator
- ACPI-Schalter
- ACPI-Thermozone
- ACPI-Thermozone
- Busenumerator für Verbundgeräte
- Enumerator für virtuelle NDIS-Netzwerkadapter
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- Hauptplatinenressourcen
- High Definition Audio-Controller
- Hochpräzisionsereigniszeitgeber
- Intel(R) 100 Series/C230 Series Chipset Family LPC Controller - A143 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family PCI Express Root Port #5 - A114 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family PCI Express Root Port #9 - A118 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family PMC - A121 (driver 10.1.1.13)
- Intel(R) 100 Series/C230 Series Chipset Family SMBus - A123 (driver 10.1.1.13)
- Intel(R) Management Engine Interface (driver 11.0.5.1189)
- Intel(R)-Energiemodul-Plug-In
- Legacygerät
- Microsoft ACPI-konformes System
- Microsoft Basic Display Driver
- Microsoft Basic Render Driver
- Microsoft UEFI-konformes System
- Microsoft virtueller Datenträgerenumerator
- Microsoft Windows-Verwaltungsschnittstelle für ACPI
- Microsoft Windows-Verwaltungsschnittstelle für ACPI
- Microsoft-Systemverwaltungs-BIOS-Treiber
- Numerischer Coprozessor
- PCI Standard-Host-CPU-Brücke
- PnP-Softwaregeräte-Enumerator
- Programmierbarer Interruptcontroller
- Redirector-Bus für Remotedesktop-Gerät
- Stammkomplex für PCI-Express
- System CMOS/Echtzeituhr
- Systemzeitgeber
- UMBus-Stamm-Busenumerator
- Volume-Manager
+ {50127dc3-0f36-415e-a6cc-4cb3be910b65}
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
- Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
+ {533c5b84-ec70-11d2-9505-00c04f79deaf}
- Standard-Volumeschattenkopie
+ {62f9c741-b25a-46ce-b54c-9bccce08b6f2}
- Kyocera:FS-4200DN:KM489A5E
- Microsoft Device Association Root Enumerator
- Microsoft GS Wavetable Synth
- Microsoft Radio Device Enumeration Bus
- Microsoft RRAS Root Enumerator
+ {745a17a0-74d3-11d0-b6fe-00a0c90f57da}
- HID-konformer Systemcontroller
- HID-konformes Benutzersteuergerät
- HID-konformes, vom Hersteller definiertes Gerät
- USB-Eingabegerät
- USB-Eingabegerät
- USB-Eingabegerät
+ {c166523c-fe0c-4a94-a586-f1a80cfbbf3e}
- Realtek Digital Output (Realtek High Definition Audio)
+ {d94ee5d8-d189-4994-83d2-f68d7d41b0e6}
- Trusted Platform Module 2.0
+ {f2e7dd72-6468-4e36-b6f1-6488f42c1b52}
- Systemfirmware

cpu registers:
eax = 03ffa000
ebx = 00442fb4
ecx = 00000000
edx = 14498de0
esi = 0019fa80
edi = 00000000
eip = 0045255a
esp = 0019fa38
ebp = 0019fae0

stack dump:
0019fa38 5a 25 45 00 de fa ed 0e - 01 00 00 00 07 00 00 00 Z%E.............
0019fa48 4c fa 19 00 5a 25 45 00 - 00 a0 ff 03 b4 2f 44 00 L...Z%E....../D.
0019fa58 80 fa 19 00 00 00 00 00 - e0 fa 19 00 68 fa 19 00 ............h...
0019fa68 4c fd 19 00 9c 9e 45 01 - c4 28 23 04 59 91 45 00 L.....E..(#.Y.E.
0019fa78 02 00 00 00 08 00 00 00 - c4 28 23 04 11 00 00 00 .........(#.....
0019fa88 88 a6 94 00 a0 fd 85 08 - cd b4 10 01 e8 fa 19 00 ................
0019fa98 bc 84 40 00 e0 fa 19 00 - 00 00 00 00 00 00 00 00 ..@.............
0019faa8 00 00 00 00 00 00 00 00 - 00 00 00 00 f0 f8 04 04 ................
0019fab8 9d d4 5f 00 a0 fd 85 08 - 00 00 00 00 0b 00 00 00 .._.............
0019fac8 00 00 00 00 01 00 00 00 - 02 00 00 00 c0 cf 23 00 ..............#.
0019fad8 00 88 a3 0e a0 21 65 08 - 28 fb 19 00 98 92 3e 01 .....!e.(.....>.
0019fae8 f4 fa 19 00 bc 84 40 00 - 28 fb 19 00 1c fd 19 00 ......@.(.......
0019faf8 bc 84 40 00 28 fb 19 00 - 00 00 00 00 00 00 00 00 ..@.(...........
0019fb08 a0 fd 85 08 e4 fa 19 00 - 29 0b 19 08 1c fd 19 00 ........).......
0019fb18 00 00 00 00 80 88 86 00 - 00 88 a3 0e 80 88 86 08 ................
0019fb28 33 00 00 00 8d cf 52 00 - a0 fd 85 08 c3 a6 94 00 3.....R.........
0019fb38 a0 fd 85 08 36 d4 52 00 - 33 00 1b 00 33 00 00 00 ....6.R.3...3...
0019fb48 1b 00 00 00 00 00 00 00 - 00 00 00 00 52 00 00 00 ............R...
0019fb58 46 00 00 00 4c fd 19 00 - a0 fd 85 08 00 00 00 00 F...L...........
0019fb68 94 b2 94 00 01 00 00 00 - 33 00 00 00 1b 00 00 00 ........3.......

disassembling:
[...]
0110b4b2 mov edx, 8
0110b4b7 mov eax, [ebp-8]
0110b4ba call -$a653bf ($6a6100) ; BaseGrid.TBaseGrid.GetCellEx
0110b4bf mov edx, [$1454a40]
0110b4c5 mov eax, [ebp-$20]
0110b4c8 > call -$cb23a5 ($459128) ; System.SysUtils.StrToDate
0110b4cd fstp qword ptr [ebp-$28]
0110b4d0 wait
0110b4d1 push dword ptr [ebp-$24]
0110b4d4 push dword ptr [ebp-$28]
0110b4d7 mov eax, [ebp-$2c]
[...]

date/time : 2019-02-20, 07:49:21, 159ms
computer name : DEALTLT113
user name : admin.arnold <admin>
registered owner : User
operating system : Windows 10 x64 build 17763
system language : German
system up time : 20 hours 38 minutes
program up time : 15 seconds
processors : 4x Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
physical memory : 5599/7768 MB (free/total)
free disk space : (C:) 435,86 GB
display mode : 1366x768, 32 bit
process id : $184c
allocated memory : 115,11 MB
largest free block : 1,41 GB
executable : NedCom.exe
exec. date/time : 2019-02-19 12:32
version : 1.0.0.0
compiled with : Delphi XE2
madExcept version : 5.0.0
contact name : Arnold
contact email : christopher.arnold@nedschroef.com
callstack crc : $36c8a729, $0bd7ddb7, $0bd7ddb7
exception number : 1
exception class : EAccessViolation
exception message : Zugriffsverletzung bei Adresse 005345D4 in Modul 'NedCom.exe'. Lesen von Adresse 00000260.

main thread ($1688):
005345d4 +000 NedCom.exe Vcl.Controls TWinControl.HandleAllocated
009cfc99 +069 NedCom.exe AdvCombo 1292 +7 TAdvCustomCombo.UpdateLabel
009d07cc +0f4 NedCom.exe AdvCombo 1534 +30 TAdvCustomCombo.SetBounds
0053ab74 +0ac NedCom.exe Vcl.Controls TMargins.SetControlBounds
0052ec41 +301 NedCom.exe Vcl.Controls TWinControl.ArrangeControl
0052ef3e +03a NedCom.exe Vcl.Controls DoPosition
0052f0bc +170 NedCom.exe Vcl.Controls DoAlign
0052f560 +0f0 NedCom.exe Vcl.Controls TWinControl.AlignControls
008dfad4 +018 NedCom.exe AdvToolBar 13168 +1 TAdvCustomToolBar.AlignControls
0052f6af +063 NedCom.exe Vcl.Controls TWinControl.AlignControl
0052fbbf +093 NedCom.exe Vcl.Controls TWinControl.RemoveControl
0052b007 +02f NedCom.exe Vcl.Controls TControl.SetParent
008f77a5 +471 NedCom.exe AdvToolBar 23534 +73 TAdvCustomToolBar.UpdateCompactWindow
008f85b2 +39e NedCom.exe AdvToolBar 23867 +67 TAdvCustomToolBar.SetCompact
0092e325 +405 NedCom.exe AdvToolBar 48323 +116 TAdvPage.UpdateAllToolBars
0092e32d +40d NedCom.exe AdvToolBar 48324 +117 TAdvPage.UpdateAllToolBars
0092bde0 +0fc NedCom.exe AdvToolBar 47353 +27 TAdvPage.Loaded
004824c4 +024 NedCom.exe System.Classes NotifyGlobalLoading
00482628 +070 NedCom.exe System.Classes InitInheritedComponent
005f716e +0c6 NedCom.exe Vcl.Forms TCustomForm.Create
0093b3cb +093 NedCom.exe AdvToolBar 55558 +11 TAdvToolBarForm.Create
0052a358 +030 NedCom.exe Vcl.Controls TControl.Notification
00601c76 +076 NedCom.exe Vcl.Forms TApplication.CreateForm
01432ebe +042 NedCom.exe NedCom 87 +5 initialization
77280177 +017 KERNEL32.DLL BaseThreadInitThunk

thread $27ec:
77280177 +17 KERNEL32.DLL BaseThreadInitThunk

thread $1d00:
77280177 +17 KERNEL32.DLL BaseThreadInitThunk

thread $16bc:
77280177 +17 KERNEL32.DLL BaseThreadInitThunk

thread $21c0:
77280177 +17 KERNEL32.DLL BaseThreadInitThunk

thread $1254:
77280177 +17 KERNEL32.DLL BaseThreadInitThunk

modules:
00400000 NedCom.exe 1.0.0.0 \\denafs01\Allgemein\Hiby\NedCom
67ae0000 apphelp.dll 6.2.17763.292 C:\Windows\SYSTEM32
67d30000 CoreUIComponents.dll 6.2.17763.1 C:\Windows\System32
67fa0000 CoreMessaging.dll 6.2.17763.194 C:\Windows\System32
681b0000 TextInputFramework.dll 6.2.17763.1 C:\Windows\System32
692a0000 wintypes.dll 6.2.17763.1 C:\Windows\SYSTEM32
69710000 DWrite.dll 6.2.17763.168 C:\Windows\SYSTEM32
69ff0000 dbgcore.DLL 6.2.17763.1 C:\Windows\SYSTEM32
6d950000 FaultRep.dll 6.2.17763.1 C:\Windows\SYSTEM32
6dbe0000 oleacc.dll 7.2.17763.1 C:\Windows\SYSTEM32
6df10000 winmmbase.dll 6.2.17763.1 C:\Windows\SYSTEM32
6df60000 winmm.dll 6.2.17763.1 C:\Windows\SYSTEM32
6df90000 gdiplus.dll 6.2.17763.316 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_65 95b64144ccf1df_1.1.17763.316_none_7e4d659e762de98a
6e910000 PROPSYS.dll 7.0.17763.1 C:\Windows\SYSTEM32
6eb50000 winspool.drv 6.2.17763.1 C:\Windows\SYSTEM32
6f8a0000 comctl32.dll 6.10.17763.316 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.316_none_4d627 2b91b9b6fbc
73bf0000 WindowsCodecs.dll 6.2.17763.55 C:\Windows\SYSTEM32
73d70000 olepro32.dll 6.2.17763.1 C:\Windows\SYSTEM32
74400000 Fwpuclnt.dll 6.2.17763.1 C:\Windows\SYSTEM32
744a0000 IPHLPAPI.DLL 6.2.17763.1 C:\Windows\SYSTEM32
74570000 mswsock.dll 6.2.17763.292 C:\Windows\system32
74610000 dwmapi.dll 6.2.17763.1 C:\Windows\system32
74640000 uxtheme.dll 6.2.17763.1 C:\Windows\system32
746c0000 WINSTA.dll 6.2.17763.1 C:\Windows\SYSTEM32
74710000 wsock32.dll 6.2.17763.1 C:\Windows\SYSTEM32
747e0000 NETUTILS.DLL 6.2.17763.1 C:\Windows\SYSTEM32
748a0000 msimg32.dll 6.2.17763.1 C:\Windows\SYSTEM32
74c60000 ntmarta.dll 6.2.17763.1 C:\Windows\SYSTEM32
751d0000 netapi32.dll 6.2.17763.1 C:\Windows\SYSTEM32
751f0000 version.dll 6.2.17763.1 C:\Windows\SYSTEM32
75230000 mpr.dll 6.2.17763.1 C:\Windows\SYSTEM32
75250000 dbghelp.dll 6.2.17763.1 C:\Windows\SYSTEM32
75410000 wtsapi32.dll 6.2.17763.1 C:\Windows\SYSTEM32
75420000 CRYPTBASE.dll 6.2.17763.1 C:\Windows\System32
75430000 SspiCli.dll 6.2.17763.1 C:\Windows\System32
75470000 cryptsp.dll 6.2.17763.1 C:\Windows\System32
75490000 comdlg32.dll 6.2.17763.1 C:\Windows\System32
75590000 CRYPT32.dll 6.2.17763.1 C:\Windows\System32
75730000 win32u.dll 6.2.17763.1 C:\Windows\System32
75750000 cfgmgr32.dll 6.2.17763.1 C:\Windows\System32
757f0000 profapi.dll 6.2.17763.1 C:\Windows\System32
75810000 advapi32.dll 6.2.17763.1 C:\Windows\System32
75890000 ole32.dll 6.2.17763.134 C:\Windows\System32
759f0000 MSCTF.dll 6.2.17763.1 C:\Windows\System32
75b30000 GDI32.dll 6.2.17763.1 C:\Windows\System32
75b60000 oleaut32.dll 6.2.17763.292 C:\Windows\System32
75cf0000 KERNELBASE.dll 6.2.17763.292 C:\Windows\System32
75ef0000 shlwapi.dll 6.2.17763.1 C:\Windows\System32
75f40000 shcore.dll 6.2.17763.1 C:\Windows\System32
75fd0000 user32.dll 6.2.17763.168 C:\Windows\System32
76170000 shell32.dll 6.2.17763.292 C:\Windows\System32
766c0000 WS2_32.dll 6.2.17763.1 C:\Windows\System32
76770000 kernel.appcore.dll 6.2.17763.1 C:\Windows\System32
76780000 ucrtbase.dll 6.2.17763.1 C:\Windows\System32
768b0000 MSASN1.dll 6.2.17763.1 C:\Windows\System32
768c0000 gdi32full.dll 6.2.17763.316 C:\Windows\System32
76a30000 bcrypt.dll 6.2.17763.1 C:\Windows\System32
76bc0000 msvcp_win.dll 6.2.17763.1 C:\Windows\System32
76c40000 IMAGEHLP.DLL 6.2.17763.1 C:\Windows\System32
770b0000 powrprof.dll 6.2.17763.1 C:\Windows\System32
77120000 sechost.dll 6.2.17763.1 C:\Windows\System32
771a0000 RPCRT4.dll 6.2.17763.194 C:\Windows\System32
77260000 KERNEL32.DLL 6.2.17763.292 C:\Windows\System32
77340000 bcryptPrimitives.dll 6.2.17763.1 C:\Windows\System32
773b0000 clbcatq.dll 2001.12.10941.16384 C:\Windows\System32
77440000 windows.storage.dll 6.2.17763.168 C:\Windows\System32
77a40000 msvcrt.dll 7.0.17763.1 C:\Windows\System32
77b00000 IMM32.DLL 6.2.17763.1 C:\Windows\System32
77b30000 combase.dll 6.2.17763.253 C:\Windows\System32
77dc0000 ntdll.dll 6.2.17763.292 C:\Windows\SYSTEM32

processes:
0000 Idle 0 0 0
0004 System 0 0 0
0060 Registry 0 0 0
01e0 smss.exe 0 0 0
02dc csrss.exe 0 0 0
0328 wininit.exe 0 0 0
0334 csrss.exe 1 0 0
0388 winlogon.exe 1 0 0
03a4 services.exe 0 0 0
03c0 lsass.exe 0 0 0
02b0 svchost.exe 0 0 0
02e0 fontdrvhost.exe 1 0 0
0324 fontdrvhost.exe 0 0 0
041c WUDFHost.exe 0 0 0
0440 svchost.exe 0 0 0
046c svchost.exe 0 0 0
04b0 svchost.exe 0 0 0
0554 svchost.exe 0 0 0
055c svchost.exe 0 0 0
0568 svchost.exe 0 0 0
0584 dwm.exe 1 0 0
05bc svchost.exe 0 0 0
05e0 svchost.exe 0 0 0
05e8 svchost.exe 0 0 0
063c svchost.exe 0 0 0
0644 svchost.exe 0 0 0
0698 svchost.exe 0 0 0
06b0 svchost.exe 0 0 0
0708 svchost.exe 0 0 0
0750 svchost.exe 0 0 0
07ac svchost.exe 0 0 0
07bc svchost.exe 0 0 0
07d4 svchost.exe 0 0 0
0814 svchost.exe 0 0 0
0840 svchost.exe 0 0 0
0850 svchost.exe 0 0 0
08f4 svchost.exe 0 0 0
0910 svchost.exe 0 0 0
0918 svchost.exe 0 0 0
094c svchost.exe 0 0 0
09dc svchost.exe 0 0 0
09ec ibmpmsvc.exe 0 0 0
0a18 svchost.exe 0 0 0
0a3c svchost.exe 0 0 0
0a4c svchost.exe 0 0 0
0a80 svchost.exe 0 0 0
0a88 svchost.exe 0 0 0
0a98 svchost.exe 0 0 0
0af0 Memory Compression 0 0 0
0b20 svchost.exe 0 0 0
0b38 igfxCUIService.exe 0 0 0
0b70 svchost.exe 0 0 0
0b7c svchost.exe 0 0 0
0bb0 svchost.exe 0 0 0
0c70 svchost.exe 0 0 0
0cd4 svchost.exe 0 0 0
0ce8 svchost.exe 0 0 0
0d5c svchost.exe 0 0 0
0d78 svchost.exe 0 0 0
0dc4 spoolsv.exe 0 0 0
0e3c svchost.exe 0 0 0
0efc ETDService.exe 0 0 0
0f04 BtwRSupportService.exe 0 0 0
0f14 svchost.exe 0 0 0
0f20 svchost.exe 0 0 0
0f28 svchost.exe 0 0 0
0f3c svchost.exe 0 0 0
0f44 svchost.exe 0 0 0
0f64 Locator.exe 0 0 0
0f78 SapphireIMSAgent.exe 0 0 0
0f84 SapphireIMSAgentUpgrade.exe 0 0 0
0fa4 svchost.exe 0 0 0
0fd4 svchost.exe 0 0 0
0bcc WmiApSrv.exe 0 0 0
0c98 svchost.exe 0 0 0
1040 svchost.exe 0 0 0
1058 svchost.exe 0 0 0
1090 svchost.exe 0 0 0
1160 OfficeClickToRun.exe 0 0 0
11ac Ntrtscan.exe 0 0 0
135c TmListen.exe 0 0 0
137c WmiPrvSE.exe 0 0 0
1474 SIMS_TaskAgent.exe 0 0 0
1540 svchost.exe 0 0 0
15fc svchost.exe 0 0 0
17bc svchost.exe 0 0 0
05fc svchost.exe 0 0 0
0048 SearchIndexer.exe 0 0 0
1704 CNTAoSMgr.exe 0 0 0
11d8 conhost.exe 0 0 0
1bb0 ETDCtrl.exe 1 354 140 above normal C:\Program Files\Elantech
1bec svchost.exe 1 0 2 normal C:\Windows\System32
17f8 svchost.exe 1 0 8 normal C:\Windows\System32
186c taskhostw.exe 1 8 6 normal C:\Windows\System32
188c sihost.exe 1 0 15 normal C:\Windows\System32
1988 svchost.exe 0 0 0
19c0 ctfmon.exe 1 2 22 high C:\Windows\System32
19e0 svchost.exe 0 0 0
18d4 svchost.exe 0 0 0
171c PowerMgr.exe 1 21 13 below normal C:\Windows\SysWOW64\Lenovo\PowerMgr
1818 explorer.exe 1 296 355 normal C:\Windows
1c40 svchost.exe 0 0 0
1ca0 ETDCtrlHelper.exe 1 72 6 above normal C:\Program Files\Elantech
1cc8 ETDIntelligent.exe 1 34 17 normal C:\Program Files\Elantech
1d40 svchost.exe 1 0 8 normal C:\Windows\System32
1dac dllhost.exe 1 0 4 normal C:\Windows\System32
1e78 ShellExperienceHost.exe 1 1 38 normal C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2t xyewy
1efc SearchUI.exe 1 14 61 normal C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw 5n1h2txyewy
1f4c PresentationFontCache.exe 0 0 0
1f98 RuntimeBroker.exe 1 40 4 normal C:\Windows\System32
073c RuntimeBroker.exe 1 36 13 normal C:\Windows\System32
1b24 igfxEM.exe 1 10 21 normal C:\Windows\System32
0e88 igfxHK.exe 1 10 13 normal C:\Windows\System32
1bf4 igfxTray.exe 1 7 6 normal C:\Windows\System32
10ac dllhost.exe 1 0 3 normal C:\Windows\System32
0580 RuntimeBroker.exe 1 0 6 normal C:\Windows\System32
0bc8 smartscreen.exe 1 0 3 normal C:\Windows\System32
0508 SecurityHealthSystray.exe 1 7 7 normal C:\Windows\System32
1d64 SecurityHealthService.exe 0 0 0
033c RAVCpl64.exe 1 48 18 normal C:\Program Files\Realtek\Audio\HDA
1088 RAVBg64.exe 1 13 12 normal C:\Program Files\Realtek\Audio\HDA
1ee4 RAVBg64.exe 1 13 12 normal C:\Program Files\Realtek\Audio\HDA
06c4 TmCCSF.exe 0 0 0
2140 OneDrive.exe 1 61 39 normal C:\Users\admin.arnold\AppData\Local\Microsoft\OneD rive
236c PccNTMon.exe 1 560 288 normal C:\Program Files (x86)\Trend Micro\OfficeScan Client
1a38 svchost.exe 0 0 0
128c TMBMSRV.exe 0 0 0
1270 svchost.exe 1 0 1 normal C:\Windows\System32
18dc SgrmBroker.exe 0 0 0
2274 svchost.exe 0 0 0
2334 svchost.exe 0 0 0
093c ApplicationFrameHost.exe 1 28 19 normal C:\Windows\System32
03d0 SystemSettings.exe 1 11 29 normal C:\Windows\ImmersiveControlPanel
23e0 LockApp.exe 1 6 19 normal C:\Windows\SystemApps\Microsoft.LockApp_cw5n1h2txy ewy
1378 RuntimeBroker.exe 1 80 23 normal C:\Windows\System32
20cc pacjsworker.exe 0 0 0
2724 WindowsInternal.ComposableShell.Experiences.TextIn put.InputApp.exe 1 0 70 normal C:\Windows\SystemApps\InputApp_cw5n1h2txyewy
27f4 taskhostw.exe 1 68 8 normal C:\Windows\System32
06b8 audiodg.exe 0 0 0
0fdc svchost.exe 0 0 0
0900 svchost.exe 0 0 0
12bc SearchProtocolHost.exe 0 0 0
24c8 SearchFilterHost.exe 0 0 0 idle C:\Windows\System32
184c NedCom.exe 1 97 57 normal \\denafs01\Allgemein\Hiby\NedCom
0c40 backgroundTaskHost.exe 1 0 4 normal C:\Windows\System32
2520 backgroundTaskHost.exe 1 0 1 normal C:\Windows\System32
0868 RuntimeBroker.exe 1 36 22 normal C:\Windows\System32
260c FMAPP.exe 1 0 7 normal C:\Program Files\Realtek\Audio\HDA

cpu registers:
eax = 00000000
ebx = 0129ebf0
ecx = 05ce2da0
edx = 00000000
esi = 05d26530
edi = 00000000
eip = 005345d4
esp = 0019fa98
ebp = 0019faa0

stack dump:
0019fa98 9e fc 9c 00 30 65 d2 05 - b4 fa 19 00 d1 07 9d 00 ....0e..........
0019faa8 41 00 00 00 00 00 00 00 - 30 65 d2 05 e4 fa 19 00 A.......0e......
0019fab8 7a ab 53 00 15 00 00 00 - d5 00 00 00 a0 fb 19 00 z.S.............
0019fac8 bc 84 40 00 e4 fa 19 00 - 50 d7 80 05 04 fc 19 00 ..@.....P.......
0019fad8 30 65 d2 05 41 00 00 00 - d8 3c cb 05 28 fb 19 00 0e..A....<..(...
0019fae8 46 ec 52 00 01 00 00 00 - 15 00 00 00 d5 00 00 00 F.R.............
0019faf8 64 fb 19 00 30 65 d2 05 - 02 ff ff ff c0 54 f3 0c d...0e.......T..
0019fb08 00 00 00 00 02 00 00 00 - 20 10 8a 00 15 00 00 00 ........ .......
0019fb18 d5 00 00 00 41 00 00 00 - 00 00 00 00 4c fb 19 00 ....A.......L...
0019fb28 64 fb 19 00 43 ef 52 00 - 00 00 00 00 04 fc 19 00 d...C.R.........
0019fb38 54 fb 19 00 02 ff ff ff - 70 e8 cc 0c 00 00 00 00 T.......p.......
0019fb48 02 ff ff ff d5 00 00 00 - 56 00 00 00 c0 54 f3 0c ........V....T..
0019fb58 00 00 00 00 02 00 00 00 - 20 10 8a 00 94 fb 19 00 ........ .......
0019fb68 c1 f0 52 00 d4 fb 19 00 - 20 83 e1 03 00 00 00 00 ..R..... .......
0019fb78 20 10 8a 00 c0 54 f3 0c - 00 00 00 00 02 00 00 00 ....T..........
0019fb88 20 10 8a 00 01 00 00 00 - 00 00 00 00 d4 fb 19 00 ...............
0019fb98 65 f5 52 00 d4 fb 19 00 - ac fb 19 00 bc 84 40 00 e.R...........@.
0019fba8 d4 fb 19 00 f0 fb 19 00 - bc 84 40 00 d4 fb 19 00 ..........@.....
0019fbb8 00 00 00 00 68 91 38 00 - 00 00 00 00 00 00 00 00 ....h.8.........
0019fbc8 c0 54 f3 0c 04 fc 19 00 - 50 d7 80 05 e8 fb 19 00 .T......P.......

disassembling:
[...]
009cfc88 mov ecx, [eax]
009cfc8a call dword ptr [ecx+8]
009cfc8d 1292 mov eax, [ebp-4]
009cfc90 mov eax, [eax+$348]
009cfc96 mov eax, [eax+$38]
009cfc99 > call -$49b6ca ($5345d4) ; Vcl.Controls.TWinControl.HandleAllocated
009cfc9e test al, al
009cfca0 jz loc_9cfcaa
009cfca2 1293 mov eax, [ebp-4]
009cfca5 call +6 ($9cfcb0) ; AdvCombo.TAdvCustomCombo.UpdateLabelPos
009cfcaa 1294 pop ecx
[...]

error details:
App gestartet


peterbelow 20. Feb 2019 09:56

AW: Fehler vor OnCreate finden
 
Zitat:

Zitat von Ykcim (Beitrag 1425869)
Hallo Zusammen,

ich habe ein großes Projekt, welches im Unternehmen seit Monaten ohne Probleme läuft. Mit diesem Programm arbeiten 2 Abteilungen und ca. 30 User täglich.
Da die Software ein Benutzerberechtigungssystem beinhaltet gibt es natürlich auch einen LogIn.

Jetzt habe ich einen Rechner, auf dem das Programm einen Fehler auswirft. Nach der Anmeldung mit irgendeinem Benutzernamen kommt angehängte Fehlermeldung.
Da es der einzige Rechner ist, der Probleme macht, und ein altes Betriebssystem drauf war, welches einige Fehler im Protokoll anzeigte, habe ich Windows10 aufspielen lassen. Leider ohne Erfolg.
Das Programm wurde vorher auf dem Rechner nicht verwendet, weil es der Azubi-Rechner ist...

Ich dachte, ich könnte einfach ganz schlau alles mitloggen, was passiert. Leider ohne Erfolg, denn ich habe die LogIn-Procedure komplett geloggt und die OnCreate und OnShow Procedure des Hauptfenderts der Software. Die LogIn-Procedure läuft ohne Fehler durch. Leider tritt der Fehler dann auf, bevor OnCreate oder OnShow starten. Das heißtz ich habe ein schwarzes Loch, indem ich nicht weiß, was passiert und wie ich da dran kommen kann.
Ich vermute das er in dieser Zeit die DFM-Datei den Main-Form ausführt, aber die kann ich meines Wissens nicht loggen, oder?

Im Debugger kann man das schon verfolgen, aber das nützt Dir wenig (Create-Constructor overriden, breakppoint auf das "inherited Create" setzen, mit debug DCUs bauen, mit F7 in das Statement steppen).

Sieh Dir mal die Comboboxen etc. im Designer genauer an. Es gibt ein paar Dinge, die manchmal nicht in der creation sequence des forms funkionieren, wie z. B den ItemIndex einer Combobox zu setzen. Das hängt damit zusammen, das einige der Operatione eine Window handle erfordern. Die VCL legt das zwar nach Bedarf an (versucht es zumindestens), aber das kann schiefgehen. Was oft auch nicht funktioniert, ist der Versuch, den focus explizit in Code zu setzen, anstatt dafür die Activecontrol-Eigenschaft des Forms zu verwenden.

Sherlock 20. Feb 2019 09:56

AW: Fehler vor OnCreate finden
 
Relevant scheinen mir diese Teile zu sein:
Zitat:

exception class : EInvalidOperation
exception message : Deaktiviertes oder unsichtbares Fenster kann den Fokus nicht erhalten.

main thread ($938):
005fac86 +006e NedCom.exe Vcl.Forms TCustomForm.SetActiveControl
005fad8f +0053 NedCom.exe Vcl.Forms TCustomForm.FocusControl
005341ae +0012 NedCom.exe Vcl.Controls TWinControl.SetFocus
007bfa25 +000d NedCom.exe AdvGrid 26797 +1 TAdvStringGrid.EditCell
01122d5f +005b NedCom.exe Frame_ListendruckUnit 284 +1 TFrame_Listendruck.Grid_not_printedClick
0052cf87 +006f NedCom.exe Vcl.Controls TControl.Click
007d7659 +0005 NedCom.exe AdvGrid 37053 +1 TAdvStringGrid.Click
00667211 +0021 NedCom.exe Vcl.Grids TCustomGrid.FocusCell
0066a59a +0012 NedCom.exe Vcl.Grids TCustomGrid.SetRow
Der Aufrufstack gibt die Liste der Aufrufe, die zum Problem führten an, letzter ganz oben. Es wird aus welchem Grund auch immer ein Click-Event ausgelöst. Was zum Create oder auch Show-Zeitpunkt reichlich verfrüht ist. Dann wird versucht ein Control zu aktivieren bzw. den Fokus zu geben, das (noch) nicht sichtbar ist. Schau nach, was es mit diesem Click auf sich hat, das kannst Du zur Not auch lokal durchsteppen.

Sherlock

Delphi.Narium 20. Feb 2019 10:32

AW: Fehler vor OnCreate finden
 
Im Zweifelsfalle:

Die Fehlermeldung enthält eine Fehleradresse.

Programm kompilieren und auf betroffenen Laptop starten.

Fehleradresse merken.

In der IDE auf den ersten Befehl in der dpr nach dem führenden Begin 'nen Breakpoint setzen.
Programm in der IDE mit Debugger starten.

Wenn das Programm am Breakpoint stehen bleibt im Menü die Option "Suchen/Laufzeitfehler suchen" wählen. Dort die Fehleradresse eingeben. Die IDE sollte Dich dann zu der Stelle bringen, an der der Fehler aufgetreten ist. Im Umfeld dieser Stelle nach möglichen Fehlerursachen suchen.

Alternative:

Programm mit ausführlicher MAP-Datei erstellen.

Programm auf Laptop starten. Fehlereradresse merken und diese in der MAP-Datei suchen. Wird sie gefunden, so steht vor der Fehleradresse die Nummer der Zeile, in der der Fehler auftritt. Mehr oder weniger weit darüber steht, um welche Quelltextdatei es sich handelt. Dort dann nach möglichen Fehlerursachen suchen.

Ansonsten: EurekaLog, madExcept

Nutzt Du die JEDIs? Dann nimm dort den TJvDebugHandler, der hilft Dir an Fehlerursachen zu gelangen.

Ykcim 20. Feb 2019 11:15

AW: Fehler vor OnCreate finden
 
Hallo Zusammen,

ich habe es jetzt mit dem Remote-Debugger versucht. Mit einer "Hello World" Anwendung klappt das wunderbar.
Aber wenn ich mein Projekt compiliere, startet das Prgramm nicht auf der Remote-Maschine. Die exe-Datei wird zwar angelegt, aber starten tut sie nicht. Komischer Weise beendet sich auch scheinbar der Debugger. Jedenfalls wird der grüne Button wieder sichbar. Aber wenn ich draufklicke passiert nichts...
Wenn ich aber die das Projekt in Delphi schließen möchte, wird gesagt, dass es eine Debugger-Sitzung gibt...

Kennt jemand das? Ich mein Projekt zu groß? Die Debugger-EXE ist 70MB groß, die Release-EXE ca. 25MB.

Vielen Dank
Patrick

Sherlock 20. Feb 2019 11:20

AW: Fehler vor OnCreate finden
 
Mach doch mal eines nach dem anderen. Du hast einen Call Stack, was sagst Du dazu? Meine Anmerkungen schon gelesen?

Sherlock

Ykcim 20. Feb 2019 11:48

AW: Fehler vor OnCreate finden
 
Hallo Sherlock,

ich habe Deine Anmerkung gelesen. Aber ich weiß nicht, wie ich sie umsetzen muss.:oops:
Ich weiß nicht, wie ich gezielt zu dem Punkt komme. Ich habe Haltepunkte im OnCreate und OnShow des Hauptfensters gesetzt, aber vorher crasht das Programm. Aber nicht auf der Entwicklungsmaschine, deshalb tue ich mich gerade so schwer damit...

LG Patrick

Ykcim 20. Feb 2019 12:09

AW: Fehler vor OnCreate finden
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hallo Delphi.Narium,

ich habe jetzt aus dem Bug-Report von MadExcept die Fehler-Adresse ausfindig gemacht (00534460).
Dann habe ich die Adresse gesucht. Jetzt stehe ich vor diesem Bildschirm. Bei dieser Ansicht habe ich noch nie verstanden, was ich damit anfangen kann und wie ich von dort aus zu dem entsprechenden Code komme...

Ich habe den Bildschirm als Screenshot angehängt.

Vielen Dank
Patrick

hoika 20. Feb 2019 12:22

AW: Fehler vor OnCreate finden
 
Hallo,
der Fehler steht doch direkt da.

Deaktiviertes oder unsichtbares Fenster kann den Fokus nicht erhalten.

Ursache1:
Du hast im Code ein xxx.SetFocus;
Wahrscheinlich im FormCreate.
Zu diesem Zeitpunkt existiert aber das (Windows-)Fenster-Handle der Komponente noch nicht.

Ursache2:
Die xxx bei xxx.SetFocus ist zu dem Zeitpunkt nicht sichtbar

Quick&Dirty1:
try
XXX.SetFocus;
except
;
end;

Quick&Dirty2:
ins FormActivate verschieben und trotzdem try except drumrum

Ykcim 20. Feb 2019 12:28

AW: Fehler vor OnCreate finden
 
Mein Problem ist aber, dass ich nicht weiß was xxx ist und wo es aufgerufen wird. Ich habe OnShow und OnCreate schon komplett auskommentiert, damit der Inhalt garnicht zur Anwendung kommt. Aber das Programm crasht trotzdem. Im ganzen Main-Form gibt es nur einmal SetFocus und das habe ich gerade herausgenommen - ohne Erolg...
Auf der Entwicklungsmaschine und ca. 40 anderen Rechnern läuft es ohne Probleme, sondern nur auf zwei Rechnern, die nicht produktiv genutzt werden.

Ich bin leider noch nicht bei der Fehlerbehebung, sondern ich versuche herauszufinden, wo der Fehler entsteht...

Hast Du eine Idee, wie ich das anstellen kann?

LG Patrick

hoika 20. Feb 2019 12:30

AW: Fehler vor OnCreate finden
 
Hallo,
das war zu schnell.

Es geht ja um das TMS TAdvStringGrid, genauer und dein Grid_not_printed.

Das hier grätscht rein
Vcl.Themes TUxThemeStyle.DoDrawText

dann folgt
AdvGrid 41726 +667 TAdvStringGrid.WMLButtonUp

und der Auslöser ist
AdvGrid 26797 +1 TAdvStringGrid.EditCell

Das ganze soll beim Erzeugen des Formulars passieren? Sehr verwunderlich.

Notlösung wäre das Editieren des Grids im Objektinspektor zu deaktivieren.
Bei TAdvStringGrid gibt es ja mehrere Stellen, nicht nur Gridoptions-goEditing, DirectEdit usw..

Bei den beiden Rechnern scheint jemand an den Grafikeinstellungen rumgeschraubt zu haben.


Test wäre ein leeres Projekt und dann das Grid_not_printed per Copy&Paste dort drauf.

Außerdem würde ich mal bei den Events des Grids nachschauen, ob da "böses" passiert.

Ykcim 20. Feb 2019 12:38

AW: Fehler vor OnCreate finden
 
Die Option goEditing ist deaktiviert. Ich arbeite bei dem Grid mit der Procedure CanEditCell:
Delphi-Quellcode:
procedure TFrame_Listendruck.Grid_not_printedCanEditCell(Sender: TObject; ARow,
  ACol: Integer; var CanEdit: Boolean);
begin
   CanEdit:=(ACol in [15,16]);
   if (Sender as TAdvStringGrid).Cells[19,ARow]<>'' then begin
      CanEdit:=(ACol in [7,8,13,14,15,16,18]);
   end;
   if ARow=1 then
      CanEdit:=(ARow in [1]);
end;
Warum das zu diesem Zeitpunkt irgendwie Ärger macht wüßte ich nicht und vor allem, warum nur auf diesen beiden Rechnern...

LG Patrick

Delphi.Narium 20. Feb 2019 12:52

AW: Fehler vor OnCreate finden
 
Hast Du eine MAP-Datei?

Findest Du in ihr die Fehleradresse?

Wenn ja, sollte das in etwa so aussehen:
Code:
Line numbers for NameDerFehlerhaftenUnit(NameDerFehlerhaftenUnit.pas) segment .text

    47 0001:00295DC8    48 0001:00295DEA   49 0001:00295DF7    50 0001:00295DFC
    51 0001:00295E05    52 0001:00295E1F   54 0001:00295E2D   55 0001:00295E39
    57 0001:00295E3C   58 0001:00295E53    60 0001:00534460    61 0001:00534480
Jede Zeile besteht aus vier Blöcken. Jeder Block aus der Zeilennummer des Quelltextes, die zu dieser Fehleradresse gehört, 0001:Fehleradresse.

In diesem Beispiel wäre der Fehler in der Unit NameDerFehlerhaftenUnit.pas in Zeile 60 zu finden.

Dahin gehen, Breakpoint (ggfls. ein paar Zeilen davor) setzen und dann schrittweise durchsteppen.

Findest Du die exakte Fehleradresse nicht, so suche nach einem Wert, der etwas kleiner ist. Also statt nach :00534460 z. B. nach :005344. Gehe zur entsprechenden Stelle im Quelltext und steppe ab dort schrittweise durch.

Sherlock hat drauf hingewiesen, dass der Fehler "irgendwo im Umfeld von TAdvStringGrid.Click" zu suchen ist, hoika hat das präzisiert.

In welcher / welchen Units nutzt Du das TAdvStringGrid?
Eine dieser Units wird den Fehler (vermutlich) enthalten.
Wird dort irgendwo programmatisch ein OnClick-Ereignis dieser Komponenten ausgelöst?
Oder wird eine Routine aufgerufen, die eine programmatische Änderung des TAdvStringGrid auslösen könnte. Wenn ja, kommentiere diese Routinen aus und prüfe, ob der Fehler bestehen bleibt. Wenn nein, aktiviere die entsprechenden Stellen im Quelltext wieder, aber immer nur eine, damit Du feststellen kannst, welche konkret den Fehler verursacht.

Wenn der Fehler mit CanEditCell zusammenhängt, kann das ein Timingproblem sein. Irgendwas ist bei diesen beiden Rechnern noch nicht da, was bei den anderen Rechner zum Zeitpunkt des Aufrufes dieser Routine schon vorhanden ist.

Im Screenshot ist nicht wirklich viel "sinnvolles" zu sehen, aber: Scrolle soweit vor oder zurück, bis Du eine Info findest, mit der Du was anfangen kannst. Notfalls per Einzelschritt durchsteppen, bis Du an eine für Dich "verständliche" Stelle kommst. In dem Fall liegt der Fehler dann "irgendwo davor".

Das der Fehler nur auf diesen beiden Rechnern entsteht, hängt damit zusammen, dass sie (vermutlich) sehr ähnlich sind, sowohl in Bezug auf Hard- als auch auf Software. Eventuell sind sie aus irgendeinem Grund etwas schneller oder etwas langsamer oder laden andere Treiber ... Sie stolpern über einen versteckten Fehler, der auf den anderen Systemen (ggfls. bei nur marginaler Änderung von was auch immer) ebenfalls auftreten kann. So ein bisschen sowas wie 'ne Zeitbombe.

Sherlock 20. Feb 2019 12:54

AW: Fehler vor OnCreate finden
 
Und es gibt keine Ereignisbehandlung für das Click in diesem Grid?
Delphi-Quellcode:
 Frame_ListendruckUnit 284 +1 TFrame_Listendruck.Grid_not_printedClick

Sherlock

hoika 20. Feb 2019 13:11

AW: Fehler vor OnCreate finden
 
Hallo,
verlagere das Füllen des Grids ins FormActivate.

Zusätzlich könntest du dein Grid-Event etwas absichern:

Delphi-Quellcode:
Formularvariable
  bAfterFormActivate: Boolean;

procedure TForm1.FormCreate;
begin
  bAfterFormActivate:= False; // müsste eigentlich schon False sein
end;


procedure TForm1.FormActivate;
begin


  // ganz unten
  bAfterFormActivate:= True;
end;

procedure TForm1.Grid_not_printedCanEditCell()
begin
  if not bAfterFomActivate then
  begin
    CanEdit:= False;
    Exit;
  end;
end;

hoika 20. Feb 2019 13:12

AW: Fehler vor OnCreate finden
 
Hallo,

Zitat:

Und es gibt keine Ereignisbehandlung für das Click in diesem Grid?
Das Problem ist, dass die OnClick wahrscheinlich beim Füllen des Grids im FormCreate vom Grid selbst aufgerufen wird,
siehe CallStack Seite 1.

hoika 20. Feb 2019 13:57

AW: Fehler vor OnCreate finden
 
Hallo,
Zitat:

Im Screenshot ist nicht wirklich viel "sinnvolles" zu sehen
Doch ;)
Man muss den Callstack ja von unten nach oben lesen.

007e1f0e +1b3a NedCom.exe AdvGrid 41726 +667 TAdvStringGrid.WMLButtonUp
00454ef5 +0025 NedCom.exe System.SysUtils StrLCopy
005c0e57 +0057 NedCom.exe Vcl.Themes TUxThemeStyle.DoDrawText

Genauer das WMLButtonUp ist schon sehr komisch.
Das wird ja nicht vom Anwender erzeugt, sondern intern vom Grid in der WndProc.


Was ich auch schon mal hatte im Zusammenhang mit TMS und Laptop mit Touchscreen:
in Form1 Doppelklick auf ein Grid, Form2 öffnet sich, ein Mausklick von Form1 wurde an Form2 "durchgereicht".

Ykcim 20. Feb 2019 15:19

AW: Fehler vor OnCreate finden
 
Hallo Zusammen,

vielen Dank für Eure Hilfe! Ich versuche nachfolgende zu antworten:

Zitat:

Nutzt Du die JEDIs? Dann nimm dort den TJvDebugHandler, der hilft Dir an Fehlerursachen zu gelangen.
Nein, benutze ich nicht.


Zitat:

Und es gibt keine Ereignisbehandlung für das Click in diesem Grid?
Frame_ListendruckUnit 284 +1 TFrame_Listendruck.Grid_not_printedClick
Sherlock
Es gibt ein OnClick-Event. Zu Testzwecken habe ich den Inhalt vollständig auskommentiert, damit wenn das Event aufgerufen wird nichts gemacht wird, aber das hatte keine Auswirkung...

Zitat:

verlagere das Füllen des Grids ins FormActivate
Das Grid wird zu diesem Zeitpunkt nicht gefüllt. Damit Daten in das Grid kommen, muss der User erst eine Auswahl treffen.

Zitat:

Das der Fehler nur auf diesen beiden Rechnern entsteht, hängt damit zusammen, dass sie (vermutlich) sehr ähnlich sind, sowohl in Bezug auf Hard- als auch auf Software. Eventuell sind sie aus irgendeinem Grund etwas schneller oder etwas langsamer oder laden andere Treiber ... Sie stolpern über einen versteckten Fehler, der auf den anderen Systemen (ggfls. bei nur marginaler Änderung von was auch immer) ebenfalls auftreten kann. So ein bisschen sowas wie 'ne Zeitbombe.
Die Rechner sind sehr ähnlich von der Hardware her, aber auf dem einen habe ich Windows10 aufspielen lassen, weil ich dachte, dass das BS einen Schuss hatte und das andere hat Windows7 als BS. Beide BS sind auch auf anderen Rechnern, die ohne Probleme laufen. Ob es an der Hardware liegt, weiß ich nicht.
Zeitbombe: Das sehe ich auch so, deshalb beschäftige ich mich damit, obwohl es noch kein Ausfall auf einer Produktivmaschine gibt.

Zitat:

Hast Du eine MAP-Datei?
Ja, habe ich. Sie hat 237.000 Zeilen...

Zitat:

Findest Du in ihr die Fehleradresse?
Im BugReport steht Folgendes: Zugriffsverletzung bei Adresse 005345D4 in Modul 'NedCom.exe'. Lesen von Adresse 00000260.
Die 005345D4 finde ich nicht, aber die 00000260:
Zitat:

0001:004974EC 00000260 C=CODE S=.text G=(none) M=AdvDWM ACBP=A9
0001:009BBE50 00000260 C=CODE S=.text G=(none) M=_UXlsBaseRecords.TDefaultRowHeightRecord ACBP=A9
0001:00B3E8E8 00000260 C=CODE S=.text G=(none) M=_UOle2Properties.TPropIdOffset ACBP=A9
Aber leider weiß ich nicht, wie mir das weiterhelfen kann...

Zitat:

Was ich auch schon mal hatte im Zusammenhang mit TMS und Laptop mit Touchscreen:
in Form1 Doppelklick auf ein Grid, Form2 öffnet sich, ein Mausklick von Form1 wurde an Form2 "durchgereicht".
Beide Rechner sind Laptops ohne TouchScreen


Zitat:

Genauer das WMLButtonUp ist schon sehr komisch.
Das wird ja nicht vom Anwender erzeugt, sondern intern vom Grid in der WndProc.
Das ist meine Sorge, dass es in einem Teil passiert, auf den ich keinen Einfluss habe...

Hat jemand vielleicht ein Idee, warum das mit dem Remote-Debugger nicht klappt? Vielleicht würde ich ja so der Ursache auf die Spur kommen...

Vielen Dank für Eure Mühe - diese Art der Fehlersuche ist für mich Neuland!

LG Patrick

jaenicke 20. Feb 2019 15:23

AW: Fehler vor OnCreate finden
 
Zitat:

Zitat von hoika (Beitrag 1426106)
Das Problem ist, dass die OnClick wahrscheinlich beim Füllen des Grids im FormCreate vom Grid selbst aufgerufen wird,
siehe CallStack Seite 1.

Wo steht da etwas von FormCreate? Das ist ein normaler Mausklick, durch den das Editieren einer Zelle ausgeführt wird. Welches Control da den Fokus bekommen soll, lässt sich ohne des Grid-Quelltext nicht sagen, aber das kann ja eigentlich nur der eingestellte Zelleneditor oder das Grid selbst sein.

Der Fehler hat aber nichts mit dem beschriebenen Crash beim Start zu tun.

Zitat:

Zitat von Ykcim (Beitrag 1426113)
Zitat:

Findest Du in ihr die Fehleradresse?
Im BugReport steht Folgendes: Zugriffsverletzung bei Adresse 005345D4 in Modul 'NedCom.exe'. Lesen von Adresse 00000260.
Die 005345D4 finde ich nicht, aber die 00000260:

Zeig doch einmal diesen Bugreport. Der erste Teil mit dem ersten Stacktrace inklusive reicht schon.

Adresse 005345D4 ist die Stelle im Code, an der der Fehler auftritt. Die muss nicht exakt in der Mapdatei stehen, denn der Fehler muss ja nicht direkt mit dem Start der Methode auftreten. Die 260 bedeutet wahrscheinlich, dass auf eine Property eines nicht initialisierten Objekts zugegriffen wird, die 260 Byte nach dem Beginn der Klassendefinition kommt. Mehr sollte der Stacktrace verraten.

freimatz 20. Feb 2019 15:25

AW: Fehler vor OnCreate finden
 
Zitat:

Zitat von hoika (Beitrag 1426109)
007e1f0e +1b3a NedCom.exe AdvGrid 41726 +667 TAdvStringGrid.WMLButtonUp
00454ef5 +0025 NedCom.exe System.SysUtils StrLCopy
005c0e57 +0057 NedCom.exe Vcl.Themes TUxThemeStyle.DoDrawText

Nur so als Idee, könnte es sein, dass StrLCopy Speicher überschreibt?
Dann kam mir beim googeln nach "TUxThemeStyle.DoDrawText" das da: https://stackoverflow.com/questions/...-of-the-screen

Ykcim 20. Feb 2019 15:41

AW: Fehler vor OnCreate finden
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hier der BugReport - etwas gekürzt um doppelte Einträge

hoika 20. Feb 2019 15:50

AW: Fehler vor OnCreate finden
 
Hallo,
Zitat:

Wo steht da etwas von FormCreate? Das ist ein normaler Mausklick, durch den das Editieren einer Zelle ausgeführt wird
Es steht im Titel "Fehler vor OnCreate", also nix Mausklick.
Und es stet ja auch kein ButtonClick-Event im MadExcept-Log auf Seite 1.
Ausserdem gibt es kein WMLButtonDown, sonder nur ein WMLButtonUp;

Noch mal an den Threadersteller:
Woher weißt Du, dass es in/vorm OnCreate passiert?
So wie ich es verstanden habe, hast Du ein Hauptprogramm,
was ein anderes Form startet und dort kommt schon beim Erzeugen (nicht in FormActivate) der Fehler?

Was mir noch aufgefallen ist. Das Grid steckt ja in einem Frame, ist der vielleicht nicht sichtbar oder hat den Focus nicht?!
Schreib mal in TFrame_Listendruck.Grid_not_printedClick eine einfache MessageBox als erste Zeile,
um zu sehen, wann die Klick-Methode aufgerufen wird.
Ausserdem noch eine MessageBox zu Beginn und Ende des FormActivate.

MessageBox = Remote-Debugger für Arme ;)

Delphi.Narium 20. Feb 2019 16:16

AW: Fehler vor OnCreate finden
 
Such in der MAP-Datei bitte nach :005345D4.

Wenn das nicht da ist, nach :005345 und wenn das nicht da ist nach :0053.

Findest Du irgendwo hinter dem ersten "Line numbers" der MAP-Datei was dazu?

Wenn nein, könnte es sein, dass der konkrete Fehler nicht in dem Teil des Programmes geschieht, für den Du Quelltext besitzt, also z. B. Komponenten, für die Du nur die DCUs hast. (Gibt es sowas oder hast Du für alles auch die Quelltexte?)

Zitat:

Zitat von hoika
MessageBox = Remote-Debugger für Arme

Ja, aber manchmal extrem hilfreich, wenn man überhauptnicht weiß, wo denn da was klemmt oder der Fehler halt mit dem Debugger nicht zu lokalisieren ist, weil der entweder garnicht bis zu der Stelle kommt oder eben (wie hier) der Fehler auf der Entwicklungsmaschine nicht zu reproduzieren ist.

@Ykcim

Schlimmstenfalls:

Pflastere jede, wirklich jede Prozedure am Anfang und am Ende mit ShowMessage ein:
Delphi-Quellcode:
// irgendwo am Anfang:
{$DEFINE MsgDebug}


Function TForm1.NameDerFunktion : keineAhnung;
begin
{$IFDEF MsgDebug}ShowMessage('Start NameDerFunktion');{$ENDIF}
 
... der eigentliche Funktionsinhalt.

{$IFDEF MsgDebug}ShowMessage('Ende NameDerFunktion');{$ENDIF}
end;
Durch den Kompilerschalter muss Du dann nicht alles wieder entfernen, bevor die Software in Betrieb geht. Den Kompilerschalter kannst Du dann von
Delphi-Quellcode:
{$DEFINE MsgDebug}
nach
Delphi-Quellcode:
{ $DEFINE MsgDebug}
ändern und die Meldungen sind mit dem nächsten Kompilieren wieder weg.

Statt ShowMessage ... kannst Du auch 'ne Loggingfunktion nehmen, die diese Meldungen in 'ne Datei schreibt (sofern Du sowas gerade zur Verfügung hast).

Und nein, wirklich schön ist dieser Lösungsvorschlag nicht, aber als Notnagel kann man's schonmal durchgehen lassen ;-)

Ykcim 20. Feb 2019 16:26

AW: Fehler vor OnCreate finden
 
Hallo hoika,

Zitat:

So wie ich es verstanden habe, hast Du ein Hauptprogramm,
was ein anderes Form startet und dort kommt schon beim Erzeugen (nicht in FormActivate) der Fehler?
Das Programm ruft bei Aufruf ein LogIn-Fenster auf (DoLogin):
Delphi-Quellcode:
begin
  Application.Initialize;
  Application.MainFormOnTaskbar := True;
  if ( not DoLogin ) then
      Exit;
  Application.CreateForm(TMain, Main);
  Application.CreateForm(TForm_Zeichnungen, Form_Zeichnungen);
  Application.CreateForm(TForm_Filter, Form_Filter);
  Application.CreateForm(TForm_Passwort, Form_Passwort);
  Application.CreateForm(TForm_LogIn, Form_LogIn);
  Application.CreateForm(TForm_Start, Form_Start);
  Application.CreateForm(TForm_Return, Form_Return);
  Application.Run;
  Main.WindowState:=wsMaximized;
end.
Der Benutzer gibt seinen LogIn-Namen und ein Passwort ein. Wenn beides passt, wird über eine Datenbankabfrage geprüft, schließt sich das LogIn-Fenster und das Programm setzt den Start fort.
Die Eingabe kann ich auch machen. Allerdings muss ich jedes Mal meinen Benutzer neu eingeben. In der OnShow-Procedure des Main-Form wird der Benutzer in eine Tabelle geschrieben, gemeinsame mit dem Computernamen. Beim öffnen des LogIn-Fensters wird geprüft, ob sich dieser Rechner schon mal angemeldet. Wenn ja, wird der letzte Benutzer-LogIn in das Eingabefeld geschrieben. Das Passiert nicht. Also tritt der Fehler vorher auf.

Zitat:

Woher weißt Du, dass es in/vorm OnCreate passiert?
Ich habe mir auch einen Remote_Debugger für Arme gebaut:
Ich habe in der Procedure des Ok-Buttons des LogIn-Fensters und in der onCreate Procedure des Main-Forms und in der onShow-Procedure des Main-Forms mit Hilfe einer TStringList eine Datei schreiben lassen, wobei ich nahzu Zeileweise den Durchlauf den Programm-Codes logge. Diese Datei habe ich dann auf den FileServer abgelegt - immer unter dem Namen des Rechners mit Datum und Uhrzeit. Die Datei würde auch im Exception-Fall geschrieben.
Bei den Problem-Rechnern wird die Datei im Login-Fenster geschrieben, aber keine vom Main-Form. Bei allen anderen Rechnern klappt das.

Deshalb gehe ich davon aus, dass der Fehler nach dem erfolgreichen LogIn, aber vor dem onCreate des Main-Form auftritt. Aber was ist dazwischen und wie kann ich das loggen?

Vielen Dank
Patrick

hoika 20. Feb 2019 16:29

AW: Fehler vor OnCreate finden
 
Hallo Delphi.Narium,
warum den Umweg über die Map-Datei?
Auf Seite 1 ist der komplette Call-Stack.

Der Fehler tritt intern im TAdvStringGrid auf,
weil der Inplace-Edit anzuzeigt wird.
Der Fehler sagt ja, dass das SetFocus des Inplace-Editors fehlschlägt.
Entweder ist das Grid oder der Frame nicht sichtbar,
oder siehe StrLCopy es wird Speicher bei Theming überschrieben.

Da fallen mir noch 2 Sachen ein
1. FastMM4 wegen dem möglichen Speicherüberschreiben
2. in den Grafikoptionen mal alle visuellen Effekte außer Kantenglättung deaktivieren
(rechte Maustaste auf Computer/dieser PC -> Erweiterte Systemeinstellungen -> Leistung)

Ykcim 20. Feb 2019 16:32

AW: Fehler vor OnCreate finden
 
Hallo Delphi.Narium

Zitat:

Such in der MAP-Datei bitte nach :005345D4.
Wenn das nicht da ist, nach :005345 und wenn das nicht da ist nach :0053.
Findest Du irgendwo hinter dem ersten "Line numbers" der MAP-Datei was dazu?
Wenn nein, könnte es sein, dass der konkrete Fehler nicht in dem Teil des Programmes geschieht, für den Du Quelltext besitzt, also z. B. Komponenten, für die Du nur die DCUs hast. (Gibt es sowas oder hast Du für alles auch die Quelltexte?)
Habe leider nichts gefunden. Neben den Standard-Komponenten habe ich die TMS-Komponenten, UniDac und JamShellBrowser verbaut.

hoika 20. Feb 2019 16:36

AW: Fehler vor OnCreate finden
 
Hallo,
zu spät dein Post bemerkt.

Mir sind in der Dpr 2 Sachen aufgefallen
Application.CreateForm(TForm_LogIn, Form_LogIn); wird erzeugt, aber wohl nicht mehr gebraucht?

Application.Run;
Main.WindowState:=wsMaximized;
Das hat keine Wirkung, weil Delphi in der Run-Methode bleibt,
bis das Hauptprogramm (Main) beendet wird.


Aber jetzt zu deinem Post.
Was passiert, wenn du die DoLogin-Methode mal ausklammerst?
Vielleicht macht dein Login-Fenster ja was "kaputt".

Ykcim 20. Feb 2019 16:37

AW: Fehler vor OnCreate finden
 
Zitat:

2. in den Grafikoptionen mal alle visuellen Effekte außer Kantenglättung deaktivieren
(rechte Maustaste auf Computer/dieser PC -> Erweiterte Systemeinstellungen -> Leistung)
Das hatte leider keinen Effekt...

Ykcim 20. Feb 2019 16:41

AW: Fehler vor OnCreate finden
 
Zitat:

Mir sind in der Dpr 2 Sachen aufgefallen
Application.CreateForm(TForm_LogIn, Form_LogIn); wird erzeugt, aber wohl nicht mehr gebraucht?

Application.Run;
Main.WindowState:=wsMaximized;
Das hat keine Wirkung, weil Delphi in der Run-Methode bleibt,
bis das Hauptprogramm (Main) beendet wird.
Vielen Dank, habe ich geändert...
Delphi-Quellcode:
begin
  Application.Initialize;
  Application.MainFormOnTaskbar := True;
  if ( not DoLogin ) then
      Exit;
  Application.CreateForm(TMain, Main);
  Application.CreateForm(TForm_Zeichnungen, Form_Zeichnungen);
  Application.CreateForm(TForm_Filter, Form_Filter);
  Application.CreateForm(TForm_Passwort, Form_Passwort);
  Application.CreateForm(TForm_Start, Form_Start);
  Application.CreateForm(TForm_Return, Form_Return);
  Main.WindowState:=wsMaximized;
  Application.Run;
end.

Delphi.Narium 20. Feb 2019 16:46

AW: Fehler vor OnCreate finden
 
Ok, Fehler nicht in MAP-Datei, damit ist dann klar, das hoikas Ansatz der einzig verbleibende Weg zum Finden des Fehlers ist.
Delphi-Quellcode:
begin
  Application.Initialize;
  Application.MainFormOnTaskbar := True;
  if DoLogin then begin
    Application.CreateForm(TMain, Main);
    Application.CreateForm(TForm_Zeichnungen, Form_Zeichnungen);
    Application.CreateForm(TForm_Filter, Form_Filter);
    Application.CreateForm(TForm_Passwort, Form_Passwort);
    Application.CreateForm(TForm_Start, Form_Start);
    Application.CreateForm(TForm_Return, Form_Return);
    Main.WindowState:=wsMaximized;
    Application.Run;
  end;
end.
In welchen Formularen wird das TAdvStringGrid genutzt?

Könnte eventuell eine Änderung der Application.CreateForm ... - Reihenfolge was ändern (außer TMain, das als erstes Formular ja zum Hauptformular der Anwendung wird).

Ykcim 20. Feb 2019 16:52

AW: Fehler vor OnCreate finden
 
Zitat:

In welchen Formularen wird das TAdvStringGrid genutzt?
Die Anwendung ist ziemlich groß - besteht aus 29 Frames und 4 Forms. In Summe sind es über 30 TAdvStringLists, die beim Design auf den Frames / Forms liegen. Darüber hinaus können zu einem späteren Zeitpunkt auch noch viele dynamisch erstellt werden, wenn Daten von Maschinen abgerufen werden. Aber das passiert nur nach einer User-Aktivität...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:00 Uhr.
Seite 1 von 2  1 2      

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz