Spark call problems on Windows 7 x64

Hi, I tried almost everything (Windows XP mode, compatibility, run as administrator, change ports, turn off firewall on both computers) and there seems to be no way to call more than one person at the same time. It’s always the same problem:* “The session Was Rejected” or “Session closed due to Unable to negotiate session.This may be caused by firewall configruation problems.”*

On Windows XP I could call even 6 people at the same time, and I also tried it with the lastest SVN Spark version, and the 2.6 beta.

So, I was hoping that someone could help me with this, because everyone else in the office is using Windows XP and have no problems (I mean, I need it at work), but downgrading from 7 to XP is not an option for me.

I like to resolve problems myself, but since there’s no available download for Spark source code, I can’t.

Sorry for my english.

Thanks.

Spark source code can be found from the source download page.

http://www.igniterealtime.org/downloads/source.jsp

see

Spark:
svn co [http://svn.igniterealtime.org/svn/repos/spark/trunk](http://svn.igniterealtime.org/svn/repos/spark/trunk) spark

For some reason the project ‘source code’ link has been lost, but it hasn’t lost its Open Source offering.

I saw that, but it’s weird that they removed the Spark’s source code link. And navigating through the source code on fisheye is not what I would call useful (or view every file to copy it, one by one…). I would like to debug to find out the connection problems, that’s why I want to download the source code.

Thanks anyway!!

I don’t know why there are connection problems, but using subversion you can easily download all the project sources. If you can build a new version, I think you should be able to resolve the issue quickly.

I didn’t knew that about subversion. Thank you very much!! I’ll post something if I can figure out the problem.