Posts: 2,407
Threads: 244
Joined: Oct 2007
Last time I imported a driver it was from a thumb drive that is no longer connected to the system. Now when I try and import a package I get an error that includes "could not query the volume of path d:\". I tried a reboot and still have the issue.
Posts: 40,483
Threads: 491
Joined: Aug 2002
There was a bug where the file open dialog would fail if it tried to open the last path and it doesn't exist. It's been fixed in the latest code. But, in the meantime, if you aren't using the betas, do this:
1. Open the CQC Command Propmt
2. Run the Admin Interface like this:
CQCClient /NoState
That should prevent it from loading previous state, so that it won't try to go back to the last path that was opened.
Dean Roddey
Explorans limites defectum
Posts: 2,407
Threads: 244
Joined: Oct 2007
Thanks for the quick response.