The Virtual CD support forum

Answers:

v10play - The parameter is incorrect

When burning an audible file to audio CD's (Virtual CD ROM drive) via ITunes, I receive the an dialog box labeled v10play with the message "The parameter is incorrect" after each CD is completed.
Any thoughts on what the cause is?

Some more Questions

Hello Scott,

what operating system do you use?
Does the problem occur only with audible files, or all music files?

v10play - The parameter is incorrect

OS: Windows 7 - Enterprise - 64 bit
I tested with burning non-audible files - works fine.

Diagnostic

Hello Scott,
Please copy the Virtual Diagnostic to a new answer.
Virtual CD Control Center => Menu => Helper Programs => Diagnostic.
Please activate the Option “List of drivers loaded”

Hello Scott,
The diagnostic-file is OK.
Please describe exactly how you burn the CD.
Are you using the sound file mode?

vc10play - the parameter is incorrect

I get the same error message - I am burning Audible.com programs onto virtual discs using iTunes -- it appears whenever iTunes "ejects" the disc, Iget the popup box (titlebar = "VC10Play", text = "The parameter is incorrect.")

I run code to automate the process - my code inserts the disc, iTunes sees it inserted and starts the burn, iTunes ejects the disc (popup error) but still works, then my code inserts the next disc. I have determined that it is the EJECTing of the disc that causes the error BECAUSE the last disc of the burn does NOT get ejected by iTunes (but my script is done) - when I tell iTunes or the OS or VirtualCD to eject the disc I still get the error...

here is my code the part that does the auto inserts):
If bMOUNT = True Then
' Init the VCD API object
Set IApi = CreateObject("vc10api.api")
for i = nDiscStart to nDiscEnd
strFileName = strName & " " & Right ("0" & i,2) & " of " & Right ("0" & nDiscEnd,2) & strExtension
strImage = strPath & strFileName

sResult = IApi.VCDInsertEx (strDriveToMount , strImage, "", 8 )

'check drive every X seconds
Do
sResult = IApi.VCDGetMountedFileFromDrive (strDriveToMount)
wscript.sleep(nSleepSec * 1000)
loop while sResult <> ""
'drive empty - wait a bit more for any software like itunes to catch up
wscript.sleep(5000)
Next

Set IApi = Nothing
End If

vc10play - the parameter is incorrect

Hello pkmccarty,
Which version of Virtual CD you have installed?

vc10play - the parameter is incorrect

sorry for the delay in response..

I am not at my pc but the version I am running is the latest version as of Aug 2010 when I posted - I made sure I was on your latest patch release before posting...

vc10play - the parameter is incorrect

Please install the latest version 10.1.0.9.
Since August there have been some updates.

If the problem after the update still on?

Back to the questions

New answer

* = required information



Back to the questions