sehang / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

BSOD when running self extracting installer from mirror sample drive #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. create e:\selfextract containing vcredist_x86.exe as sole entry, found at
http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A
40D-3802B2AF5FC2&displaylang=en

2. run mirror sample with parameters 
C:\Program Files (x86)\Dokan\DokanLibrary\sample\mirror>mirror /r 
e:\selfextract /l m /d /s /m

3. Run program m:\vcredist_x86.exe via explorer

What is the expected output? What do you see instead?
Expecting installation of vc redistributables
Instead find BSOD, PAGE_FAULT_IN_NON_PAGED_AREA

What version of the product are you using? On what operating system?
Dokan 0.60

Please provide any additional information below.
Windows 7 x64 Professional (latest udpates/etc.)

Original issue reported on code.google.com by chris...@gmail.com on 25 Jan 2011 at 10:33

GoogleCodeExporter commented 8 years ago
I couldn't reproduce BSOD. Do you always get BSOD while executing the file? 
Could you provide a crash dump file under Windows\minidump?, it would be very 
helpful to debug the issue.

Original comment by asa...@gmail.com on 11 Feb 2011 at 3:14