sasuke,
Have you tried the alternate method I mention earlier?
YaY's release comes with a file called YaY_Ultimate_3_EXE_example.bat and the original content of the file is as follows:
REM You can enter values betwen the double double-quotes for none or one or more of the options bellow
REM or leave them blank as they are now, YaY Ultimate will pop up windows for any value omitted.
cmd /k YaY_Ultimate_3_flash.exe --username "" --password "" --room "" --port "" --shortcut ""By using this batch (.bat) file to launch YaY, many of the options can be pre-declared, in this particular case we are interested in declaring the room. So change it to something like this:
REM You can enter values betwen the double double-quotes for none or one or more of the options bellow
REM or leave them blank as they are now, YaY Ultimate will pop up windows for any value omitted.
cmd /k YaY_Ultimate_3_flash.exe --username "" --password "" --room "chess_adv_b" --port "" --shortcut ""This should do the trick.
chiuauaboys,
i dont think its the yahoo chess site that has the problem . i go to yahoo chess everyday and i didnt get any problem lately.
Are you suggesting the problem is with YaY?
When we released YaY Ultimate the very first time, the idea was to provide the user with a nice graphical interface to select a WinBoard shortcut, to enter new IDs or select a previously saved one, to display 10 world areas and to display the rooms and the amount of users at that particular moment in time, to select a WinBoard port, etc. The idea was to eliminate the need to enter parameters in the command prompt window and therefore now once YaY is launched it wont' prompt the user for parameters. Now, parameters have to be manually selected thru the Graphic interface or be predeclared in a batch file as I explained above.
The URLs that provide the rooms information for a particular area of the world, are called
control towers, for example the control tower for the USA is:
http://ct.games.yahoo.com/controltower-2.0.0/ct?v=2.0.0&intl=us&c=gr&p=ch&n=2147483647Go ahead and click on the link and see for yourself that that is a Yahoo URL and see the nice information that is provide by it.
So, for reasons beyond my comprehension and beyond my control, sometimes these URLs will display only the 3 rooms mentioned above and there is nothing in the world we can do to fix a problem we are not creating (well except going back to the old YtoICS way of logging), then your only option when this happens is to predeclare the room in the batch file as explained above.
In reality that's how dene and I log in, by using a batch file with everything preclared on it (ID, password,room,winboard shortcut), this way just by double-clicking the batch file ICON YaY will take us to the room in one single step.
I hope this explanation changes your mind about this issue.
Cheers,
Edit: In the control tower above, observe that there is two Chess Servers (probably running in a sync mode):
-yog5.games.ac4.yahoo.com and
-yog6.games.ac4.yahoo.com
Observe also that yog5.games.ac4.yahoo.com is the one used the most.
When a room is predeclared, YaY will use the control tower to extract the parameters needed (yog, port and room's name), but if the control tower is down (displaying only the 3 infamous rooms), YaY will use yog5.games.ac4.yahoo.com which is not necesary correct.
For example:
- Code: Select all
<room host="yog6.games.ac4.yahoo.com" port="11999" yport="yahoo_1039475893" title="Advanced Lounge 6" category="advanced" currplayers="2" />
If you are trying to go to Advance Lounge 6 and the control tower is down, YaY will use yog5.games.ac4.yahoo.com instead of yog6.games.ac4.yahoo.com
This is an interest situation, you will be logged to Advance Lounge 6 in the chess server yog5.games.ac4.yahoo.com while the rest of the players logged to this room are using the chess server yog6.games.ac4.yahoo.com , so, you will be the only player in that room
I am explaining all this to make it clear that even thou we went thru the trouble of providing users with an alternate solution when the control tower is down (once in a while really), this solution only works for rooms using yog5.games.ac4.yahoo.com