You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
After ripping the first movie on some systems the script may hang and not read the next disc until the service is restarted. The Optical drive will also appear to be in use and will not show the next discs volume label and still appear to be empty.
� W i n d o w s M e d i a P l a y e r M e t a d a t a � W i n d o w s M e d i a P l a y e r M e t a d a t a � W i n d o w s M e d i a P l a y e r M e t a d a t a � F i l e s S c a n n e d / M i n u t e � F i l e s S c a n n e d / M i n u t e � F i l e s S c a n n e d P e r M i n u t e � M o n i t o r e d F o l d e r U p d a t e s...
when is likely hanging at Line 87 (New-Object -com "WMPlayer.OCX.7").cdromcollection.item(0).eject()
Need to update script with another method for ejecting, this fall back is needed incase DVDFab does not eject as a fall back otherwise the script will keep ripping the same disc over and over again.
The text was updated successfully, but these errors were encountered:
After ripping the first movie on some systems the script may hang and not read the next disc until the service is restarted. The Optical drive will also appear to be in use and will not show the next discs volume label and still appear to be empty.
Memory dumps show
BREAKPOINT_80000003_KERNELBASE.dll!WaitForMultipleObjectsEx
� W i n d o w s M e d i a P l a y e r M e t a d a t a � W i n d o w s M e d i a P l a y e r M e t a d a t a � W i n d o w s M e d i a P l a y e r M e t a d a t a � F i l e s S c a n n e d / M i n u t e � F i l e s S c a n n e d / M i n u t e � F i l e s S c a n n e d P e r M i n u t e � M o n i t o r e d F o l d e r U p d a t e s...
when is likely hanging at Line 87
(New-Object -com "WMPlayer.OCX.7").cdromcollection.item(0).eject()
Need to update script with another method for ejecting, this fall back is needed incase DVDFab does not eject as a fall back otherwise the script will keep ripping the same disc over and over again.
The text was updated successfully, but these errors were encountered: