View Issue Details

IDProjectCategoryLast Update
0020537AI War 2Bug - GameplayJul 8, 2019 2:55 pm
Reporterla_nague Assigned ToBadgerBadger  
Severitymajor 
Status resolvedResolutionfixed 
Product Version0.801 Hotfix 
Summary0020537: ships jumping in wrong wrong wormhole sometimes
DescriptionI 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.
TagsNo tags attached.

Relationships

related to 0021240 resolvedChris_McElligottPark Decollision planning weirdness 

Activities

la_nague

Oct 15, 2018 8:59 pm

reporter   ~0050053

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
bug warp.zip (126,330 bytes)

Chris_McElligottPark

Oct 15, 2018 9:29 pm

administrator   ~0050058

Thank you for the repro case! I should be able to fix it from that.

Chris_McElligottPark

Jul 8, 2019 11:00 am

administrator   ~0052083

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!

BadgerBadger

Jul 8, 2019 1:03 pm

manager   ~0052098

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
         }

Chris_McElligottPark

Jul 8, 2019 2:55 pm

administrator   ~0052103

Wonderful, thank you!

Issue History

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 Dune Assigned To => Chris_McElligottPark
Oct 24, 2018 12:35 pm Dune 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