BSOD on PC Startup 0x1000007e

nombreinvicto

New member
Local time
5:54 AM
Messages
2
Hi everyone,

I have been having occasional BSODs, all of them occuring when my computer is starting up. I am running a Windows 7 Ultimate 32 bit on a Lenovo Ideapad S215 Laptop. I have used applications like Blue Screen View to analyze what the BSODs are being caused by and from whatever I found, it seems like it has been caused by the Video Port Driver.
I am attaching a screenshot of the Blue Screen View Application. I am also attaching the zip file created by DM Log Collector for your convenience. Your help will be appreciated.

Thanks in advance!
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitE1-21002GB
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo
OS
Windows 7 Ultimate 32 bit
CPU
E1-2100
Motherboard
Lenovo
Memory
2GB
Run the DM Log Collector again, there is a file missing.
 

My Computer My Computer

Computer type
PC/Desktop
Code:
BugCheck 1000007E, {[COLOR="red"]c0000005[/COLOR], c28001, 89f13908, 89f134e0}

Probably caused by : invalid_control_transfer

Followup: MachineOwner
---------
 *** Possible invalid call from 88330f54 ( VIDEOPRT!VideoPortFindAdapter2+0xa5 ) [COLOR="Red"]<-- This shouldn't have happened.[/COLOR]
 *** Expected target 88328037 ( VIDEOPRT!memset+0x0 ) [COLOR="Orange"]<-- So this is what was meant to be called.[/COLOR]

We have an access violation which indicates the CPU tried to access memory that it couldn't address for whatever reason.

Code:
1: kd> [COLOR="Green"]u VIDEOPRT!VideoPortFindAdapter2+0xa5[/COLOR]
VIDEOPRT!VideoPortFindAdapter2+0xa5:
88330f54 e8de70ffff      [COLOR="Red"]call    VIDEOPRT!memset (88328037)[/COLOR]
88330f59 c70670000000    mov     dword ptr [esi],70h
88330f5f 8b83e4000000    mov     eax,dword ptr [ebx+0E4h]
88330f65 894604          mov     dword ptr [esi+4],eax
88330f68 8b83e0000000    mov     eax,dword ptr [ebx+0E0h]
88330f6e 83c40c          add     esp,0Ch
88330f71 894608          mov     dword ptr [esi+8],eax
88330f74 83e800          sub     eax,0

This, I believe is then the call that was invalid.

I'm struggling to find anything else.

Code:
1: kd> [COLOR="Green"]lmvm atikmdag[/COLOR]
start    end        module name
90c16000 915ec000   atikmdag   (deferred)             
    Image path: \SystemRoot\system32\DRIVERS\atikmdag.sys
    Image name: atikmdag.sys
    Timestamp:        [COLOR="Red"]Tue Mar 19 16:45:09 2013[/COLOR] (51489615)
    CheckSum:         009859C6
    ImageSize:        009D6000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

You might want to try a later display driver version as this is a bit outdated.

support.amd.com/en-us/download

Code:
[COLOR="Red"]DAEMON Tools Pro Agent[/COLOR]	"d:\softwareplay\daemon tools pro\dtagent.exe" -autorun	LenovoS215\nombreinvicto	HKU\S-1-5-21-1319876339-1327568571-2531002628-1000\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Daemon Tools/Alcohol is known cause of BSODs, you will have to find an alternative as there is no way around this.

Registry and SPTD problems | DAEMON Pro Help
How to remove sptd.sys from system

1. Uninstall Daemon Tools.
2. Download the SPTD standalone installer and follow these steps:
3. Double click the executable to open it
4. Click the button shown below

picture.php


If the button it is grayed out, as shown in the image, there is no more SPTD installation on your system, and you can just close the window.
 

My Computer My Computer

Computer type
PC/Desktop
Thank you so much for all the trouble. I have uninstalled Daemon Tools and have downloaded a new driver from the AMD site and have already installed it. Now is the time to wait and see if the BSODs are coming back or not. I will let you know in case of such occurrences. Thanks again!
 

My Computer My Computer

At a glance

Windows 7 Ultimate 32 bitE1-21002GB
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo
OS
Windows 7 Ultimate 32 bit
CPU
E1-2100
Motherboard
Lenovo
Memory
2GB
Back
Top