Page 1 of 1

complie error .

Posted: Mon Jun 13, 2011 2:28 am
by fanrongqi
\OpenRA\OpenRA.Game\Server\MasterServerQuery.cs(57,8): 错误 CS1501: “WaitOne”方法没有采用“1”个参数的重载


how can I solved this problem.

Posted: Mon Jun 13, 2011 2:51 am
by beedee
Where did you get the code? CS1501 is the result of the incorrect number of arguments being passed to a method, indicating to me that you haven't got a copy of the latest stable code.

Posted: Mon Jun 13, 2011 3:32 am
by fanrongqi
I get the code using git like this :

git://github.com/OpenRA/OpenRA.git

and the versions is 20110511 .is this problem cause by my IDE?

Posted: Mon Jun 13, 2011 3:50 am
by beedee
Try checking out the "next" branch with `git checkout next` and see if that helps.

Posted: Mon Jun 13, 2011 7:04 am
by fanrongqi
thanks ,It is ok now, but I can not run it ,thought I install

.NET Framework
Tao Framewor
OpenAL
Cg Toolkit

and I can complier the project successful but I can not run it .where is the log file?

Posted: Mon Jun 13, 2011 11:48 am
by Sleipnir
Logs are written to My Documents\OpenRA\Logs\ under windows.