Robocode Tank Royale on macOS 12.3.1 (x64/ARM) no bot can join and error with .NET6 #20
-
Hey, first I want to thank you for Robocode, I like your work very much. Keep up the awesome work! I played the "old" version a lot and saw there is a new version which I want to give it a try. First, it is not compatible with .NET6 LTS SDK (.NET5 will EoL May 10th 2022) they changed something in the System.Globalization so the Demo bots throw Secondly it will still not work, the GUI starts, Server is up and running, but none of the bots can connect. In the Terminal I tested it with the C# bots and get Did I miss something? Thanks in advance and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
Upgrading to .Net 6 seems like a good idea, so I will look into that. You are right that you need the secret from the The secret is not meant to be set in the bot's metadata (JSON) file, but instead as environment variable: export SERVER_SECRET=s0m3R0bOc0dEs3crEt I hope setting the SERVER_SECRET will work for you? |
Beta Was this translation helpful? Give feedback.
-
I have now upgraded the Bot API for .Net to use .Net 6 with release 0.13.0 |
Beta Was this translation helpful? Give feedback.
@CodeMonkeyBoy
I have now upgraded the Bot API for .Net to use .Net 6 with release 0.13.0