mcdikki / CasparsPlayoutClient

A playoutclient for the casparCG server
GNU General Public License v3.0
26 stars 9 forks source link

Error while connecting the server #7

Closed sfahadshahzad closed 11 years ago

sfahadshahzad commented 11 years ago

when i start client and hit connect button it says casparsplayout client stop working.

An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll Additional information: An item with the same key has already been added. The program '[10276] CasparsPlayoutClient.exe: Managed (v4.0.30319)' has exited with code 0 (0x0).

Regards,

Fahad Shehzad

mcdikki commented 11 years ago

Hi, this is a known BUG and happens if you have

Could it be that you have one of this with in your media folder? That would be the case if you have a video and image named the same, or a template and a video etc.

I will fix this in the next time.

mcdikki commented 11 years ago

Ok, Bug fixed. But please the warning at https://github.com/mcdikki/CasparsPlayoutClient/issues/7#issuecomment-22741049

See new alpha build.

mcdikki commented 11 years ago

One warning: I fixed that BUG,

BUT, clips, audios and image should never share the same name in one folder. CasparCG Server will not be able to play all of it because it will never know if you meant the movie, image or audio.

Example: Lets say we have the files logo.mp4, logo.png, logo.wav if you send play 1-1 logo to the server, it will always play the logo.mp4!

So please make sure that all filenames differ even if the are of different types.