gameboy Posted June 22, 2023 Report Share Posted June 22, 2023 (edited) Today, I tested the latest SVN27729 and when I started the game, there was an error message in the game. WARNING: CCmpRangeManager: No owners in query for entity 2156 ERROR: JavaScript error: simulation/components/TechnologyManager.js line 93 template is undefined TechnologyManager.prototype.Technology.prototype.Finish@simulation/components/TechnologyManager.js:93:6 TechnologyManager.prototype.ResearchTechnology@simulation/components/TechnologyManager.js:446:13 InitGame@simulation/helpers/InitGame.js:60:86 ERROR: Error in timer on entity 3, IID92, function UpdateSequences: TypeError: this.sequences is undefined StatisticsTracker.prototype.UpdateSequences@simulation/components/StatisticsTracker.js:522:2 Timer.prototype.OnUpdate@simulation/components/Timer.js:140:44 ERROR: Error in timer on entity 4, IID92, function UpdateSequences: TypeError: this.sequences is undefined StatisticsTracker.prototype.UpdateSequences@simulation/components/StatisticsTracker.js:522:2 Timer.prototype.OnUpdate@simulation/components/Timer.js:140:44 ERROR: Error in timer on entity 5, IID92, function UpdateSequences: TypeError: this.sequences is undefined StatisticsTracker.prototype.UpdateSequences@simulation/components/StatisticsTracker.js:522:2 Timer.prototype.OnUpdate@simulation/components/Timer.js:140:44 ERROR: Error in timer on entity 6, IID92, function UpdateSequences: TypeError: this.sequences is undefined StatisticsTracker.prototype.UpdateSequences@simulation/components/StatisticsTracker.js:522:2 Timer.prototype.OnUpdate@simulation/components/Timer.js:140:44 ERROR: JavaScript error: simulation/components/StatisticsTracker.js line 158 deepcopy requires one argument. StatisticsTracker.prototype.GetSequences@simulation/components/StatisticsTracker.js:158:17 GuiInterface.prototype.GetExtendedSimulationState@simulation/components/GuiInterface.js:192:58 GuiInterface.prototype.GetReplayMetadata@simulation/components/GuiInterface.js:211:30 GuiInterface.prototype.ScriptCall@simulation/components/GuiInterface.js:2130:20 endGame@gui/session/session.js:523:23 onPress@gui/session/message_box/QuitConfirmation.js:25:29 onPageClosed@gui/session/SessionMessageBox.js:32:35 setButtonCaptionsAndVisibitily/</button.onPress@gui/common/utilities.js:29:11 ERROR: Error calling component script function ScriptCall ERROR: JavaScript error: simulation/components/StatisticsTracker.js line 158 deepcopy requires one argument. StatisticsTracker.prototype.GetSequences@simulation/components/StatisticsTracker.js:158:17 GuiInterface.prototype.GetExtendedSimulationState@simulation/components/GuiInterface.js:192:58 GuiInterface.prototype.GetReplayMetadata@simulation/components/GuiInterface.js:211:30 GuiInterface.prototype.ScriptCall@simulation/components/GuiInterface.js:2130:20 endGame@gui/session/session.js:526:9 onPress@gui/session/message_box/QuitConfirmation.js:25:29 onPageClosed@gui/session/SessionMessageBox.js:32:35 setButtonCaptionsAndVisibitily/</button.onPress@gui/common/utilities.js:29:11 ERROR: Error calling component script function ScriptCall Edited June 22, 2023 by gameboy Quote Link to comment Share on other sites More sharing options...
Freagarach Posted June 22, 2023 Report Share Posted June 22, 2023 (edited) Thanks for the report, I guess that it may be my fault. Can you test before and after https://code.wildfiregames.com/rP27722, please. To check whether it is indeed that patch? Also, when does the error occur? Do you have any replay? Edited June 22, 2023 by Freagarach Read,,, Quote Link to comment Share on other sites More sharing options...
wraitii Posted June 22, 2023 Report Share Posted June 22, 2023 (Also noticed a similar error on Jebel Barka, didn't investigate more) Quote Link to comment Share on other sites More sharing options...
Freagarach Posted June 22, 2023 Report Share Posted June 22, 2023 There were two issues and both now have a patch available to test. https://code.wildfiregames.com/D5057 https://code.wildfiregames.com/D5058 Quote Link to comment Share on other sites More sharing options...
gameboy Posted June 23, 2023 Author Report Share Posted June 23, 2023 @Freagarach @wraitii I tested the two patches you provided today, and I used both of them simultaneously. But the error still occurred. There was also a strange problem: when I controlled a group of troops to walk, they walked very slowly. ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function ERROR: JavaScript error: simulation/components/Trader.js line 187 cmpTraderPlayer is not defined Trader.prototype.CanTrade@simulation/components/Trader.js:187:2 UnitAI.prototype.CanTrade@simulation/components/UnitAI.js:6304:32 UnitAI.prototype.SetupTradeRoute@simulation/components/UnitAI.js:5740:12 setup-trade-route/<@simulation/helpers/Commands.js:680:14 setup-trade-route@simulation/helpers/Commands.js:679:67 ProcessCommand@simulation/helpers/Commands.js:53:23 ERROR: Failed to call ProcessCommand() global script function Quote Link to comment Share on other sites More sharing options...
Freagarach Posted June 23, 2023 Report Share Posted June 23, 2023 Thanks! https://code.wildfiregames.com/D5060 Quote Link to comment Share on other sites More sharing options...
gameboy Posted June 23, 2023 Author Report Share Posted June 23, 2023 @FreagarachThis patch has fixed this issue. 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.