M
Matt Kolacinski
Guest
Hello
My program randomly crashes and visual studio doesn't give me an error code or anything about it.
So the program basically imports products into Access DB using an excel sheet. There's around 1000 products in the excel sheet and it crashes a lot while working through them, not always in the same place.
I looked through Even Viewer and came across this error at the time when my application crashes
###
Faulting application name: myprogram.exe, version: 24.0.0.2, time stamp: 0x5cbf1075
Faulting module name: ucrtbase.dll, version: 10.0.17134.619, time stamp: 0x9b002dcc
Exception code: 0xc0000409
Fault offset: 0x000a1aeb
Faulting process ID: 0x648
Faulting application start time: 0x01d4f9e2c0f0a961
Faulting application path: C:\VS Solutions\myprogram\bin\Debug\myprogram.exe
Faulting module path: C:\WINDOWS\System32\ucrtbase.dll
Report ID: 9355d016-5c5c-4df3-a63f-777f3cb2b0ad
Faulting package full name:
Faulting package-relative application ID:
###
Which is followed by an information event
###
Fault bucket 1804318939544915383, type 5
Event Name: BEX
Response: Not available
Cab Id: 0
Problem signature:
P1: myprogram.exe
P2: 24.0.0.2
P3: 5cbf1075
P4: ucrtbase.dll
P5: 10.0.17134.619
P6: 9b002dcc
P7: 000a1aeb
P8: c0000409
P9: 00000007
P10:
Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER669F.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER67F7.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6808.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6806.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6826.tmp.txt
These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_LocationStockTak_918eeb6348f159136cc8cdc7335824bc795ee74_d2060fdd_159a6ba0
Analysis symbol:
Rechecking for solution: 0
Report Id: 9355d016-5c5c-4df3-a63f-777f3cb2b0ad
Report Status: 268435456
Hashed bucket: 0e91ee252deb809b690a3a840d158db7
Cab Guid: 0
###
Any ideas how to fix this issue? or point me in the right direction?
Thank you
Continue reading...
My program randomly crashes and visual studio doesn't give me an error code or anything about it.
So the program basically imports products into Access DB using an excel sheet. There's around 1000 products in the excel sheet and it crashes a lot while working through them, not always in the same place.
I looked through Even Viewer and came across this error at the time when my application crashes
###
Faulting application name: myprogram.exe, version: 24.0.0.2, time stamp: 0x5cbf1075
Faulting module name: ucrtbase.dll, version: 10.0.17134.619, time stamp: 0x9b002dcc
Exception code: 0xc0000409
Fault offset: 0x000a1aeb
Faulting process ID: 0x648
Faulting application start time: 0x01d4f9e2c0f0a961
Faulting application path: C:\VS Solutions\myprogram\bin\Debug\myprogram.exe
Faulting module path: C:\WINDOWS\System32\ucrtbase.dll
Report ID: 9355d016-5c5c-4df3-a63f-777f3cb2b0ad
Faulting package full name:
Faulting package-relative application ID:
###
Which is followed by an information event
###
Fault bucket 1804318939544915383, type 5
Event Name: BEX
Response: Not available
Cab Id: 0
Problem signature:
P1: myprogram.exe
P2: 24.0.0.2
P3: 5cbf1075
P4: ucrtbase.dll
P5: 10.0.17134.619
P6: 9b002dcc
P7: 000a1aeb
P8: c0000409
P9: 00000007
P10:
Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER669F.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER67F7.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6808.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6806.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6826.tmp.txt
These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_LocationStockTak_918eeb6348f159136cc8cdc7335824bc795ee74_d2060fdd_159a6ba0
Analysis symbol:
Rechecking for solution: 0
Report Id: 9355d016-5c5c-4df3-a63f-777f3cb2b0ad
Report Status: 268435456
Hashed bucket: 0e91ee252deb809b690a3a840d158db7
Cab Guid: 0
###
Any ideas how to fix this issue? or point me in the right direction?
Thank you
Continue reading...