View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0020537 | AI War 2 | Bug - Gameplay | Oct 15, 2018 8:40 pm | Jul 8, 2019 2:55 pm | |
Reporter | la_nague | Assigned To | BadgerBadger | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.801 Hotfix | ||||
Summary | 0020537: ships jumping in wrong wrong wormhole sometimes | ||||
Description | I noticed sometimes after i attack a system i have some of my ships weirdly coming from the other end of the system. THEN i noticed my ark, which was supposed to just camp the wormhole a bit as a distraction, came out of jump on the other end of the system on the wrong wormhole. It could not have jumped in from that hole because it was a tech V system full of enemies. It happens randomly sometimes, i cant reproduce it. Some fleet ships coming in wrong is a minor issue, but things like ark etc can ruin the game. | ||||
Tags | No tags attached. | ||||
related to | 0021240 | resolved | Chris_McElligottPark | Decollision planning weirdness |
|
in this savegame you go into the felicity system, press 1 and make them warp to Luxerion. Then you go to Luxerion and go to the Nemet warppoint and some of the ships should come out of there. Sometimes its more sometimes its less |
|
Thank you for the repro case! I should be able to fix it from that. |
|
Is this still happening in the latest versions? If so, if anyone has a savegame where we can repro it, that would be much appreciated. Thanks! |
|
This should have been fixed by this checkin from january: - this.Inner_CheckForPlannedMove(); + //the decollision code can race with wormhole traversal code, causing ships to teleport unexpectedly when entering a new planet.^M + //only handle decollision stuff after the ships have moved^M + if ( this.SecondsSinceEnteringThisPlanet > 0 )^M + this.Inner_CheckForPlannedMove();^M } |
|
Wonderful, thank you! |
Date Modified | Username | Field | Change |
---|---|---|---|
Oct 15, 2018 8:40 pm | la_nague | New Issue | |
Oct 15, 2018 8:59 pm | la_nague | File Added: bug warp.zip | |
Oct 15, 2018 8:59 pm | la_nague | Note Added: 0050053 | |
Oct 15, 2018 9:29 pm | Chris_McElligottPark | Note Added: 0050058 | |
Oct 24, 2018 12:35 pm | Michael | Assigned To | => Chris_McElligottPark |
Oct 24, 2018 12:35 pm | Michael | Status | new => assigned |
Jul 8, 2019 10:56 am | Chris_McElligottPark | Relationship added | related to 0021240 |
Jul 8, 2019 11:00 am | Chris_McElligottPark | Note Added: 0052083 | |
Jul 8, 2019 1:03 pm | BadgerBadger | Note Added: 0052098 | |
Jul 8, 2019 2:55 pm | Chris_McElligottPark | Assigned To | Chris_McElligottPark => BadgerBadger |
Jul 8, 2019 2:55 pm | Chris_McElligottPark | Status | assigned => resolved |
Jul 8, 2019 2:55 pm | Chris_McElligottPark | Resolution | open => fixed |
Jul 8, 2019 2:55 pm | Chris_McElligottPark | Note Added: 0052103 |