something very weird.
Anyone remember my Sizifus Mega-freighter? Well, it's a big freighter than a carry 4 medium OR 1 extra large container
so I have a mission where is it carries 4 containers and doess waypoitns. Once done it's supposed to drop em. Game crashes with this:
************************
Error: Cannot find a dock path for ship C1, dock index 0. Aborting dock.
File: aicode.cpp
Line: 4205
Call stack:
------------------------------------------------------------------
fs2_open_3_6_10r-20080926_r4832.exe 00abcd38()
fs2_open_3_6_10r-20080926_r4832.exe 00abd4c8()
fs2_open_3_6_10r-20080926_r4832.exe 00abd6f4()
fs2_open_3_6_10r-20080926_r4832.exe 00abd920()
fs2_open_3_6_10r-20080926_r4832.exe 00abdb4c()
fs2_open_3_6_10r-20080926_r4832.exe 00abdd78()
fs2_open_3_6_10r-20080926_r4832.exe 00abdfa4()
fs2_open_3_6_10r-20080926_r4832.exe 00abe1d0()
fs2_open_3_6_10r-20080926_r4832.exe 00abe3fc()
fs2_open_3_6_10r-20080926_r4832.exe 00abe628()
fs2_open_3_6_10r-20080926_r4832.exe 00abe854()
fs2_open_3_6_10r-20080926_r4832.exe 00abea80()
fs2_open_3_6_10r-20080926_r4832.exe 00abecac()
fs2_open_3_6_10r-20080926_r4832.exe 00abeed8()
fs2_open_3_6_10r-20080926_r4832.exe 00abf104()
------------------------------------------------------------------
Thing is - all docks and paths are there. I checked. I double checked. I tripplechecked.
Now, the docks are set up in the pof in this manners:
CargoDockL - main dock, only used for the large container, uses path1
CargoDock2 <---C1 container is here
CargoDock3
CargoDock4
CargoDock5 <---- the 4 dock points for Medium cargo containers. Use paths 2-6
RightDock
LeftDock <---- the 2 docks for other ships, like transports Use paths 7-8
Now I figures that when given a undock order it starts with the first dock, which would be L, which is empty. Is this causing the problem?