Search found 5 matches

by andrea90
Fri 17. Jul 2020, 09:35
Forum: PCAN-Ethernet Gateway DR
Topic: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909
Replies: 9
Views: 8648

Re: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909

Don’t worry. If it can helps, in this test software, i'm using only periodic SvcTesterPresent like this (every 4 seconds):

UDSApi.SvcTesterPresent(CAN_Channel, ref _request, UDSApi.TPUDSSvcParamTP.PUDS_SVC_PARAM_TP_ZSUBF);

And 2 periodic CAN messages, 1 every 250ms and 1 every 1000ms for keep ...
by andrea90
Fri 17. Jul 2020, 08:41
Forum: PCAN-Ethernet Gateway DR
Topic: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909
Replies: 9
Views: 8648

Re: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909

Hello,
i've attached to the process the "ntsd" debugger and when it caught the exception, it has shown these messages (i've ran 2 debugging session with the same exe in two different bus can):
crash_app_OK_doppio_con_stack.PNG
crash_app_OK_doppio_con_stack.PNG (202.79 KiB) Viewed 8556 times
crash_app_OK_doppio.PNG
crash_app_OK_doppio.PNG (294.83 KiB) Viewed 8556 times
by andrea90
Thu 16. Jul 2020, 10:33
Forum: PCAN-Ethernet Gateway DR
Topic: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909
Replies: 9
Views: 8648

Re: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909

Hi,
i've launched the sw in debug and it crashed with the same error code, but the debugger closed without a break and reported this line:
log_crash_vs2019.PNG
log_crash_vs2019.PNG (2.81 KiB) Viewed 8585 times
by andrea90
Thu 16. Jul 2020, 09:44
Forum: PCAN-Ethernet Gateway DR
Topic: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909
Replies: 9
Views: 8648

Re: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909

Hello,
regarding the first question, i'm using PCAN-Basic only for send "raw" CAN message for keeping alive the ECU. With PCAN-UDS i'm using the function SvcTesterPresent for keeping alive the ECU too and other functions for diagnostics. Anyway, for this thing always seems works perfect.

About the ...
by andrea90
Tue 14. Jul 2020, 12:00
Forum: PCAN-Ethernet Gateway DR
Topic: PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909
Replies: 9
Views: 8648

PCAN-Ethernet Gateway DR probably crash with exception code 0xc0000374 in Windows 10 ver 1909

Hi,
i'm using the PCAN-UDS.dll (32bit, 1.3.4.63) and PCANBasic.dll (32bit, 4.4.0.288) in a C# software with the "PCAN-Ethernet Gateway DR" for communicating with an ECU on a system with Windows 10 ver 1909. Until some month ago everything has worked perfectly, but since from an update of Windows 10 ...