PDA

View Full Version : nsvscsrc crashes


pardox
21st April 2003, 03:51
Whenever I try to run nsvscsrc it crashes with this error:
The exception Integer division by zero....
(if ya want I'll give ya the rest)

the last thing output is this:
[re]Connecting to 192.168.1.10:89

Also, the SHOUTcast never logs that the source tried to connect.

Jay
21st April 2003, 04:45
make sure that you are using nsv files as source files and that they are in your source directory

pardox
21st April 2003, 18:48
Ok, no go.
here is what i'm putting in

nsvscsrc 192.168.1.10:89:headers.txt 1.nsv

still does the same thing

Jay
21st April 2003, 19:00
you need to point to a directory of nsv files not just a single file

ex:

nsvscsrc 192.168.1.10:89:headers.txt C:\video_dir 1.nsv

pardox
21st April 2003, 20:44
Ok, that works. sorta figured that it would work with out a dir if the file was in the same one as the exe. guess not.