BSOD Need dump file help

danmkennedycx

New member
Local time
12:57 PM
Messages
2
I am running automation software instances simultaneously and it is causing the Multiple IRP error. Any help is greatly appreciated.

Thanks,

Dan
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Microsoft Surface Pro 3
OS
8.1 64-bit
danmkennedycx, Wht your dump files are saying is

Code:
Svk2pl64
start             end                 module name
fffff800`d4cb9000 fffff800`d4cd9000   Svk2pl64 T (no symbols)           
    Loaded symbol image file: [COLOR=red]Svk2pl64.sys
[/COLOR]    Image path: \SystemRoot\system32\DRIVERS\Svk2pl64.sys
    Image name: Svk2pl64.sys
    Timestamp:        Thu [COLOR=red]Apr 01 02:54:21 2010[/COLOR] (4BB4512D)
    CheckSum:         0002627E
    ImageSize:        00020000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

Which is a Gigaware USB to Serial Cable

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************
MULTIPLE_IRP_COMPLETE_REQUESTS (44)
A driver has requested that an IRP be completed (IoCompleteRequest()), but
the packet has already been completed.  This is a tough bug to find because
the easiest case, a driver actually attempted to complete its own packet
twice, is generally not what happened.  Rather, two separate drivers each
believe that they own the packet, and each attempts to complete it.  The
first actually works, and the second fails.  Tracking down which drivers
in the system actually did this is difficult, generally because the trails
of the first driver have been covered by the second.  However, the driver
stack for the current request can be found by examining the DeviceObject
fields in each of the stack locations.

I suspect you have multiple instances of that and are conflicting with each other. The driver is seriously out of date, You will need to update the drivers at a minimum. Your hardware may not be able to run multiple instances.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    ALWAYS UNDER CONSTRUCTION
    OS
    Windows 11 Pro
    CPU
    Ryzen 9 5900X
    Motherboard
    Asus X570 Crosshair Viii Hero
    Memory
    32GB G Skill DDR4-3600
    Graphics Card(s)
    EVGA RTX 3080 FTW 3 Ultra
    Sound Card
    On Board/Sennheiser PC37X Headset
    Monitor(s) Displays
    3 X Asus 27"
    Screen Resolution
    2560x1440
    Hard Drives
    2 X 1 TB NVME drives
    PSU
    EVGA 850
    Case
    Phanteks Eclipse P400A
    Cooling
    EVGA 280 AIO
    Keyboard
    Logitech G510s/ Logitech G13
    Mouse
    Logitech G502
    Internet Speed
    24/1
    Antivirus
    ESET/MBAM Pro/SAS Pro
    Browser
    Chrome/ Firefox/ Edge
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Dell 16 Plus
    OS
    Windows 11 Pro
    CPU
    Intel Ultra 9 288V
    Memory
    32 GB LPDDR5X 8533
    Monitor(s) Displays
    16" Mini-LED HDR600 Touch 90 Hz
    Screen Resolution
    2560X1600
    Hard Drives
    1 TB NVME
essenbe,

Thank you for your support. I have looked around online and my computer indicates that I do in fact have the most up-to-date driver for the Gigaware USB-Serial adapter. I read that other people had better success with other adapters that have "superior build quality". I ordered one to see how it goes. Just for information: I am using only 1 Gigaware adapter to communicate with a device controller. This never seems to be an issue until I start running an Automation platform locally on the same machine. I'll keep posting if the new device does not solve the issue. Thank you!
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Microsoft Surface Pro 3
OS
8.1 64-bit
That driver is dated 2010 and the problem seems that more than one IRP is requested for the same thing. So, I really don't know unless there is a driver conflict with your automation software, or perhaps they are both calling for the same packet. Just let me know, these things can be a real pain sometimes.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    Computer Manufacturer/Model Number
    ALWAYS UNDER CONSTRUCTION
    OS
    Windows 11 Pro
    CPU
    Ryzen 9 5900X
    Motherboard
    Asus X570 Crosshair Viii Hero
    Memory
    32GB G Skill DDR4-3600
    Graphics Card(s)
    EVGA RTX 3080 FTW 3 Ultra
    Sound Card
    On Board/Sennheiser PC37X Headset
    Monitor(s) Displays
    3 X Asus 27"
    Screen Resolution
    2560x1440
    Hard Drives
    2 X 1 TB NVME drives
    PSU
    EVGA 850
    Case
    Phanteks Eclipse P400A
    Cooling
    EVGA 280 AIO
    Keyboard
    Logitech G510s/ Logitech G13
    Mouse
    Logitech G502
    Internet Speed
    24/1
    Antivirus
    ESET/MBAM Pro/SAS Pro
    Browser
    Chrome/ Firefox/ Edge
  • Computer type
    Laptop
    System Manufacturer/Model Number
    Dell 16 Plus
    OS
    Windows 11 Pro
    CPU
    Intel Ultra 9 288V
    Memory
    32 GB LPDDR5X 8533
    Monitor(s) Displays
    16" Mini-LED HDR600 Touch 90 Hz
    Screen Resolution
    2560X1600
    Hard Drives
    1 TB NVME
Back
Top