For easier strategy development process you have an option to run local replays. You can locally replay a game that has been tested on the server. To do so, first download the Repeater and extract it. You will need an installation of Java 8+ Runtime Environment (you can find JRE in the corresponding section on the Oracle site) to run the Repeater.
Local replay is an option to run your strategy on your computer in a such a way, that it will see the world around it the same as it was while testing on the server. This will help you to debug, add logging and watch the reaction of your strategy during the game.
Please notice, that any interaction of your strategy with the game world during local replay is completely ignored. That means, that every moment the environment of the strategy is exactly the same as it was, and does not change, no matter what your strategy writes to the move object. The utility does not have full data of the game (only a part that was sent to your strategy), thus can not visualize the game. If your strategy does not have any breakpoints and/or some logging, it will «silently» do its job and terminate.
How to use the utility:
authorize on the site, download an archive and extract it to a convenient place;
choose a game with your strategy, and go to its page by following the link in the column “#”;
if the game is tested, you will see a button “Local replay” on the right;
after clicking on it a window will appear with a list of all your strategies that participated in the game, and their corresponding tokens;
run the Repeater, passing the token as a command line parameter, or just enter it to the appeared terminal, after which the Repeater will download all necessary data and will start waiting for your strategy to connect;
compile your strategy. Note that the entry point is located in Runner.{ext} file, and this file is the one to run;
after starting your strategy will connect to the Repeater, that will emulate the behavior of the game world as it was tested on the server.
Attention! Local replay is only available within 2-3 days from the moment of creation of the game!
Powered by Yandex.Translate
Repeater is completed after entering the token. Windows-om run a repeater.bat a console opens, enter the request token, the repeater immediately ends. How to fix?
Repeater завершается после ввода токена. Под Windows-ом запускаю repeater.bat, открывается консоль, на запрос ввожу токен, repeater тут же завершается. Как исправить?
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
Repeater is completed after entering the token. Windows-om run a repeater.bat a console opens, enter the request token, the repeater immediately ends. How to fix?
To reproduce your behavior has failed. On a random token and it works. That you have with any particular token, or with any? Try to erase from the bat file, the word start
, then in the current console will remain stacktrace - it can help with diagnosis.
Repeater завершается после ввода токена. Под Windows-ом запускаю repeater.bat, открывается консоль, на запрос ввожу токен, repeater тут же завершается. Как исправить?
Воспроизвести ваше поведение не удалось. На случайном токене всё работает. Такое у вас возникает с каким-то конкретным токеном или с любым? Попробуйте стереть из bat-файла слово start
, тогда в текущей консоли останется stacktrace - он может помочь диагностике.
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
In Repeater you can watch as Local runner ?
No, Repeater probably need to debug. Please read carefully the description of the utility.
В Repeater можно смотреть игру как в Local runner ?
Нет, Repeater скорее нужен для отладки. Пожалуйста, внимательно прочитайте описание утилиты.
Нижний Новгород
Powered by Yandex.Translate
The same problem: Repeater control gives the following error for all my games: Please enter the participant's token: v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 [Tue Nov 08 16:32:14 PDT 2016]: the Repeater has been started [token=35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996] ERROR: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233)
The server gives a 404: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996. What to do?
Та же проблема: Repeater выдает следующую ошибку для всех моих игр:
Please, enter the participant's token: v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996
[Tue Nov 08 16:32:14 MSK 2016]: Repeater has been started [token=35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996]
ERROR: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996
java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:76)
at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233)
Сервер отдает 404: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996. Что делать?
Powered by Yandex.Translate
Removed start, Given that there is not enough memory. The computer free 6GB of memory. Error on all their games. Exception in thread “main” java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.io.ByteArrayOutputStream.toByteArray(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:111) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:84) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233)
Убрал start, Выдало, что не хватает памяти. На компьютере свободных 6ГБ памяти. Ошибка на всех своих играх. Exception in thread “main” java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.io.ByteArrayOutputStream.toByteArray(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:111) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:84) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233)
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
Removed start, Given that there is not enough memory. The computer free 6GB of memory. Error on all their games. Exception in thread “main” java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.io.ByteArrayOutputStream.toByteArray(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:111) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:84) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233)
Maybe you have 32-bit Java. Try adding in the options in java in bat file -Xmx800M to start java -Xmx800M -cp ".;*;%~dp0/*" -jar repeater.jar %1
Убрал start, Выдало, что не хватает памяти. На компьютере свободных 6ГБ памяти. Ошибка на всех своих играх. Exception in thread “main” java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.io.ByteArrayOutputStream.toByteArray(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:111) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:84) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233)
Наверное у вас 32-битная Java. Попробуйте добавить к в опции в java в бат-файл -Xmx800M, чтобы стало start java -Xmx800M -cp ".;*;%~dp0/*" -jar repeater.jar %1
Powered by Yandex.Translate
Maybe you have 32-bit Java. Try adding in the options in java in bat file -Xmx800M to start java -Xmx800M -cp “.;*;%~dp0/*” -jar repeater.jar %1
With -Xmx800M worked. Thank you!
Наверное у вас 32-битная Java. Попробуйте добавить к в опции в java в бат-файл -Xmx800M, чтобы стало start java -Xmx800M -cp “.;*;%~dp0/*” -jar repeater.jar %1
С -Xmx800M заработало. Спасибо!
Powered by Yandex.Translate
The same problem: Repeater control gives the following error for all my games: Please enter the participant’s token: v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 [Tue Nov 08 16:32:14 PDT 2016]: the Repeater has been started [token=35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996] ERROR: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233) …
A similar problem, the server gives 404 for a dump
Та же проблема: Repeater выдает следующую ошибку для всех моих игр: Please, enter the participant’s token: v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 [Tue Nov 08 16:32:14 MSK 2016]: Repeater has been started [token=35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996] ERROR: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233) …
Аналогичная проблема, сервер отдает 404 на дамп
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
The same problem: Repeater control gives the following error for all my games: Please enter the participant’s token: v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 [Tue Nov 08 16:32:14 PDT 2016]: the Repeater has been started [token=35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996] ERROR: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233) …
Where did you get this token v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 ?
You just click in the “local repeat” and of splawski copy the token?
Та же проблема: Repeater выдает следующую ошибку для всех моих игр: Please, enter the participant’s token: v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 [Tue Nov 08 16:32:14 MSK 2016]: Repeater has been started [token=35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996] ERROR: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/verifications/35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233) …
Откуда вы взяли такой токен v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 ?
Вы точно нажимаете в “локальный повтор” и из всплывашки копируете токен?
Нижний Новгород
Powered by Yandex.Translate
Where did you get this token v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 ? You just click in the “local repeat” and of splawski copy the token?
I took it from the error verification strategies: Your strategy has been tested in a few short test games and on one of them she "fell". Your strategy in the game corresponds to the special identifying token. This token is used in the utility Repeater. Utility will help you locally on your computer to play the game the way it looks from the outside of your strategy. Simply copy the token below and use it as a command line parameter when you run the utility. Type Token 10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d 10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d
Откуда вы взяли такой токен v_35ec249cf8dd8d3ab023fa32a95e0d7fcccd3996 ? Вы точно нажимаете в “локальный повтор” и из всплывашки копируете токен?
Я его взял из ошибки верификации стратегии:
Ваша стратегия была протестирована в нескольких коротких проверочных играх и на одной из них она "упала". Вашей стратегии в игре соответствует специальный идентифицирующий токен. Этот токен используется в утилите Repeater. Утилита поможет вам локально на вашем компьютере воспроизвести игру так, как она выглядит со стороны вашей стратегии. Просто скопируйте токен ниже и используйте его как параметр командной строки при запуске утилиты.
Тип Токен
10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d
10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d
Powered by Yandex.Translate
For the same reason are unable to know the cause of the fall…
Plus. Strategy that fulfills lokalbaner in any position without any problems, I would like to know the cause of her failure on the server.
По той же самой причине не могу узнать причину падения…
Плюсую. Стратегия на локалраннере отрабатывает на любой позиции без каких-либо проблем, хотелось бы узнать причину ее отказов на сервере.
Powered by Yandex.Translate
Plus. Strategy that fulfills lokalbaner in any position without any problems, I would like to know the cause of her failure on the server.
Not ruby by any chance?)
Плюсую. Стратегия на локалраннере отрабатывает на любой позиции без каких-либо проблем, хотелось бы узнать причину ее отказов на сервере.
Не руби случаем?)
Powered by Yandex.Translate
Almost :) Python 3.
similar stuff in Python was. Rechecked and realized that nothing stuck and the source model in a separate module - imports on production environments will not work
Почти :) Питон 3.
аналогичная ерунда на питоне была. Перепроверил и понял, что зря засунул сорцы и модели в отдельный модуль - импорты на боевом окружении не будут работать
SEMrush
Powered by Yandex.Translate
`` esemi@semyon-nb:~/development/russian-ai-cup-2016/repeater$ ./repeater.sh b42dd9c2e97d3de0d23886caeccff538def658b5 Repeater Tool for Russian AI Cup By Russian AI Cup Team
[Wed Nov 09 01:32:34 PDT 2016]: the Repeater has been started [token=b42dd9c2e97d3de0d23886caeccff538def658b5] [Wed Nov 09 01:32:37 PDT 2016]: Dump has been downloaded [bytes=50762249] ``
and silence. Where’s the replay view?
esemi@semyon-nb:~/development/russian-ai-cup-2016/repeater$ ./repeater.sh b42dd9c2e97d3de0d23886caeccff538def658b5
Repeater Tool for Russian AI Cup
By Russian AI Cup Team
[Wed Nov 09 01:32:34 MSK 2016]: Repeater has been started [token=b42dd9c2e97d3de0d23886caeccff538def658b5]
[Wed Nov 09 01:32:37 MSK 2016]: Dump has been downloaded [bytes=50762249]
и тишина. Где повтор посмотреть?
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
esemi@semyon-nb:~/development/russian-ai-cup-2016/repeater$ ./repeater.sh b42dd9c2e97d3de0d23886caeccff538def658b5 Repeater Tool for Russian AI Cup By Russian AI Cup Team [Wed Nov 09 01:32:34 PDT 2016]: the Repeater has been started [token=b42dd9c2e97d3de0d23886caeccff538def658b5] [Wed Nov 09 01:32:37 PDT 2016]: Dump has been downloaded [bytes=50762249]
…
Please read carefully the post about the use of a Repeater. Because everything is written, just above your comment.
esemi@semyon-nb:~/development/russian-ai-cup-2016/repeater$ ./repeater.sh b42dd9c2e97d3de0d23886caeccff538def658b5 Repeater Tool for Russian AI Cup By Russian AI Cup Team
[Wed Nov 09 01:32:34 MSK 2016]: Repeater has been started [token=b42dd9c2e97d3de0d23886caeccff538def658b5] [Wed Nov 09 01:32:37 MSK 2016]: Dump has been downloaded [bytes=50762249] …
Пожалуйста, прочитайте внимательно пост про использование Repeater. Ведь всё написано, чуть выше от вашего комментария.
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
I took it from the error verification strategies: Your strategy has been tested in a few short test games and on one of them she “fell”. Your strategy in the game corresponds to the special identifying token. This token is used in the utility Repeater. Utility will help you locally on your computer to play the game the way it looks from the outside of your strategy. Simply copy the token below and use it as a command line parameter when you run the utility. Type Token 10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d 10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d
There are probably difficulties with downloading data for verification games. Tomorrow will sort out.
Я его взял из ошибки верификации стратегии: Ваша стратегия была протестирована в нескольких коротких проверочных играх и на одной из них она “упала”. Вашей стратегии в игре соответствует специальный идентифицирующий токен. Этот токен используется в утилите Repeater. Утилита поможет вам локально на вашем компьютере воспроизвести игру так, как она выглядит со стороны вашей стратегии. Просто скопируйте токен ниже и используйте его как параметр командной строки при запуске утилиты. Тип Токен 10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d 10x1 v_df89bb4489c4d0e488ad647896a56dfcbc38463d
Вероятно, есть сложности с загрузкой данных для верификационных игр. Завтра обязательно разберемся.
SEMrush
Powered by Yandex.Translate
There are probably difficulties with downloading data for verification games. Tomorrow will sort out.
Big sorry) Makoto and not read)
Вероятно, есть сложности с загрузкой данных для верификационных игр. Завтра обязательно разберемся.
Большой пардон) Самую мякотку и не дочитал)
Powered by Yandex.Translate
Also the problem with “validation Error”. The strategy in C#. In Repeat’ere was held under the debugging 1 step (1 just got to Move). Then the game ends, no exceptions whatsoever. What could be the problem?
Тоже проблема с “Ошибкой верификации”. Стратегия на C#. В Repeat’ere прошел под отладкой 1 шаг (1 раз попал в Move). Затем игра завершается, исключений нет никаких. В чем может быть проблема?
Харьковский НУ им. Каразина
Powered by Yandex.Translate
And someone may for dummies manual to write? I did all the instructions everything works, only I do not get into the file MyStrategy.cpp. Ie the question is how to move from file Runner in what I wrote? I’m trying to put the usual stopping point at the entrance to the void MyStrategy::move.
А кто-то может для чайников инструкцию написать? Я всё сделал по местной инструкции вроде всё работает, только я не попадаю в файл MyStrategy.cpp. Тоесть вопрос в том как перейти из файла Runner в то что я писал? я пытаюсь ставить обычные точки остановки на входе в void MyStrategy::move.
Санкт-Петербург
Powered by Yandex.Translate
Repeat the repeater game. On the zero tick my position 300.0, 3800.0. The first tick of a request speed and position, get -2.828427124746213, 2.121320343559546 and 302.8284271247462, 3797.8786796564405 respectively. Faction Academy. It seems that the speed is specified with the opposite sign. Tell me, what I don’t understand, please.
Повторяю в репитере игру. На нулевом тике моя позиция 300.0, 3800.0. На первом тике запрашиваю скорость и положение, получаю -2.828427124746213, 2.121320343559546 и 302.8284271247462, 3797.8786796564405 соответственно. Факция академия. Кажется, что скорость указана с обратным знаком. Подскажите, чего я не понимаю, пожалуйста.
Powered by Yandex.Translate
And someone may for dummies manual to write? I did all the instructions everything works, only I do not get into the file MyStrategy.cpp. Ie the question is how to move from file Runner in what I wrote? I’m trying to put the usual stopping point at the entrance to the void MyStrategy::move.
Version the same?
А кто-то может для чайников инструкцию написать? Я всё сделал по местной инструкции вроде всё работает, только я не попадаю в файл MyStrategy.cpp. Тоесть вопрос в том как перейти из файла Runner в то что я писал? я пытаюсь ставить обычные точки остановки на входе в void MyStrategy::move.
Версии одинаковые?
Костанай
Powered by Yandex.Translate
Repeat the repeater game. On the zero tick my position 300.0, 3800.0. The first tick of a request speed and position, get -2.828427124746213, 2.121320343559546 and 302.8284271247462, 3797.8786796564405 respectively. Faction Academy. It seems that the speed is specified with the opposite sign. Tell me, what I don’t understand, please.
This is a feature, not to relax) I also Have a negative velocity returns. And I had also: http://russianaicup.ru/post/8#comment-217
Повторяю в репитере игру. На нулевом тике моя позиция 300.0, 3800.0. На первом тике запрашиваю скорость и положение, получаю -2.828427124746213, 2.121320343559546 и 302.8284271247462, 3797.8786796564405 соответственно. Факция академия. Кажется, что скорость указана с обратным знаком. Подскажите, чего я не понимаю, пожалуйста.
Это фича такая, чтобы не расслаблялись) У меня тоже отрицательную скорость возвращает. И вот у человека тоже: http://russianaicup.ru/post/8#comment-217
Яндекс
Powered by Yandex.Translate
Something I have in Repeater’e in python2-cgdk on the second tick arrives world.buildings = None instead of a list of buildings which the strategy falls. Look, please?
Token: 1cbcc9425c752be5dfbfc132b51e2154187d497f
Что-то у меня в Repeater’e в python2-cgdk на втором тике прилетает world.buildings = None вместо списка зданий, из-за чего стратегия падает. Посмотрите, пожалуйста?
Токен: 1cbcc9425c752be5dfbfc132b51e2154187d497f
Powered by Yandex.Translate
Version the same?
Yes my strategies are the same. I already siphoned the language pack and repeater - now I’m sure that they are compatible too. I have the program comes to line runner size_t teamSize = remoteProcessClient.readTeamSizeMessage(); and falls so nirazu not going to mystrategy.
Версии одинаковые?
Да версии моей стратегии одинаковые. Я уже перекачал языковой пакет и репитер - теперь я уверен что они совместимы тоже. У меня програма доходит до строчки runner size_t teamSize = remoteProcessClient.readTeamSizeMessage(); и вываливается так ниразу и не зайдя в майстратеджи.
Powered by Yandex.Translate
Something I have in Repeater’e in python2-cgdk on the second tick arrives world.buildings = None instead of a list of buildings which the strategy falls. Look, please? Token: 1cbcc9425c752be5dfbfc132b51e2154187d497f
You need update packet. Changed the communication Protocol.
Что-то у меня в Repeater’e в python2-cgdk на втором тике прилетает world.buildings = None вместо списка зданий, из-за чего стратегия падает. Посмотрите, пожалуйста? Токен: 1cbcc9425c752be5dfbfc132b51e2154187d497f
Вам нужно обновить пакет. Изменился протокол взаимодействия.
Powered by Yandex.Translate
Yes my strategies are the same. I already siphoned the language pack and repeater - now I’m sure that they are compatible too. I have the program comes to line runner size_t teamSize = remoteProcessClient.readTeamSizeMessage(); and falls so nirazu not going to mystrategy.
This means that the dump just yet. We now have problem with network bandwidth, so the system is set up to ignore non-critical errors, such as the fact that TCP dump is not flushed to the server.
Try to download the dump of another game.
Да версии моей стратегии одинаковые. Я уже перекачал языковой пакет и репитер - теперь я уверен что они совместимы тоже. У меня програма доходит до строчки runner size_t teamSize = remoteProcessClient.readTeamSizeMessage(); и вываливается так ниразу и не зайдя в майстратеджи.
Это означает, что дампа просто нет. У нас сейчас есть проблемы с пропускной способностью сети, поэтому система настроена игнорировать некритичные ошибки, например то, что TCP-дамп не залился на сервер.
Попробуйте скачать дамп другой игры.
Powered by Yandex.Translate
You need update packet . Changed the communication Protocol.
Yes, thank you, now wound up.
Вам нужно обновить пакет . Изменился протокол взаимодействия.
Да, спасибо, теперь завелось.
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
Something prestar to work with a local repeat. Dumps started to give 404.
Что-то перестар работать локальный повтор. Дампы стали отдавать 404.
Powered by Yandex.Translate
I have also an error token 7770dbd78515399c674efe24e651cb4bddf24cf5 ERROR: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233)
У меня тоже ошибка - токен 7770dbd78515399c674efe24e651cb4bddf24cf5 ERROR: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233)
Powered by Yandex.Translate
I have also an error token 7770dbd78515399c674efe24e651cb4bddf24cf5 ERROR: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233)
Yes, actually on any token gives this message - it’s me or the server problem?
У меня тоже ошибка - токен 7770dbd78515399c674efe24e651cb4bddf24cf5 ERROR: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/dumps/7770dbd78515399c674efe24e651cb4bddf24cf5 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233)
Да вообще на любой токен дает это сообщение - это у меня или на сервер проблема?
Powered by Yandex.Translate
Yes, actually on any token gives this message - it’s me or the server problem?
I have the same thing. For all the latest games.
Да вообще на любой токен дает это сообщение - это у меня или на сервер проблема?
У меня то же самое. На все последние игры.
Крымский федеральный университет имени В.И. Вернадского
Нужно заново скачать repeater
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
Yes, actually on any token gives this message - it’s me or the server problem?
Try to pump the tool.
Да вообще на любой токен дает это сообщение - это у меня или на сервер проблема?
Попробуйте перекачать утилиту.
Softgrad Solutions
Powered by Yandex.Translate
Try to pump the tool.
Then please change repeater’but please add an update this page.
Попробуйте перекачать утилиту.
Тогда просьба при изменении repeater’а, пожалуйста добавляйте апдейт этой страницы.
Powered by Yandex.Translate
Then please change repeater’but please add an update this page.
During the beta introduced a huge number of edits. Unfortunately, physically there is no possibility to improve the system and at the same time to publish all. From this point on everything will be more friendly to the participants.
Тогда просьба при изменении repeater’а, пожалуйста добавляйте апдейт этой страницы.
Во время беты вносится огромное количество правок. К сожалению, чисто физически нет возможности заниматься улучшением системы и в то же время публиковать всё. С этого момента всё будет более дружелюбно к участникам.
sorry but where do I get the repeater from?“first download the [Repeater]($(static)/assets/repeater/repeater.zip?rnd) and extract it” download from where?
sorry but where do I get the repeater from?“first download the [Repeater]($(static)/assets/repeater/repeater.zip?rnd) and extract it” download from where?
Fixed link.
Crypton/RDL
Powered by Yandex.Translate
Repeat the repeater game. On the zero tick my position 300.0, 3800.0. The first tick of a request speed and position, get -2.828427124746213, 2.121320343559546 and 302.8284271247462, 3797.8786796564405 respectively. Faction Academy. It seems that the speed is specified with the opposite sign. Tell me, what I don’t understand, please.
Yes, the speed then give the opposite sign. Don’t worry, it’s just not documented bug. Not a bug, but a feature)
Повторяю в репитере игру. На нулевом тике моя позиция 300.0, 3800.0. На первом тике запрашиваю скорость и положение, получаю -2.828427124746213, 2.121320343559546 и 302.8284271247462, 3797.8786796564405 соответственно. Факция академия. Кажется, что скорость указана с обратным знаком. Подскажите, чего я не понимаю, пожалуйста.
Да, скорости тут дают с противоположным знаком. Не парься, это просто не документированный баг. Не баг, а фича)
Powered by Yandex.Translate
Yes, the speed then give the opposite sign. Don’t worry, it’s just not documented bug. Not a bug, but a feature)
Already fixed: 14 Nov: fixed speed sign from wizards and minions; fixed effect of the shells on the border of the range; a number of other fixes.
On the page of lokalbaner update posted
Да, скорости тут дают с противоположным знаком. Не парься, это просто не документированный баг. Не баг, а фича)
Уже пофиксили: 14 ноября: исправлен знак скорости у волшебников и миньонов; исправлено действие снарядов на границе дальности; ряд других исправлений.
На странице локалраннера обновление вывесили
Powered by Yandex.Translate
How to start play from a specific tick?
I write at the beginning of the move if (world.TickIndex < 123) return;
Of course, if you believe that the global state will be the same as when you start first (which is not always the case)
Как начать воспроизводить с определенного тика?
Я пишу в начале move if (world.TickIndex < 123) return;
Конечно, если уверен что глобальное состояние будет таким-же, как и при запуске сначала (что происходит не всегда)
Powered by Yandex.Translate
How to start play from a specific tick?
if (world.getTickIndex() >= 123) {
int x = 0;
x++; // here breakpoint
}
Как начать воспроизводить с определенного тика?
if (world.getTickIndex() >= 123) {
int x = 0;
x++; // сюда брейкпойнт
}
ИП
Powered by Yandex.Translate
Good time of day. Help to run the repeater. Run it, enter the token, he writes in response “Repeater has been started [token]” and the window closes - all of this takes less than a second. Repeater fresh, rocked yesterday/the day before yesterday.
Доброе время суток. Помогите запустить репитер. Запускаю его, ввожу токен, он пишет в ответ “Repeater has been started [токен]”, и окно закрывается - все это занимает меньше секунды. Репитер свежий, качал вчера/позавчера.
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
And may time out strategies to increase them. Dump the already long bobs, so more and pumping after some time.
А можете время ожидания стратегии увеличить? Дамп и без того долго качается, так ещё и перекачивать через некоторое время приходится.
УрФУ (ранее УрГУ и УГТУ-УПИ)
Powered by Yandex.Translate
Can add to the state of the game field with the current tick? Everyone realizes it now on their side, but because of the deaths counter diverges. To add to the Game class field CurrentTick. It’s incredibly easier debugging in the repeater, because without visualization it is difficult to find the right moment.
Может добавить в состояние игры поле с текущим тиком? Каждый реализует его сейчас на своей стороне, но из-за смертей счётчик расходится. Добавить в класс Game поле CurrentTick. Это невероятно упростит отладку в repeater, потому что без визуализации сложно найти нужный момент.
УрФУ (ранее УрГУ и УГТУ-УПИ)
Powered by Yandex.Translate
Can add to the state of the game field with the current tick? Everyone realizes it now on their side, but because of the deaths counter diverges. To add to the Game class field CurrentTick. It’s incredibly easier debugging in the repeater, because without visualization it is difficult to find the right moment.
TickIndex
Может добавить в состояние игры поле с текущим тиком? Каждый реализует его сейчас на своей стороне, но из-за смертей счётчик расходится. Добавить в класс Game поле CurrentTick. Это невероятно упростит отладку в repeater, потому что без визуализации сложно найти нужный момент.
TickIndex
Mirantis
Powered by Yandex.Translate
Please enter the participant’s token: dae2aaab418159df815c54f43e6d4714abb753eb [Fri Nov 18 19:59:27 PDT 2016]: the Repeater has been started [token=dae2aaab418159df815c54f43e6d4714abb753eb] ERROR: http://russianaicup.ru/boombox/data/dumps/dae2aaab418159df815c54f43e6d4714abb753eb java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/dumps/dae2aaab418159df815c54f43e6d4714abb753eb at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1872) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:233)
View, why not repeat to see?
Please, enter the participant’s token: dae2aaab418159df815c54f43e6d4714abb753eb [Fri Nov 18 19:59:27 MSK 2016]: Repeater has been started [token=dae2aaab418159df815c54f43e6d4714abb753eb] ERROR: http://russianaicup.ru/boombox/data/dumps/dae2aaab418159df815c54f43e6d4714abb753eb java.io.FileNotFoundException: http://russianaicup.ru/boombox/data/dumps/dae2aaab418159df815c54f43e6d4714abb753eb at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1872) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:76) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:233)
Посмотрите, почему нельзя повтор увидеть?
Powered by Yandex.Translate
Please enter the participant’s token: dae2aaab418159df815c54f43e6d4714abb753eb [Fri Nov 18 19:59:27 PDT 2016]: the Repeater has been started [token=dae2aaab418159df815c54f43e6d4714abb753eb] ERROR: http://russianaicup.ru/boombox/data/dumps/dae2aaab418159df815c54f43e6d4714abb753eb java.io.FileNotFoundException: …
Recall, you just had to download the new repeater
Please, enter the participant’s token: dae2aaab418159df815c54f43e6d4714abb753eb [Fri Nov 18 19:59:27 MSK 2016]: Repeater has been started [token=dae2aaab418159df815c54f43e6d4714abb753eb] ERROR: http://russianaicup.ru/boombox/data/dumps/dae2aaab418159df815c54f43e6d4714abb753eb java.io.FileNotFoundException: …
Отзываю, надо было просто скачать новый repeater
Powered by Yandex.Translate
Good time of day. Help to run the repeater. Run it, enter the token, he writes in response “Repeater has been started [token]” and the window closes - all of this takes less than a second. Repeater fresh, rocked yesterday/the day before yesterday.
If you’re under Windows, then first take of the batch file “start” and run from the cmd window, then the window will not close and you will see the message.
Доброе время суток. Помогите запустить репитер. Запускаю его, ввожу токен, он пишет в ответ “Repeater has been started [токен]”, и окно закрывается - все это занимает меньше секунды. Репитер свежий, качал вчера/позавчера.
Если ты под Виндой, то для начала убери из батника “start” и запусти из окна cmd, тогда окно не будет закрываться и ты увидишь сообщение.
Softgrad Solutions
Powered by Yandex.Translate
Can add to the state of the game field with the current tick? Everyone realizes it now on their side, but because of the deaths counter diverges. To add to the Game class field CurrentTick. It’s incredibly easier debugging in the repeater, because without visualization it is difficult to find the right moment.
It already is: world.TickIndex (C# syntax)
Может добавить в состояние игры поле с текущим тиком? Каждый реализует его сейчас на своей стороне, но из-за смертей счётчик расходится. Добавить в класс Game поле CurrentTick. Это невероятно упростит отладку в repeater, потому что без визуализации сложно найти нужный момент.
Это уже есть: world.TickIndex (С# синтаксис)
МФТИ (ГУ)
Powered by Yandex.Translate
Please add the ability to save locally the downloaded tokens and to work with them. It is much easier to restart debugging the same game, for example when adding debug output, and will remove the limitation of 5 days for games that already when you debug locally.
Добавьте пожалуйста возможность сохранять локально скаченные токены и работать с ними. Это сильно облегчит перезапуск отладки на одной и той же игре, например при добавлении отладочного вывода, и снимет ограничение в 5 суток для игр которые уже когда то отлаживались локально.
Санкт-Петербург
Powered by Yandex.Translate
With the repeater again, some trouble or the format of the games The first move only passes, and then a null reference on the variable players. C#.
public World(int tickIndex, int tickCount, double width, double height, Player[] players, Wizard[] wizards Minion[] minions, Projectile[] projectiles, Bonus[] bonuses, Building[] buildings, Tree[] trees) { this.tickIndex = tickIndex; this.tickCount = tickCount; this.width = width; this.height = height;
this.players = new Player[players.Length];
С репитером опять какая-то беда или с форматом игр Первый move только проходит, а потом null reference на переменной players. C#.
public World(int tickIndex, int tickCount, double width, double height, Player[] players, Wizard[] wizards, Minion[] minions, Projectile[] projectiles, Bonus[] bonuses, Building[] buildings, Tree[] trees) { this.tickIndex = tickIndex; this.tickCount = tickCount; this.width = width; this.height = height;
this.players = new Player[players.Length];
Powered by Yandex.Translate
With the repeater again, some trouble or the format of the games The first move only passes, and then a null reference on the variable players. C#. public World(int tickIndex, int tickCount, double width, double height, Player[] players, Wizard[] wizards Minion[] minions, Projectile[] projectiles, Bonus[] bonuses, Building[] buildings, Tree[] trees) { this.tickIndex = tickIndex; this.tickCount = tickCount; this.width = width; this.height = height; …
All new?
Night all refreshed and rapitor and the language pack need to be downloaded again. Cm. latest news.
С репитером опять какая-то беда или с форматом игр Первый move только проходит, а потом null reference на переменной players. C#. public World(int tickIndex, int tickCount, double width, double height, Player[] players, Wizard[] wizards, Minion[] minions, Projectile[] projectiles, Bonus[] bonuses, Building[] buildings, Tree[] trees) { this.tickIndex = tickIndex; this.tickCount = tickCount; this.width = width; this.height = height; …
Все новое?
Ночью все обновилось - и репитор и языковой пакет, нужно скачивать заново. См. последнюю новость на главной.
Powered by Yandex.Translate
All new? Night all refreshed and rapitor and the language pack need to be downloaded again. Cm. latest news.
Maybe this page link is not updated, but then it leads all to the same zip with the version of the repeater 13 Nov. http://russianaicup.ru/p/repeater#comment-792
Все новое? Ночью все обновилось - и репитор и языковой пакет, нужно скачивать заново. См. последнюю новость на главной.
Возможно,на этой странице ссылку не обновили, но тут она ведет все на тот же зип с версией репитера от 13 ноября http://russianaicup.ru/p/repeater#comment-792
A
Powered by Yandex.Translate
I also have something strange, updated the repeater, SDK etc but when watching the game in ripetere video on the website there is a discrepancy as to the behavior of the character, for example, and on points. Anybody with such did not face?
У меня тоже что-то странное, обновил репитер, сдк и т.д., но при просмотре игры в рипитере видео на сайте есть несоответствие как по поведению персонажа, так, например, и по очкам. Никто с таким не сталкивался?
Universität Heidelberg
На этой странице ссылка на обновленный репитер или нет?
ЧелГУ
Powered by Yandex.Translate
Guys, help me, I have something blunt..
Copy the token. Compile Runner thinks 20 seconds, then error, can not the list of players to: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:126) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
In the batch file like so: Please enter the participant’s token: 6f423ef3481c75aa910eac05cba018f1228ecf71 [Sat Nov 19 22:21:52 PDT 2016]: the Repeater has been started [token=6f423ef3481c75aa910eac05cba018f1228ecf71] [Sat Nov 19 22:22:09 PDT 2016]: Dump has been downloaded [bytes=76709300] [Sat Nov 19 22:22:09 PDT 2016]: Connection from ’/127.0.0.1:53964] [Sat Nov 19 22:22:09 PDT 2016]: ERROR: Unable to write to the socket on [/127.0.0.1:53964] [Sat Nov 19 22:22:09 PDT 2016]: Socket /127.0.0.1:53964
has been closed. [Sat Nov 19 22:22:09 PDT 2016]: Competed to process the socket on [/127.0.0.1:53964]
Ребят, помогите, я что-то туплю..
Копирую токен, все ок. Компилирую Runner секунд 20 думает, затем ошибка, не может список игроков получить: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:126) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
В самом батнике вот так: Please, enter the participant’s token: 6f423ef3481c75aa910eac05cba018f1228ecf71 [Sat Nov 19 22:21:52 MSK 2016]: Repeater has been started [token=6f423ef3481c75aa910eac05cba018f1228ecf71] [Sat Nov 19 22:22:09 MSK 2016]: Dump has been downloaded [bytes=76709300] [Sat Nov 19 22:22:09 MSK 2016]: Connection from ’/127.0.0.1:53964] [Sat Nov 19 22:22:09 MSK 2016]: ERROR: Unable to write to the socket [/127.0.0.1:53964] [Sat Nov 19 22:22:09 MSK 2016]: Socket /127.0.0.1:53964
has been closed. [Sat Nov 19 22:22:09 MSK 2016]: Competed to process the socket [/127.0.0.1:53964]
Powered by Yandex.Translate
Guys, help me, I have something blunt.. Copy the token. Compile Runner thinks 20 seconds, then error, can not the list of players to: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:126) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10) …
The repeater has anything changed ? Like I had just run the repeater, enter the token, then start the strategy all. The same strategy as for the local-runner
Ребят, помогите, я что-то туплю.. Копирую токен, все ок. Компилирую Runner секунд 20 думает, затем ошибка, не может список игроков получить: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:126) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10) …
В репитере что-то поменялось ? Вроде надо было просто запустить репитер, ввести токен, потом запустить стратегию и всё. Такую же стратегию как и для local-runner
drinkit.guru
Powered by Yandex.Translate
I have a repeater for python3 is not running. All successful downloads. I run python Runner.py and is executed only the first 72 ticks. After that, it hangs in silence for a minute. In the console repeater is:
[Sat Nov 19 23:58:44 EET 2016]: Connection from ’/127.0.0.1:65008] [Sat Nov 19 23:59:34 EET 2016]: Competed to process the socket on [/127.0.0.1:65008]
Am I doing something not right?
У меня для python3 репитер не работает. Все успешно скачивает. Я запускаю python Runner.py и выполняется только первые 72 тика. После этого оно висит в молчании минуту. В консоли репитера такое:
[Sat Nov 19 23:58:44 EET 2016]: Connection from ’/127.0.0.1:65008] [Sat Nov 19 23:59:34 EET 2016]: Competed to process the socket [/127.0.0.1:65008]
Я что-то делаю нет так?
Powered by Yandex.Translate
if (world.getTickIndex() >= 123) { int x = 0; x++; // here breakpoint }
In C++ and C# in MS VS 2015 (even in the Community Edition) you can choose Settings… or Conditions… for the breakpoint and set “world.TickIndex == 123”.
if (world.getTickIndex() >= 123) { int x = 0; x++; // сюда брейкпойнт }
В С++ и С# в MS VS 2015 (даже в Community Edition) можно выбрать Settings… или Conditions… для точки останова и задать “world.TickIndex == 123”.
Powered by Yandex.Translate
Apparently not. Where to download new repeater?
Don’t think you quite understand what a Repeater does, and why it needs to be updated. The utility only downloads the saved TCP dump and “feeds” it to your strategy. If downloading and installing connections with the strategy were successful, then further errors can not be associated with the utility.
We have changed the communication Protocol between the gaming simulation and strategy, which was announced in a post on the main page. Therefore, for correct work you need to make sure that you have the latest version of the language pack and Local runners, as well as what your strategy is sent to the system after the announcement.
Видимо нет. Где скачать новый репитер?
Кажется, вы не совсем понимаете, что делает Repeater, и зачем его нужно обновлять. Утилита просто скачивает сохранённый TCP-дамп и “скармливает” его вашей стратегии. Если скачивание и установка соединения со стратегией прошли успешно, то дальнейшие ошибки никак не могут быть связаны с работой утилиты.
Мы изменили протокол взаимодействия между игровым симулятором и стратегией, о чём было анонсировано в посте на главной странице. Поэтому для корректной работы вы должны убедиться, что у вас последняя версия языкового пакета и Local runner’а, а также, что ваша стратегия отослана в систему после анонса.
Санкт-Петербург
Powered by Yandex.Translate
Please add the ability to save locally the downloaded tokens and to work with them. It is much easier to restart debugging the same game, for example when adding debug output, and will remove the limitation of 5 days for games that already when you debug locally.
Accidentally discovered that the repeater can be run one time against him a few times to chase the runner. That is, you don’t have time to wait for downloads. From the limitation of five days does not help, of course.
Добавьте пожалуйста возможность сохранять локально скаченные токены и работать с ними. Это сильно облегчит перезапуск отладки на одной и той же игре, например при добавлении отладочного вывода, и снимет ограничение в 5 суток для игр которые уже когда то отлаживались локально.
Случайно обнаружил, что репитер можно запустить один раз и против него несколько раз прогонять раннер. То есть необязательно каждый раз заново ждать закачки. От ограничения в пять дней не спасает, конечно.
Adform BY
Powered by Yandex.Translate
Hello. The problem with the repeater: at a certain tick. playback. From the strategy, the program hangs for operations with socket. On the side of the repeater according to jstack is also a stupor on the socket. at java.net.SocketOutputStream.socketWrite0(Native Method)
What might be the problem? Before that used a repeater, everything always worked fine. Language pack (updated after the 19th). I tried to increase the memory repeater - no effect.
Zapisane happens on different ticks in one game is 11900+ , another is 13,000+. In some games, the hang does not occur (it seems that this short game) It’s definitely not the end of the match, check.
Game with the hang of the repeater: http://russianaicup.ru/game/view/30760 http://russianaicup.ru/game/view/30534
Example of a game which does not hang: http://russianaicup.ru/game/view/30265
Здравствуйте. Проблема с репитером: на определенном тике подвисает воспроизведение. Со стороны стратегии программа висит на операции с сокетом. На стороне репитера судя по jstack тоже ступор на сокете. at java.net.SocketOutputStream.socketWrite0(Native Method)
В чем мжет быть проблема? До этого использовал репитер, всегда всё отлично работало. Языковой пакет свежий (обновлял после 19го). Пробовал увеличивать память репитеру - никакого эффекта.
Зависане происходит на разных тиках: в одной игре это 11900+ , в другой это 13000+. В некоторых играх зависание не происходит (похоже, это короткие игры) Это точно не окончание матча, проверял.
Игры с зависанием репитера: http://russianaicup.ru/game/view/30760 http://russianaicup.ru/game/view/30534
Пример игры которая не зависает: http://russianaicup.ru/game/view/30265
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
And may time out strategies to increase them. Dump the already long bobs, so more and pumping after some time.
up
a very necessary feature
we have 10 minutes to wait for the dump re-loaded
А можете время ожидания стратегии увеличить? Дамп и без того долго качается, так ещё и перекачивать через некоторое время приходится.
up
очень нужная фича
приходится по 10 минут ждать пока дамп заново загрузится
Powered by Yandex.Translate
up a very necessary feature we have 10 minutes to wait for the dump re-loaded
In fact, it seems to me that it is easier traversal. Find a link by which bobs and sways where, to raise left the server on virtual reality to replace official website, and will be the same match for at least a month to lose
up очень нужная фича приходится по 10 минут ждать пока дамп заново загрузится
На самом деле сдаётся мне что проще отреверсить. Найти ссылку по которой качается и куда качается, поднять левый сервак на виртуалке, чтобы он подменил официальный сайт, и можно будет один и тот же матч хоть месяц проигрывать
Powered by Yandex.Translate
In fact, it seems to me that it is easier traversal. Find a link by which bobs and sways where, to raise left the server on virtual reality to replace official website, and will be the same match for at least a month to lose
I mean what if a long time to start the strategy while running the repeater, it falls off at exceptio “Accept timed out”. For example, when a long debauche and then I want to test the fix.
На самом деле сдаётся мне что проще отреверсить. Найти ссылку по которой качается и куда качается, поднять левый сервак на виртуалке, чтобы он подменил официальный сайт, и можно будет один и тот же матч хоть месяц проигрывать
Я имею в виду что если долго не запускать стратегию при запущенном репитере, то он отваливается по эксцепшину “Accept timed out”. Например, когда долго дебажешь и потом хочешь проверить фикс.
Powered by Yandex.Translate
I mean what if a long time to start the strategy while running the repeater, it falls off at exceptio “Accept timed out”. For example, when a long debauche and then I want to test the fix.
I understand. Is there a timeout like half an hour. And the problem is that the dump then long over. Yeah. ;-)
Я имею в виду что если долго не запускать стратегию при запущенном репитере, то он отваливается по эксцепшину “Accept timed out”. Например, когда долго дебажешь и потом хочешь проверить фикс.
Я понимаю. Там таймаут полчаса вроде. И проблема в том что дамп потом долго грузится. Ага. ;-)
Powered by Yandex.Translate
I mean what if a long time to start the strategy while running the repeater, it falls off at exceptio “Accept timed out”. For example, when a long debauche and then I want to test the fix.
Actually I looked there really just. For obvious reasons the user manual to make I won’t, but you really can download this dump manually(checked) and set the repeater to take the dump from your webserver, and not from the official. Though it is easier I think or wait until the edit timeout, or handles it in the binary change.
Я имею в виду что если долго не запускать стратегию при запущенном репитере, то он отваливается по эксцепшину “Accept timed out”. Например, когда долго дебажешь и потом хочешь проверить фикс.
Собственно я посмотрел, там действительно всё просто. По понятным причинам инструкцию прилагать не буду, но вы и правда можете скачать себе этот дамп вручную(проверил), и настроить репитер так, чтобы он забирал этот дамп с вашего вебсервера, а не с официального. Правда проще мне кажется или дождаться правки таймаута, или ручками его в бинарнике поменять.
Powered by Yandex.Translate
I understand. Is there a timeout like half an hour. And the problem is that the dump then long over. Yeah. ;-)
Actually this file replace the original in the archives(though I could be an old version), and the timeout is already 4 hours instead of 30 minutes. Well, if something goes wrong - is pumped from the office. site =)
Я понимаю. Там таймаут полчаса вроде. И проблема в том что дамп потом долго грузится. Ага. ;-)
Собственно вот этот файлик заменяешь на оригинальный в архиве(правда у меня могла быть старая версия), и таймаут уже 4 часа вместо 30 минут. Ну а если что-то пойдёт не так - перекачаешь с оф. сайта =)
Powered by Yandex.Translate
I mean what if a long time to start the strategy while running the repeater, it falls off at exceptio “Accept timed out”. For example, when a long debauche and then I want to test the fix.
Actually this file replace the original in the archives(though I could be an old version), and the timeout is already 4 hours instead of 30 minutes. Well, if something goes wrong - is pumped from the office. site =)
Я имею в виду что если долго не запускать стратегию при запущенном репитере, то он отваливается по эксцепшину “Accept timed out”. Например, когда долго дебажешь и потом хочешь проверить фикс.
Собственно вот этот файлик заменяешь на оригинальный в архиве(правда у меня могла быть старая версия), и таймаут уже 4 часа вместо 30 минут. Ну а если что-то пойдёт не так - перекачаешь с оф. сайта =)
Powered by Yandex.Translate
I mean what if a long time to start the strategy while running the repeater, it falls off at exceptio “Accept timed out”. For example, when a long debauche and then I want to test the fix.
Proof (had an hour to wait) https://cloud.mail.ru/public/Lkkg/tvSvXeFnQ
Я имею в виду что если долго не запускать стратегию при запущенном репитере, то он отваливается по эксцепшину “Accept timed out”. Например, когда долго дебажешь и потом хочешь проверить фикс.
Пруф (пришлось час подождать) https://cloud.mail.ru/public/Lkkg/tvSvXeFnQ
Powered by Yandex.Translate
I mean what if a long time to start the strategy while running the repeater, it falls off at exceptio “Accept timed out”. For example, when a long debauche and then I want to test the fix.
https://cloud.mail.ru/public/Dd6N/HA94YB6cK
So clearly =)
Я имею в виду что если долго не запускать стратегию при запущенном репитере, то он отваливается по эксцепшину “Accept timed out”. Например, когда долго дебажешь и потом хочешь проверить фикс.
https://cloud.mail.ru/public/Dd6N/HA94YB6cK
Так нагляднее =)
Санкт-Петербург
Powered by Yandex.Translate
Hello. The problem with the repeater: at a certain tick. playback. From the strategy, the program hangs for operations with socket. On the side of the repeater according to jstack is also a stupor on the socket. at java.net.SocketOutputStream.socketWrite0(Native Method) What might be the problem? Before that used a repeater, everything always worked fine. Language pack (updated after the 19th). I tried to increase the memory repeater - no effect. …
I had the same problem. Wrote administration, they will soon try to fix. Now comment out the runner flush data, it will work. (Only, of course, for local runner flush should be returned.)
Здравствуйте. Проблема с репитером: на определенном тике подвисает воспроизведение. Со стороны стратегии программа висит на операции с сокетом. На стороне репитера судя по jstack тоже ступор на сокете. at java.net.SocketOutputStream.socketWrite0(Native Method) В чем мжет быть проблема? До этого использовал репитер, всегда всё отлично работало. Языковой пакет свежий (обновлял после 19го). Пробовал увеличивать память репитеру - никакого эффекта. …
У меня была та же проблема. Писал администрации, они скоро постараются это пофиксить. Прямо сейчас закомментируйте в раннере флаш данных, всё заработает. (Только, естественно, для local runner флаш надо вернуть.)
Russia
Powered by Yandex.Translate
Good afternoon. Can’t get(?) the dump of the game. Start repeater with valid token (obtained for the game, which was launched on this day, I tried three different).
Repeater Tool for Russian AI Cup By Russian AI Cup Team
[Tue Nov 22 10:25:57 PDT 2016]: the Repeater has been started [token=89f8a9255d559f9e25266a2c69ff0dceddbd048d]
ERROR: Connection timed out: connect
The root of stacktrace Repeater.main; Repeater.downloadDump; ...
Tell me, what could it be? Problems on the server side, or am I doing it wrong? Firewall is no problem.
Добрый день. Не удается получить(?) дамп игры. Запускаю repeater с валидным токеном (получен для игры, запущенной в этот день, пробовал три разных).
Repeater Tool for Russian AI Cup By Russian AI Cup Team
[Tue Nov 22 10:25:57 MSK 2016]: Repeater has been started [token=89f8a9255d559f9e25266a2c69ff0dceddbd048d]
ERROR: Connection timed out: connect
Корень стактрейса Repeater.main; Repeater.downloadDump; ...
Подскажите, что может быть? Проблемы на стороне сервера, или я что-то не так делаю? С брандмауэром проблем нет.
МАИ
Powered by Yandex.Translate
[Tue Nov 22 12:34:29 PDT 2016]: the Repeater has been started [token=cffe81d7cb86247b2965efdcf11d361b858e1f08] [Tue Nov 22 12:34:37 PDT 2016]: Dump has been downloaded [bytes=36817592] [Tue Nov 22 12:34:41 PDT 2016]: Connection from ’/127.0.0.1:12507] [Tue Nov 22 12:34:42 PDT 2016]: ERROR: Unable to write to the socket on [/127.0.0.1:12507] [Tue Nov 22 12:34:42 PDT 2016]: Socket /127.0.0.1:12507
has been closed. [Tue Nov 22 12:34:42 PDT 2016]: Competed to process the socket on [/127.0.0.1:12507]
What the error is and how to treat?
[Tue Nov 22 12:34:29 MSK 2016]: Repeater has been started [token=cffe81d7cb86247b2965efdcf11d361b858e1f08] [Tue Nov 22 12:34:37 MSK 2016]: Dump has been downloaded [bytes=36817592] [Tue Nov 22 12:34:41 MSK 2016]: Connection from ’/127.0.0.1:12507] [Tue Nov 22 12:34:42 MSK 2016]: ERROR: Unable to write to the socket [/127.0.0.1:12507] [Tue Nov 22 12:34:42 MSK 2016]: Socket /127.0.0.1:12507
has been closed. [Tue Nov 22 12:34:42 MSK 2016]: Competed to process the socket [/127.0.0.1:12507]
Что за ошибка такая и как лечить?
Powered by Yandex.Translate
Good afternoon. Can’t get(?) the dump of the game. Start repeater with valid token (obtained for the game, which was launched on this day, I tried three different). Repeater Tool for Russian AI Cup By Russian AI Cup Team [Tue Nov 22 10:25:57 PDT 2016]: the Repeater has been started [token=89f8a9255d559f9e25266a2c69ff0dceddbd048d] …
Take your question. As it turned out, at work blocked not only torrents) Wrapped repeater’and traffic through tor and the dump was loaded fine. If someone has the same problem, suggest Tor + Proxifier (win/mac)
Добрый день. Не удается получить(?) дамп игры. Запускаю repeater с валидным токеном (получен для игры, запущенной в этот день, пробовал три разных). Repeater Tool for Russian AI Cup By Russian AI Cup Team [Tue Nov 22 10:25:57 MSK 2016]: Repeater has been started [token=89f8a9255d559f9e25266a2c69ff0dceddbd048d] …
Снимаю свой вопрос. Как оказалось, на работе блокируются не только торренты) Завернул трафик repeater’а через tor и дамп стал грузиться нормально. Если у кого-то такая же проблема, советую Tor + Proxifier (win/mac)
Powered by Yandex.Translate
Take your question. As it turned out, at work blocked not only torrents) Wrapped repeater’and traffic through tor and the dump was loaded fine. If someone has the same problem, suggest Tor + Proxifier (win/mac)
At work probably blocks everything except a few specific ports
Снимаю свой вопрос. Как оказалось, на работе блокируются не только торренты) Завернул трафик repeater’а через tor и дамп стал грузиться нормально. Если у кого-то такая же проблема, советую Tor + Proxifier (win/mac)
На работе скорее всего блокируется вообще всё кроме нескольких определённых портов
Red Hat
Powered by Yandex.Translate
Similar problem. Downloaded repeater again - did not help, while in the console at startup: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:126) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
Never had this problem. Day 3-4 repeater did not run - and now is such garbage. This is not the case 2 days before the round =(
Аналогичная проблема. Скачал репитер ещё раз - не помогло, при этом в консоли при запуске: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:126) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
Раньше не было такой проблемы. Дня 3-4 репитер не запускал - и теперь вот такая фигня. Не дело это за 2 дня до раунда =(
Red Hat
Powered by Yandex.Translate
[Tue Nov 22 12:34:29 PDT 2016]: the Repeater has been started [token=cffe81d7cb86247b2965efdcf11d361b858e1f08] [Tue Nov 22 12:34:37 PDT 2016]: Dump has been downloaded [bytes=36817592] [Tue Nov 22 12:34:41 PDT 2016]: Connection from ’/127.0.0.1:12507] [Tue Nov 22 12:34:42 PDT 2016]: ERROR: Unable to write to the socket on [/127.0.0.1:12507] [Tue Nov 22 12:34:42 PDT 2016]: Socket …
Egor, same problem. The description just above, was unable to improve from the comments, that was you answer
[Tue Nov 22 12:34:29 MSK 2016]: Repeater has been started [token=cffe81d7cb86247b2965efdcf11d361b858e1f08] [Tue Nov 22 12:34:37 MSK 2016]: Dump has been downloaded [bytes=36817592] [Tue Nov 22 12:34:41 MSK 2016]: Connection from ’/127.0.0.1:12507] [Tue Nov 22 12:34:42 MSK 2016]: ERROR: Unable to write to the socket [/127.0.0.1:12507] [Tue Nov 22 12:34:42 MSK 2016]: Socket …
Егор, такая же проблема. Описание чуть выше, не смог поправить коммент сразу, чтоб был вам ответом
JetBrains
Powered by Yandex.Translate
It seems that the Repeater does not work on games created around since the start of round 1. Error (token cut):
java.io.FileNotFoundException: Can’t find dump by <…>. at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:107) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)
Похоже, Repeater не работает на матчах, созданных примерно с момента начала раунда 1. Ошибка (токен вырезан):
java.io.FileNotFoundException: Can't find dump by <...>.
at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:107)
at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
Powered by Yandex.Translate
It seems that the Repeater does not work on games created around since the start of round 1. Error (token cut): java.io.FileNotFoundException: Can’t find dump by <…>. at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:107) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)
Yes same problem with me.
Похоже, Repeater не работает на матчах, созданных примерно с момента начала раунда 1. Ошибка (токен вырезан): java.io.FileNotFoundException: Can’t find dump by <…>. at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:107) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
да такая же проблема и у меня.
Powered by Yandex.Translate
Also the problem with Repeater’ohms. Began recently. java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)
Тоже проблема с Repeater’ом. Началось недавно. java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
Powered by Yandex.Translate
Also the problem with Repeater’ohms. Began recently. java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)
I’m having just this problem, the window is quickly minimized, don’t have time to read. help us pliase!
Тоже проблема с Repeater’ом. Началось недавно. java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
у меня похоже как раз эта проблема, окно быстро сворачивается, не успеваю прочесть. help нам pliase!
ики ран
Powered by Yandex.Translate
ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)
The same. The problem was solved?
ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
То же самое. Решилась проблема у кого-то?
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
It seems that the Repeater does not work on games created around since the start of round 1. Error (token cut): java.io.FileNotFoundException: Can’t find dump by <…>. at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:107) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)
Try to pump repeater and please leave feedback about the result.
Похоже, Repeater не работает на матчах, созданных примерно с момента начала раунда 1. Ошибка (токен вырезан): java.io.FileNotFoundException: Can’t find dump by <…>. at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:107) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
Попробуйте перекачать рипитер и, пожалуйста, отпишитесь о результате.
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248) …
Try to pump repeater and try again. Write about the result. Thank you.
ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248) …
Попробуйте перекачать рипитер и попробуйте снова. Напишите о результате. Спасибо.
ики ран
Powered by Yandex.Translate
Try to pump repeater and try again. Write about the result. Thank you.
`java -Xms128M -Xmx1G -cp “.;*;%~dp0/*” -jar repeater.jar Repeater Tool for Russian AI Cup By Russian AI Cup Team
Please enter the participant’s token: MySuperSecretToken [Sat Nov 26 17:04:34 PDT 2016]: the Repeater has been started [token=0d7301bb328949d9808b90bec0eefdc8772e02e1] ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248)` unfortunately
Попробуйте перекачать рипитер и попробуйте снова. Напишите о результате. Спасибо.
`java -Xms128M -Xmx1G -cp “.;*;%~dp0/*” -jar repeater.jar Repeater Tool for Russian AI Cup By Russian AI Cup Team
Please, enter the participant’s token: MySuperSecretToken [Sat Nov 26 17:04:34 MSK 2016]: Repeater has been started [token=0d7301bb328949d9808b90bec0eefdc8772e02e1] ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:82) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)` к сожалению
Powered by Yandex.Translate
I’m having just this problem, the window is quickly minimized, don’t have time to read. help us pliase!
Below the window is not minimized, remove “start” from a batch file and run from cmd.
у меня похоже как раз эта проблема, окно быстро сворачивается, не успеваю прочесть. help нам pliase!
Чтобы окно не сворачивалось, убери “start” из батника и запускай из cmd.
Химки
Powered by Yandex.Translate
Try to pump repeater and try again. Write about the result. Thank you.
Not working. Tried it on this game http://russianaicup.ru/game/view/56542 ERROR: Connection refused (Connection refused) java.net.ConnectException: Connection refused (Connection refused) … at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:82)
Попробуйте перекачать рипитер и попробуйте снова. Напишите о результате. Спасибо.
Не работает. Пробовал на этой игре http://russianaicup.ru/game/view/56542 ERROR: Connection refused (Connection refused) java.net.ConnectException: Connection refused (Connection refused) … at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:82)
JetBrains
Powered by Yandex.Translate
Try to pump repeater and please leave feedback about the result.
Didn’t help, but now the error ConnectException: Connection refused, with stacktrace above
Попробуйте перекачать рипитер и, пожалуйста, отпишитесь о результате.
Не помогло, но теперь ошибка ConnectException: Connection refused, со стектрейсом, приведённым выше
A
Powered by Yandex.Translate
The same problem, for example, 55194. Fails almost none of the first round download.
Та же проблема, например, с 55194. Не удается почти ничего из первого раунда скачать.
Powered by Yandex.Translate
The same problem, for example, 55194. Fails almost none of the first round download.
I had this problem about three hours ago, just downloaded the new repeater and it worked.
Та же проблема, например, с 55194. Не удается почти ничего из первого раунда скачать.
У меня была такая проблема часа три назад, сразу скачал новый репитер и все заработало.
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
I understand that neither the single repeater I hangs at the N-th tick? (downloaded fresh)
Я так понимаю, ни у однго меня зависает репитер на N-м тике? (скачал свежий)
Powered by Yandex.Translate
Didn’t help, but now the error ConnectException: Connection refused, with stacktrace above
Similarly, the game 59736:
ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect By the way, in reference to the repeater must be a random number instead of “?rnd” ?
Не помогло, но теперь ошибка ConnectException: Connection refused, со стектрейсом, приведённым выше
Аналогично, игра 59736:
ERROR: Connection refused: connect
java.net.ConnectException: Connection refused: connect
Кстати, в ссылке на repeater должно быть случайное число вместо “?rnd” ?
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
Noticed oddity in the game http://russianaicup.ru/game/view/59823 (ran to a bonus that will not soon).
Started debajit. In repeater comes after 1632 from tik tik 2833.
Заметил странность в игре http://russianaicup.ru/game/view/59823 (побежал к бонусу который не скоро появится).
Начал дебажить. В repeater приходит после тика 1632 сразу тик 2833.
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
Noticed oddity in the game http://russianaicup.ru/game/view/59823 (ran to a bonus that will not soon). Started debajit. In repeater comes after 1632 from tik tik 2833.
Sorry, lights out. Well I killed :)
Заметил странность в игре http://russianaicup.ru/game/view/59823 (побежал к бонусу который не скоро появится). Начал дебажить. В repeater приходит после тика 1632 сразу тик 2833.
Сорри, отбой. Меня ж убили :)
Powered by Yandex.Translate
Didn’t help, but now the error ConnectException: Connection refused, with stacktrace above
A similar problem
Не помогло, но теперь ошибка ConnectException: Connection refused, со стектрейсом, приведённым выше
Аналогичная проблема
Powered by Yandex.Translate
and to configure the proxy in ripetere? can’t connect (Connection refused)
а настроить работу через прокси в рипитере можно? не может подключиться (Connection refused)
здесь может быть Ваша компания! :)
Powered by Yandex.Translate
Sorry, lights out. Well I killed :)
and as if you have written this message?
Сорри, отбой. Меня ж убили :)
а как тогда ты здесь написал это сообщение?
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
and as if you have written this message?
Paragraph 2.4. rules:
Unlike other living units, the wizard is impossible to destroy completely, we can only destroy his physical shell. After some time he will be reborn in a new body. For the revival must be at least 1200 ticks since the death of the wizard and not less than 2400 ticks since his last revival.
а как тогда ты здесь написал это сообщение?
Пункт 2.4. правил:
В отличие от других живых юнитов, волшебника невозможно уничтожить окончательно, можно лишь разрушить его телесную оболочку. Через некоторое время он возродится в новом теле. Для возрождения должно пройти не менее 1200 тиков с момента смерти волшебника и не менее 2400 тиков с момента последнего его возрождения.
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
Thank you to those who responded to private messages and helped to diagnose. This problem is fixed, try again.
Спасибо, тем кто откликнулся на личные сообщения и помог диагностировать. Эта проблема устранена, пробуйте снова.
Крымский федеральный университет имени В.И. Вернадского
Powered by Yandex.Translate
Error while trying to run in 63969
ERROR: Premature EOF
java.io.IOException: Premature EOF
at sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source) at sun.net.www.http.ChunkedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:117) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:83) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248) `
Ошибка при попытке запустить на 63969
ERROR: Premature EOF
java.io.IOException: Premature EOF
at sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source)
at sun.net.www.http.ChunkedInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:117)
at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:83)
at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248)
`
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
Error while trying to run in 63969 ERROR: Premature EOF java.io.IOException: Premature EOF at sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source) at sun.net.www.http.ChunkedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:117) at com.codegame.codeseries.repeater.Repeater.downloadDump(a Repeater.java:83) at com.codegame.codeseries.repeater.Repeater.main(a Repeater.java:248) `
Could not reproduce, wrote to the PM.
Ошибка при попытке запустить на 63969 ERROR: Premature EOF java.io.IOException: Premature EOF at sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source) at sun.net.www.http.ChunkedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at com.codegame.codeseries.repeater.Repeater.readStream(Repeater.java:117) at com.codegame.codeseries.repeater.Repeater.downloadDump(Repeater.java:83) at com.codegame.codeseries.repeater.Repeater.main(Repeater.java:248) …
Не получилось воспроизвести, написал в личку.
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
Repeater gives only 300 ticks in a strategy to 70910
I tried to reproduce, I have everything working if with a stub for Python 3. You sure you’re using a fresh package for Python 3? Please note that all in the directory model
and files RemoteProcessClient.py
and Runner.py
must be the latest version.
Репитер отдаёт только 300 тиков в стратегию для 70910
Я попробовал всё воспроизвести, у меня всё работает со стратегие-заглушкой на Python-3. Вы точно используете свежий пакет для Python 3? Обратите внимание, что всё в директории model
и файлы RemoteProcessClient.py
и Runner.py
должны быть последней версии.
Moscow
Powered by Yandex.Translate
I tried to reproduce, I have everything working if with a stub for Python 3. You sure you’re using a fresh package for Python 3? Please note that all in the directory model and files RemoteProcessClient.py and Runner.py must be the latest version.
Thank you, it was just in RemoteProcessClient.py and Runner.py
Я попробовал всё воспроизвести, у меня всё работает со стратегие-заглушкой на Python-3. Вы точно используете свежий пакет для Python 3? Обратите внимание, что всё в директории model и файлы RemoteProcessClient.py и Runner.py должны быть последней версии.
Спасибо, дело было как раз в RemoteProcessClient.py и Runner.py
Moscow
Powered by Yandex.Translate
>compile your strategy, please note that the entry point is in the file Runner.{ext}, it needs to run; explain, pls, what kind of kettle runner.{ext} is it ? local-runner.jar see runner.??? I do not see … I have java under win7
скомпилируйте вашу стратегию, обратите внимание, что точка входа находится в файле Runner.{ext}, именно его и нужно запускать; поясните, pls, чайнику о каком runner.{ext} идет речь ? local-runner.jar вижу, runner.??? не вижу … у меня java под win7
Organization::Команда Russian AI Cup
Powered by Yandex.Translate
compile your strategy, please note that the entry point is in the file Runner.{ext}, it needs to run; explain, pls, what kind of kettle runner.{ext} is it ? local-runner.jar see runner.??? I do not see … I have java under win7
СПбГУ
Powered by Yandex.Translate
I have sometimes hangs repeater immediately after [Fri Dec 02 15:12:28 PDT 2016]: the Repeater has been started [token=ede75d31f39bd2b5f30040d3c617f3284b1685fe]. Can’t upload for half an hour. At other times loaded instantly. Is it possible to monitor the progress of the download? The problem I have locally or on servers not have enough power to give dumps quickly?
У меня иногда зависает repeater сразу после [Fri Dec 02 15:12:28 MSK 2016]: Repeater has been started [token=ede75d31f39bd2b5f30040d3c617f3284b1685fe]. При этом не может загрузить за полчаса. В другое время грузится моментально. Есть ли возможность следить за тем, как идет загрузка? Проблема у меня локально или на серверах не хватает мощности отдавать дампы быстро?
Rubicon Project
Powered by Yandex.Translate
> Is it possible to monitor the progress of the download? The problem I have locally or on servers not have enough power to give dumps quickly? Plus - it would be nice to repeater said - he will ship anything or not.
Like now some kind of problem - no boot.
Есть ли возможность следить за тем, как идет загрузка? Проблема у меня локально или на серверах не хватает мощности отдавать дампы быстро? Плюсую - было бы неплохо, чтобы репитер говорил - грузит он вообще что-либо или нет.
Вроде сейчас какая-то проблема - ничего не грузится.
Сбертех
Powered by Yandex.Translate
Rebooted everything and language packs, and utilities at the second tick throws: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:124) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
Перезагрузил всё и языковые пакеты и утилиты, на втором тике вываливает: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:124) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
Powered by Yandex.Translate
Rebooted everything and language packs, and utilities at the second tick throws: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:124) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
The rebound appears to be working.
Перезагрузил всё и языковые пакеты и утилиты, на втором тике вываливает: Exception in thread “main” java.lang.NullPointerException at model.World.(World.java:28) at RemoteProcessClient.readWorld(RemoteProcessClient.java:124) at RemoteProcessClient.readPlayerContext(RemoteProcessClient.java:86) at Runner.run(Runner.java:33) at Runner.main(Runner.java:10)
Отбой, заработало.
Гродно
Powered by Yandex.Translate
[Thu Dec 08 20:37:09 PDT 2016]: the Repeater has been started [token=f8… [Thu Dec 08 21:08:42 PDT 2016]: Dump has been downloaded [bytes=78586130]
wait!) I have a 50 megabit like…
[Thu Dec 08 20:37:09 MSK 2016]: Repeater has been started [token=f8… [Thu Dec 08 21:08:42 MSK 2016]: Dump has been downloaded [bytes=78586130]
дождался!) у меня то 50 мегабит вроде…
Санкт-Петербург
Powered by Yandex.Translate
[token=63fc90488b67b86fd8589b2675d10d52098b8a93] Utility stops anything send strategies 13109 teak. Language pack and repeater fresher longer.
[token=63fc90488b67b86fd8589b2675d10d52098b8a93] Утилита перестаёт что-либо посылать стратегии после 13109 тика. Языковой пакет и репитер свежее некуда.
Moscow
Powered by Yandex.Translate
Also suddenly having problems with the repeater! For example for the game http://russianaicup.ru/game/view/117097 put a breakpoint on the 6300 the TEC, and the program it does not reach, writes that the socket is closed. What to do?
Тоже неожиданно возникли проблемы с репитером! Например для игры http://russianaicup.ru/game/view/117097 поставил брейкпоинт на 6300 тик, а программы до него не доходит, пишет, что сокет закрылся. Что делать?
Powered by Yandex.Translate
Also suddenly having problems with the repeater! For example for the game http://russianaicup.ru/game/view/117097 put a breakpoint on the 6300 the TEC, and the program it does not reach, writes that the socket is closed. What to do?
Failed to reproduce the problem. Downloaded the dump from the specified 10 games, bring on Repeater different clients: Java, C#, Python 3. Everywhere worked to 7465 teak.
Тоже неожиданно возникли проблемы с репитером! Например для игры http://russianaicup.ru/game/view/117097 поставил брейкпоинт на 6300 тик, а программы до него не доходит, пишет, что сокет закрылся. Что делать?
Не удалось воспроизвести проблему. Скачал дамп 10 из указанной игры, натравливал на Repeater разные клиенты: Java, C#, Python 3. Везде отрабатывало до 7465 тика.
Powered by Yandex.Translate
Failed to reproduce the problem. Downloaded the dump from the specified 10 games, bring on Repeater different clients: Java, C#, Python 3. Everywhere worked to 7465 teak.
Like the problem was solved. It looks like the repeater I have updated the language pack and forgot( Although just yesterday everything worked.. Thank you!
Не удалось воспроизвести проблему. Скачал дамп 10 из указанной игры, натравливал на Repeater разные клиенты: Java, C#, Python 3. Везде отрабатывало до 7465 тика.
Вроде проблема решилась. Похоже репитер я обновил, а языковой пакет забыл( Хотя буквально еще вчера все работало.. Спасибо!
Moscow
Powered by Yandex.Translate
Something again had problems :(( this time local runner generally crashes at startup. For example, the game http://russianaicup.ru/game/view/118498 but not just that. Like today I already updated…
Что-то опять возникли проблемы :(( На этот раз локал раннер вообще вылетает при запуске. Например, игра http://russianaicup.ru/game/view/118498, но не только. Вроде сегодня я его уже обновлял…
Powered by Yandex.Translate
I have sometimes hangs repeater immediately after [Fri Dec 02 15:12:28 PDT 2016]: the Repeater has been started [token=ede75d31f39bd2b5f30040d3c617f3284b1685fe]. Can’t upload for half an hour. At other times loaded instantly. Is it possible to monitor the progress of the download? The problem I have locally or on servers not have enough power to give dumps quickly?
very plus
У меня иногда зависает repeater сразу после [Fri Dec 02 15:12:28 MSK 2016]: Repeater has been started [token=ede75d31f39bd2b5f30040d3c617f3284b1685fe]. При этом не может загрузить за полчаса. В другое время грузится моментально. Есть ли возможность следить за тем, как идет загрузка? Проблема у меня локально или на серверах не хватает мощности отдавать дампы быстро?
очень плюсую
Гомель
Powered by Yandex.Translate
On the game page there is only one token for the games format 2x5, although it should be 5.
На странице игры доступен только один токен для игр формата 2х5, хотя должно быть 5.
Powered by Yandex.Translate
On the game page there is only one token for the games format 2x5, although it should be 5.
Apparently you need after an underscore to specify the desired number from 0 to 4 or from 5 to 9
На странице игры доступен только один токен для игр формата 2х5, хотя должно быть 5.
Видимо нужно после подчеркивания указать необходимый номер от 0 до 4 или от 5 до 9
БЛ ГРУПП
Powered by Yandex.Translate
Again, failure to boot, there everything is normal with the repeater? ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
Опять отказ загрузки, там нормально все с репитером? ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
Softgrad Solutions
Powered by Yandex.Translate
I’m not working. Just downloaded from this page.
ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect
И у меня сейчас не работает. Только что скачал с этой страницы.
ERROR: Connection refused: connect
java.net.ConnectException: Connection refused: connect
Powered by Yandex.Translate
I’m not working. Just downloaded from this page. ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect
Try to download the latest version.
И у меня сейчас не работает. Только что скачал с этой страницы. ERROR: Connection refused: connect java.net.ConnectException: Connection refused: connect
Попробуйте скачать последнюю версию.
Moscow
Powered by Yandex.Translate
Suddenly stopped working repeator. After running almost immediately completes the work (writes do not have time to read). Tried on several different tokens. This time not forgot, just in case the update utility, although it’s hardly new versions are released.
Неожиданно перестал работать repeator. После запуска почти сразу завершает работать (что пишет прочесть не успеваю). Попробовал на нескольких разных токенах. На этот раз не забыл на всякий случай обновить утилиту, хотя вряд ли сейчас новые версии выходят.
Moscow
Powered by Yandex.Translate
Even managed somehow to pry, what error it gives. Says something like “Can’t find dump by …” And it’s not with any particular token, and with all with whom he tried.
Даже удалось кое-как подглядеть, какую ошибку он выдает. Пишет что-то вроде “Can`t find dump by …” И это не с каким-то определенным токеном, а со всеми, с которыми пробовал.
Moscow
Powered by Yandex.Translate
I know support is not guaranteed… But maybe I get a hint, it’s server problems or just me?
Я понимаю, поддержка сейчас не гарантируется… Но может хоть намекнете, это на сервере проблемы или только у меня?