duncanthrax / scream

Virtual network sound card for Microsoft Windows
Microsoft Public License
1.73k stars 143 forks source link

.bat fails, .inf fails #61

Open Chaython opened 4 years ago

Chaython commented 4 years ago

The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victum of tampering.

As for the bat,

devcon failed

duncanthrax commented 4 years ago

This is odd. Which Windows version is this? If it's Win10, which build?

Please check the md5 of the driver files. The CAT should have:

tom@zorbel:~/git/scream/Install/driver$ md5sum scream.cat 3b57f01d11361a9dcc5f5da162cdcf7f scream.cat

TheGreatestJannet commented 4 years ago

Same issue here. I'm on Windows 10 1909 and the scream.cat md5sum matches: 3b57f01d11361a9dcc5f5da162cdcf7f

feltcat commented 4 years ago

I had this issue with Scream 3.3 when I tried using the Install directory from the source code archive.

It worked normally when I instead used the directory from the Scream3.3.zip archive (containing the Install directory only).

forestEagle commented 4 years ago

I had this issue as well due to Unix line breaks. I changed it in Notepad++. Downloading the correct archive would've worked as well I suppose :)

noscript commented 4 years ago

Same issue, running .bat from release archive works, from source code archive fails. Please see #72.

tmedicci commented 4 years ago

Strange, I was able to install cloning the code and checking out to 3.4 tag. But couldn't install from 3.4 on releases page (https://github.com/duncanthrax/scream/archive/3.4.zip).

noscript commented 4 years ago

@tmedicci 3.4 has been re-assigned to a different commit, than it was when the issue was created.

Also, your link points to an automatically created archive, not a proper release asset.

thavlik commented 4 years ago

I just ran into this. With echo turned on:

C:\WINDOWS\system32>net session  1>nul 2>&1

C:\WINDOWS\system32>if 0 == 0 (
cd C:\Users\tlhavlik\Repositories\scream\Install\\driver
 ..\helpers\devcon remove '*Scream  1>nul 2>&1
 ..\helpers\devcon install Scream.inf *Scream
)  else (echo Installing driver requires to run this batch file with admin rights. )
Device node created. Install is complete when drivers are installed...
Updating drivers for *Scream from C:\Users\tlhavlik\Repositories\scream\Install\driver\Scream.inf.
devcon failed.

C:\Users\tlhavlik\Repositories\scream\Install\driver>pause
Press any key to continue . . .