gameboy Posted October 4, 2019 Report Share Posted October 4, 2019 (edited) Today, I tested the latest SVN23036, and some warning messages appeared in the game: WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 Edited January 31, 2020 by gameboy 1 Quote Link to comment Share on other sites More sharing options...
Freagarach Posted October 4, 2019 Report Share Posted October 4, 2019 Hi @gameboy, thanks for testing! Can you attach the replay and interesting.log, please? Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 4, 2019 Author Report Share Posted October 4, 2019 (edited) @Freagarach @elexis @vladislavbelov You can test it, and it can be reproduced very quickly, and the way to test it: when you choose a female farmer to build a house with a male soldier in the game, this warning will appear. Edited October 4, 2019 by gameboy Quote Link to comment Share on other sites More sharing options...
Freagarach Posted October 4, 2019 Report Share Posted October 4, 2019 I could not reproduce it, so I would like to see the log and replay, please :) 1 Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 5, 2019 Author Report Share Posted October 5, 2019 (edited) @Freagarach When you enter the game and start the game, a warning message appears. commands.txt Edited October 5, 2019 by gameboy Quote Link to comment Share on other sites More sharing options...
Freagarach Posted October 5, 2019 Report Share Posted October 5, 2019 Thanks very much for the replay! The problem has been identified! Always thanks for testing as well :) 1 1 Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 6, 2019 Author Report Share Posted October 6, 2019 (edited) @Freagarach Have you found a way to solve this problem? Can we provide a solution? I tested the latest SVN23061, a warning that appeared when soldiers were hunting wild boars. commands.txt Edited October 6, 2019 by gameboy Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 13, 2019 Author Report Share Posted October 13, 2019 @Stan` I tested the latest SVN23072, and when I entered the game, this warning message still appeared. WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 WARNING: CCmpRangeManager: No owners in query for entity 0 commands.txt Quote Link to comment Share on other sites More sharing options...
Freagarach Posted October 13, 2019 Report Share Posted October 13, 2019 Hi @gameboy! We have not solved this problem yet, sadly. We will let you know when we have! In the meantime, you can ignore this specific warning. You are of course still encouraged to report other warnings and errors :D 1 2 Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 14, 2019 Author Report Share Posted October 14, 2019 @Freagarach @Stan` I commented out the two lines and the warning did not reappear. q.ownersMask = 0; for (size_t i = 0; i < owners.size(); ++i) q.ownersMask |= CalcOwnerMask(owners); //if (q.ownersMask == 0) // LOGWARNING("CCmpRangeManager: No owners in query for entity %u", source); q.interface = requiredInterface; q.flagsMask = flagsMask; return q; } Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 29, 2019 Author Report Share Posted October 29, 2019 @Freagarach I downloaded all 0 A.D. files from SVN, after a complete test, and when I went into the game and clicked on the civic center, ready to build soldiers, these warnings appeared again. @Stan` PLEASE HELP ME. Quote Link to comment Share on other sites More sharing options...
gameboy Posted October 30, 2019 Author Report Share Posted October 30, 2019 (edited) @Itms, @Freagarach, @elexis, @Stan` , @bb_, @vladislavbelov, @Alexandermb, @LordGood When I started a new game and ordered all the soldiers and women farmers to build houses, the warning came up that I built five or six houses at a time. this warning appeared. The map I chose is: farmland (2), playing factions: Macedonia, Athens. commands.txt Edited November 1, 2019 by gameboy Quote Link to comment Share on other sites More sharing options...
Silier Posted January 30, 2020 Report Share Posted January 30, 2020 Fixed in https://code.wildfiregames.com/rP23467 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.