Page 1 of 1

Function aDrives( 2 ) not working with VISTA ?

Posted: Fri Jul 25, 2008 12:40 pm
by ukoenig
Hello,

for the new MAKE-tools i wanted to use
the function < aDrives( 2 ) > scanning for harddisks

with VISTA i get a exeption-error NO DISKS

Image


It seems, the function doesn't work together with VISTA

Regards
Uwe :lol:

Posted: Fri Jul 25, 2008 7:23 pm
by Antonio Linares
Uwe,

This code is working fine here on Vista Ultimate:

Code: Select all

function Main()

   MsgInfo( Len( aDrives( 2 ) ) )

return nil

Error Message with aDrives()

Posted: Sun Jul 27, 2008 9:15 am
by ukoenig
Hello,

I found out the reason for error-message.

With a new update from Microsoft for Vista,
i got a not working driver for my Sony-DVD-RW.
The function < adrives() > checks all drives
and couldn,t detect the DVD-RW

I got the message : < No drive > because of the
not working driver.

Best Regards
Uwe :lol:

Vista driver-problem ERROR-CODE 93

Posted: Tue Jul 29, 2008 7:38 pm
by ukoenig
I found a solution, how to fix the vista-driver-problem
for my SONY-DVD-RW :

Image

Windows Vista:
Driver-problem : CD/DVD-Drive doesn't work anymore
( Errorcode 39 ) Tecnical problem

It is a known ERROR in Windows.
Mostly, it can be a problem with a burning-suite.

To make the CD-drive working again :

1. Start REGEDIT

2. Look for : "HKEY_LOCAL_MACHINE" > "System" and
"CurrentControlSet" > "Control" > "Class".

3. Open {4D36E965-E325-11CE-BFC1-08002BE10318}.

4. There you have to delete the Registryvalue "UpperFilters"
and "LowerFilters"

The CD-drive will be visible again.

Regards
Uwe :lol: