[MOD] Mission Computer
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
There may be an issue with sectors without missions, or where the stations are trashed.
I'm currently in The Big Empty and have World War X installed, amongst other things. After a HoA battle group nuked the Plutarch Exchange until there were no more NPCs, opening the Mission Computer causes the Sidebar to hang.
I can press Escape to open the normal option window but that is about all although the game continues to play.
Do you need a save or is this reproducible?
Regards,
Sparks
I'm currently in The Big Empty and have World War X installed, amongst other things. After a HoA battle group nuked the Plutarch Exchange until there were no more NPCs, opening the Mission Computer causes the Sidebar to hang.
I can press Escape to open the normal option window but that is about all although the game continues to play.
Do you need a save or is this reproducible?
Regards,
Sparks
-
- Posts: 136
- Joined: Tue, 21. Nov 06, 13:58
Haven't noticed this so far, so additional input is welcome.
Did you check your debug console for any error messages?
You can set a hotkey in the options.
Or you can set the launch options to "-debug all -logfile rebirth.log", then the output will be saved to a file called rebirth.log (change the name if you want) in the X Rebirth folder inside your documents (where the saves are).
I'd prefer finding the issue that way rather than downloading a save plus some mods
Did you check your debug console for any error messages?
You can set a hotkey in the options.
Or you can set the launch options to "-debug all -logfile rebirth.log", then the output will be saved to a file called rebirth.log (change the name if you want) in the X Rebirth folder inside your documents (where the saves are).
I'd prefer finding the issue that way rather than downloading a save plus some mods
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
-
- Posts: 2774
- Joined: Tue, 29. Oct 13, 21:59
Code: Select all
[General] ======================================
[=ERROR=] C:/Program Files (x86)/Steam/steamapps/common/X Rebirth/ui/addons/detailmonitor/cf_menu_missioncomput...(62): ConvertMissionLevelString(): Invalid argument #1 <missionlevel> (got nil, expected number)
[General] ======================================
[General] ======================================
[=ERROR=] C:/Program Files (x86)/Steam/steamapps/common/X Rebirth/ui/addons/detailmonitor/cf_menu_missioncomput...(62): ConvertMoneyString(): Invalid argument #1 <money> (got nil, expected number)
[General] ======================================
[General] ======================================
[=ERROR=] Error while executing onEvent script for event: showCF_MissionComputerMenu.
Errormessage: [string "ui/addons/detailmonitor/cf_menu_missioncomput..."]:62: attempt to concatenate a nil value
[General] ======================================
X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.
-
- Posts: 136
- Joined: Tue, 21. Nov 06, 13:58
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
In case relevant, the station that is nuked was not the one that offered the mission. I had to travel to the combat area from a different zone.cyberfuzzie wrote:That looks like GetMissionOfferDetails returns a bunch of nil values, maybe the cleanup cue on the mission offer doesn't trigger if the station is destroyed. Because usually it works and I have already seen an empty mission list ('No missions available' displayed) in empty sectors.
-
- Posts: 136
- Joined: Tue, 21. Nov 06, 13:58
Do you get the hang when opening the mission computer, before or after it displays, or when selecting a mission? Because the log from looks more like when opening then menu (when the list is populated).
And your Xenon Boss mission, is it available or already accepted? Because if it is already accepted it is most likely not the offender, as it is removed from the mission computer the moment you accept it.
In any case, you can reset your UI by alt+tabbing out of the game and returning.
And your Xenon Boss mission, is it available or already accepted? Because if it is already accepted it is most likely not the offender, as it is removed from the mission computer the moment you accept it.
In any case, you can reset your UI by alt+tabbing out of the game and returning.
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
I get the hang when opening the mission computer.
Alt+tab wasn't resetting and I probably would not have reported it here if it was. In retrospect, I realise that was only because I have been playing in Boarderless Windowed mode to faccilitate alt+tabbing out to the mod/beta forum. After setting to Full Screen mode, I can see that the UI does reset.
Another one:
Edit: There are over 30...
Alt+tab wasn't resetting and I probably would not have reported it here if it was. In retrospect, I realise that was only because I have been playing in Boarderless Windowed mode to faccilitate alt+tabbing out to the mod/beta forum. After setting to Full Screen mode, I can see that the UI does reset.
Code: Select all
[gamestart: 124] - [09/15/14 21:41:21]: Error: Error while executing onEvent script for event: showCF_MissionComputerMenu.
Errormessage: [string "ui/addons/detailmonitor/cf_menu_missioncomput..."]:62: attempt to concatenate a nil value
Code: Select all
[gamestart: 125] - [09/15/14 21:45:08]: Error: Error in AI script trade.station on entity 0x1891: TradeID 50: trade [DELETED] 106 Wheat between WF Foodstuffs Supply I and WF Foodstuffs Supply II failed with reasoncode 4608 (0x1200 - 0000000000000000001001000000000b)!
-
- Posts: 136
- Joined: Tue, 21. Nov 06, 13:58
Then I still suspect there's a mission which does not exist anymore but the mission computer thinks it does.
When getting the details all it gets are some nil values (a datatype / value which states that it is invalid) and can't display the mission line.
As I was a bit optimistic about that never to happen I did not insert checks against nil values. I'll add them in the next version so there are then lines reading 'Mission offer expired'. But that does not solve the problem I guess, because those expired offers then sum up and maybe never get deleted (only when loading a save).
Could you post a list of all installed mods, maybe one of them causes the issue (I think, unlikely, otherwise you would have noted that earlier, not just after the station got destroyed)
The other debug message seems unrelated, I also get some of them, seems to be the general game beta state.
Testing from my side will be done tomorrow after work, plutarch is going to lose some stations.
When getting the details all it gets are some nil values (a datatype / value which states that it is invalid) and can't display the mission line.
As I was a bit optimistic about that never to happen I did not insert checks against nil values. I'll add them in the next version so there are then lines reading 'Mission offer expired'. But that does not solve the problem I guess, because those expired offers then sum up and maybe never get deleted (only when loading a save).
Could you post a list of all installed mods, maybe one of them causes the issue (I think, unlikely, otherwise you would have noted that earlier, not just after the station got destroyed)
The other debug message seems unrelated, I also get some of them, seems to be the general game beta state.
Testing from my side will be done tomorrow after work, plutarch is going to lose some stations.
-
- Posts: 1842
- Joined: Tue, 2. Nov 10, 02:20
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
hehe, the least they deserve 
Thanks very much for your patience and time.
Current missions:
Operation Force Guard (disabled) - done half a dozen missions so far (started in RC6).
Continued Xenon Threats [very hard] Kill Unknonw (target is an I) (started in RC7).
Current mods:
Copilot Convo v1.0
Faster Ships v1.0
Galaxy Station Range v1.2
Mission Computer (13.09.2014)
Orange Mouse Cursor (01.04.2014)
Pimp_My_Skunk Military 05.12.2013)
Player Drone Recall (12.09.2014)
Player Shipyards v1.1
Populate Player Stations (04.08.2014)
Radio Silence v1.0
Show Me Your Faction, Please! (13.09.2014)
Shut Up Ren v1.0
Sidebar Extendion (15.09.2014)
Station Announcements v1.32
TAF! v1.1
Welding Laser (22.04.2014)
World War X v2.0
Yet Another Trader v1.0 (there are 3 Gigurums and 3 miners in OL set to cluster)
Yorrick's Yisha (12.09.2014)
XR_Nebulas (05.05.2014)
XR_Planets (05.05.2014)
Debug log (page 1 or 2...):

Thanks very much for your patience and time.
Current missions:
Operation Force Guard (disabled) - done half a dozen missions so far (started in RC6).
Continued Xenon Threats [very hard] Kill Unknonw (target is an I) (started in RC7).
Current mods:
Copilot Convo v1.0
Faster Ships v1.0
Galaxy Station Range v1.2
Mission Computer (13.09.2014)
Orange Mouse Cursor (01.04.2014)
Pimp_My_Skunk Military 05.12.2013)
Player Drone Recall (12.09.2014)
Player Shipyards v1.1
Populate Player Stations (04.08.2014)
Radio Silence v1.0
Show Me Your Faction, Please! (13.09.2014)
Shut Up Ren v1.0
Sidebar Extendion (15.09.2014)
Station Announcements v1.32
TAF! v1.1
Welding Laser (22.04.2014)
World War X v2.0
Yet Another Trader v1.0 (there are 3 Gigurums and 3 miners in OL set to cluster)
Yorrick's Yisha (12.09.2014)
XR_Nebulas (05.05.2014)
XR_Planets (05.05.2014)
Debug log (page 1 or 2...):
Code: Select all
Logfile started, time Mon Sep 15 22:54:57 2014
[General] ======================================
[=ERROR=] Cannot match path '/materiallibrary/collection[@name='player']/material[@name='player_hulls_01']/properties/property[@name='diffuse_detail_map']' in patch file 'extensions\Pimp_My_Skunk\libraries\material_library'. Skipping node.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot match path '/materiallibrary/collection[@name='player']/material[@name='player_trims']/properties/property[@name='diffuse_detail_map']' in patch file 'extensions\Pimp_My_Skunk\libraries\material_library'. Skipping node.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot match path '/materiallibrary/collection[@name='player']/material[@name='player_tech']/properties/property[@name='diffuse_detail_map']' in patch file 'extensions\Pimp_My_Skunk\libraries\material_library'. Skipping node.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot match path '/materiallibrary/collection[@name='argon']/material[@name='ar_hulls_02']/properties/property[@name='diffuse_detail_map']' in patch file 'extensions\Pimp_My_Skunk\libraries\material_library'. Skipping node.
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] Macro template connection 'connection_turret_small_mg03' not found in macro 'units_size_l_weaponplatform_macro/'. Macro connection 'connection_turret_small_mg03' not created.
[General] ======================================
[General] ======================================
[=ERROR=] Macro template connection 'connection_turret_small_mg04' not found in macro 'units_size_l_weaponplatform_macro/'. Macro connection 'connection_turret_small_mg04' not created.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot match path '//library[@name='Start_Default_Script']/actions/do_else/do_if[@value='$subordinate.dps.all + $subordinate.dps.turrets.all']' in patch file 'extensions\worldwarx\md\assigntocommander.xml'. Skipping node.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot find macro XML file from index 'macro' in file 'index\macros'
[General] ======================================
[General] ======================================
[=ERROR=] Property lookup failed: macro.macro
[General] ======================================
[General] ======================================
[=ERROR=] md\screenshot.xml(68): Warning while parsing expression: Property lookup failed
* Input: macro.macro.cluster_b_sector07_macro
* Pos: ^^^^^
[General] ======================================
[General] ======================================
[=ERROR=] Property lookup failed: null.cluster_b_sector07_macro
[General] ======================================
[General] ======================================
[=ERROR=] md\screenshot.xml(68): Warning while parsing expression: Property lookup failed
* Input: macro.macro.cluster_b_sector07_macro
* Pos: ^^^^^^^^^^^^^^^^^^^^^^^^
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator invalid, no macro generated
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator: No ship generated using group/ref/macro null
[General] ======================================
[General] ======================================
[=ERROR=] [JobEngine] No ship generated for JobID: 'equipment_trader_omicron_large'. Probably invalid ship macro/group/ref definition.
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator invalid, no macro generated
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator: No ship generated using group/ref/macro null
[General] ======================================
[General] ======================================
[=ERROR=] [JobEngine] No ship generated for JobID: 'equipment_trader_albion_large'. Probably invalid ship macro/group/ref definition.
[General] ======================================
[General] ======================================
[=ERROR=] c:\dev\x4\X4\universe\traffic.cpp(4366): Trade mass traffic 2040 got stuck - setting end time manually to clean it up [Matthias]
(version: 2.50 - Code revision: 186307)
[General] ======================================
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[General] ======================================
[=ERROR=] 62737.568888 - 12040 PMC Overrun URV Mk1 got stuck waiting for transition
[General] ======================================
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** Context:md.MainMenu.SectionHandler_Info<inst:2b056>: Next section: gMainInfo_missionManager
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0xb90f: Property lookup failed: this.ship.distanceto
* this.ship == component.{0xb903L} (name='XEN Fighter Squadron N', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0xb8f5: Property lookup failed: this.ship.distanceto
* this.ship == component.{0xb8e9L} (name='XEN Fighter Squadron N', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0xb902: Property lookup failed: this.ship.distanceto
* this.ship == component.{0xb8f6L} (name='XEN Fighter Squadron N', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<YAT.mining.ship.free,0x10527>: 62898.4 no buyer exists
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0xb91a: Property lookup failed: this.ship.distanceto
* this.ship == component.{0xb910L} (name='XEN Fighter Squadron M', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0xb930: Property lookup failed: this.ship.distanceto
* this.ship == component.{0xb926L} (name='XEN Fighter Squadron M', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0xb925: Property lookup failed: this.ship.distanceto
* this.ship == component.{0xb91bL} (name='XEN Fighter Squadron M', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[General] *** Context:md.InitUniverse.CreateLawEnforcementNPCs<inst:32103>: Failed to create representative of 'Plutarch Mining Corporation' in sector 'Far Out' (for police faction in zone 'The Big Empty')
[General] *** Context:md.InitUniverse.CreateLawEnforcementNPCs<inst:32103>: Failed to create representative of 'Argon Government' in sector 'Sigma Sector' (for police faction in zone 'tzoneCluster_black2_Sector01_Zone_macro')
[General] *** Context:md.InitUniverse.CreateLawEnforcementNPCs<inst:32103>: Failed to create representative of 'Argon Government' in sector 'Sigma Sector' (for police faction in zone 'tzoneCluster_black2_Sector01_Zone02_macro')
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[General] ======================================
[=ERROR=] Error in AI script YAT.mining.ship.free on entity 0x10527: Property lookup failed: this.ship.$homezone
* this.ship == component.{0x10525L} (name='Betaver', class=ship_m)
* Expression: player.age + ' in home cluster %1...'.[this.ship.$homezone.cluster.name]
Last edited by Sparky Sparkycorp on Tue, 16. Sep 14, 00:35, edited 5 times in total.
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
Debug log (page 2 or 2):
Code: Select all
* this.ship == component.{0x10525L} (name='Betaver', class=ship_m)
* Expression: player.age + ' in home cluster %1...'.[this.ship.$homezone.cluster.name]
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x10527>: 63027.765 in home cluster null...
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x10527>: 63027.765 check for needed wares Betaver...
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x10527>: 63027.765 AC Mega Cellfab I in zone The Smoke Screen wants 2700 units of Hydrogen
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x10527>: 63027.765 got to findware Betaver...
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x10527>: 63027.765 got to movetocollect Betaver...
[General] ======================================
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** Context:md.Conversations.SectionHandler<inst:333f1>: Next section: g_finish
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x6618>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x6618>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** Context:md.Conversations.SectionHandler<inst:3ce1e>: Next section: g_finish
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x123d6>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x123d6>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x1207e>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x1207e>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** Context:md.NPC_Engineer.NPC_Destroyed<inst:183a1>: NPC_Destroyed
[General] ======================================
[=ERROR=] ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'albion_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_trader_container_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ore_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_ions_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] ShipGenerator: ShipDB reference 'omicron_miner_plasma_large' not found
[General] ======================================
[General] ======================================
[=ERROR=] Macro template connection 'connection_turret_small_mg03' not found in macro 'units_size_l_weaponplatform_macro/'. Macro connection 'connection_turret_small_mg03' not created.
[General] ======================================
[General] ======================================
[=ERROR=] Macro template connection 'connection_turret_small_mg04' not found in macro 'units_size_l_weaponplatform_macro/'. Macro connection 'connection_turret_small_mg04' not created.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot match path '//library[@name='Start_Default_Script']/actions/do_else/do_if[@value='$subordinate.dps.all + $subordinate.dps.turrets.all']' in patch file 'extensions\worldwarx\md\assigntocommander.xml'. Skipping node.
[General] ======================================
[General] ======================================
[=ERROR=] Cannot find macro XML file from index 'macro' in file 'index\macros'
[General] ======================================
[General] ======================================
[=ERROR=] Property lookup failed: macro.macro
[General] ======================================
[General] ======================================
[=ERROR=] md\screenshot.xml(68): Warning while parsing expression: Property lookup failed
* Input: macro.macro.cluster_b_sector07_macro
* Pos: ^^^^^
[General] ======================================
[General] ======================================
[=ERROR=] Property lookup failed: null.cluster_b_sector07_macro
[General] ======================================
[General] ======================================
[=ERROR=] md\screenshot.xml(68): Warning while parsing expression: Property lookup failed
* Input: macro.macro.cluster_b_sector07_macro
* Pos: ^^^^^^^^^^^^^^^^^^^^^^^^
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator invalid, no macro generated
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator: No ship generated using group/ref/macro null
[General] ======================================
[General] ======================================
[=ERROR=] [JobEngine] No ship generated for JobID: 'equipment_trader_omicron_large'. Probably invalid ship macro/group/ref definition.
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator invalid, no macro generated
[General] ======================================
[General] ======================================
[=ERROR=] Error in default context: ShipGenerator: No ship generated using group/ref/macro null
[General] ======================================
[General] ======================================
[=ERROR=] [JobEngine] No ship generated for JobID: 'equipment_trader_albion_large'. Probably invalid ship macro/group/ref definition.
[General] ======================================
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[General] ======================================
[=ERROR=] Error in AI script YAT.mining.ship.free on entity 0x574d6: Property lookup failed: this.ship.$homezone
* this.ship == component.{0x574d1L} (name='Dwalin', class=ship_m)
* Expression: player.age + ' in home cluster %1...'.[this.ship.$homezone.cluster.name]
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x574d6>: 63320.811 in home cluster null...
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x574d6>: 63320.811 check for needed wares Dwalin...
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x574d6>: 63320.811 JSS Metalframes Fab I in zone High Scholar wants 71964 units of Ore
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x574d6>: 63320.811 got to findware Dwalin...
[General] ======================================
[General] ======================================
[=ERROR=] aicontext<YAT.mining.ship.free,0x574d6>: 63320.811 got to movetocollect Dwalin...
[General] ======================================
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<trade.ship,0x53c16>: No trade was found and we are outside of the buy range. Flying back to buy range.
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<trade.ship,0x53c45>: No trade was found and we are outside of the buy range. Flying back to buy range.
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x59744>: ERROR: No path found to Radiant Haven
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0x5a1c5: Property lookup failed: this.ship.distanceto
* this.ship == component.{0x5a1c2L} (name='JSS Fighter Squadron Camulos Raider', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0x5a1bd: Property lookup failed: this.ship.distanceto
* this.ship == component.{0x5a1baL} (name='JSS Fighter Squadron Camulos Raider', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0x58e49: Property lookup failed: this.ship.distanceto
* this.ship == component.{0x58e44L} (name='JSS Fighter Squadron Camulos Sentinel', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[General] ======================================
[=ERROR=] Error in AI script BR.move.escort on entity 0x57a2a: Property lookup failed: this.ship.distanceto
* this.ship == component.{0x57a27L} (name='JSS Fighter Squadron Camulos Raider', class=ship_s)
* Expression: this.ship.zone != $target.zone and not $target.zone.isclass.{class.highway} or this.ship.distanceto.{$target} gt 60000m
[General] ======================================
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Time Distortion
[Scripts] *** aicontext<move.jump,0x5a907>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a907>: ERROR: Jump to Timid Star(position.[-107.940002m, 15633.456055m, 501.760986m]) failed
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Schrödinger's Drift
[Scripts] *** aicontext<move.jump,0x5a672>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x5a672>: ERROR: Jump to Vapour Stream(position.[990.018005m, 5606.558105m, 1818.439941m]) failed
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Setting $nojump to false as the destination is in another sector. On XEN Branch 9 Destroyer I in Shady Vault
[Scripts] *** aicontext<move.jump,0x4e8c4>: jump failed with reason: ERR_NO_JUMPDRIVE
[Scripts] *** aicontext<move.generic,0x4e8c4>: ERROR: Jump to Crossroads(position.[-1319.134033m, -8069.341797m, -3128.935059m]) failed
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
-
- Posts: 136
- Joined: Tue, 21. Nov 06, 13:58
Thanks for the input, I'll take a detailed look into it later. For now that should be enough, I'll ask if I need more.
The new 2.5b missions and generic mission changes should be no problem, I checked the GenericMissions.xml file, there are no changes which could cause my patch not to apply or apply incorrectly.
The new 2.5b missions and generic mission changes should be no problem, I checked the GenericMissions.xml file, there are no changes which could cause my patch not to apply or apply incorrectly.
-
- Posts: 2774
- Joined: Tue, 29. Oct 13, 21:59
For my debug.log : I should mention that I had turned off the mod and saved without thinking while converting my menu using mods to your system of injection (great code btw). That might be what triggered it failing my end, but an older save does the same too with the mod reinstalled from steam
Testing so far : noticed the problem in DeVries, but it's worked there previously. Tried changing zone, then sector, then cluster but still same crash each time. Docked in OL sold mission comp and bought again, still crashes
Each time the same error from line 62 of the mission menu lua.
Any testing I can help with will be happy to oblige as I love this mod already.
Edit : started new game, bought mission comp, worked fine. My save games only 12-13 hrs old so destroyed stations etc shouldnt be a thing
.

Testing so far : noticed the problem in DeVries, but it's worked there previously. Tried changing zone, then sector, then cluster but still same crash each time. Docked in OL sold mission comp and bought again, still crashes

Any testing I can help with will be happy to oblige as I love this mod already.
Edit : started new game, bought mission comp, worked fine. My save games only 12-13 hrs old so destroyed stations etc shouldnt be a thing

X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.
-
- Posts: 2774
- Joined: Tue, 29. Oct 13, 21:59
Made a basic fix my end. For some reason the first mission it finds is null, but rest work fine.
with this check I can use the computer again 
Code: Select all
-- error comes from next part, so lets take a peek :)
if name == nil then
name = 'nil'
end
DebugError('lua debug :' .. name)
if name ~= 'nil' then
local rowText = name .. ' (' .. ConvertMissionLevelString(difficulty) .. '), ' .. ReadText(1001, 3301) .. ': ' .. ConvertMoneyString(reward, false, true, nil, true) .. " " .. ReadText(1001, 101)
local missionIcon = Helper.createIcon("missionoffer_" .. subtype .. "_active", false, nil, nil, nil, nil, 0, 0, menu.rowHeight, menu.rowHeight)
setup:addSimpleRow(
{
missionIcon,
rowText
},
mission)
end

X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.
-
- Posts: 2774
- Joined: Tue, 29. Oct 13, 21:59
Oh, and if you like the idea of displaying mission faction too
sets up the faction icon for the mission ready to deploy 
Code: Select all
local missionfaction = GetLibraryEntry("factions", faction)
local factionIcon = Helper.createIcon(missionfaction.icon, false, 255, 255, 255, 100, 0, 0, menu.rowHeight, menu.rowHeight)

X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.
-
- Posts: 136
- Joined: Tue, 21. Nov 06, 13:58
Yes, I did something similar, will be pushing out the new version soon.
I deliberately left the invalid missions in the list annd added some Debug info, perhaps that will help me find the root cause.
Just destroying stations didn't cause any problems.
If you see an entry 'Mission expired', please take a look in your debug log, there will be a list of messages
There will be a set of entries every time you open the mission manager, I need it only when the mission computer shows an invalid mission.
Btw, your check is a bit complicated,
is all you need, lua treats nil values as false. And the output for the skipped line can then go in the else branch.
I deliberately left the invalid missions in the list annd added some Debug info, perhaps that will help me find the root cause.
Just destroying stations didn't cause any problems.
If you see an entry 'Mission expired', please take a look in your debug log, there will be a list of messages
Code: Select all
Context:md.CF_MissionComputer_Base.ShowMissionComputer: Mission #1 (StartRef) cue state: complete
Btw, your check is a bit complicated,
Code: Select all
if name then
-
- Posts: 2774
- Joined: Tue, 29. Oct 13, 21:59
Well yeah that was including the debug output to show 'nil' or the mission name if a valid one.
As this bug happened in every zone visited across multiple clusters, I assume it's something that occurs with time rather than a specific issue in a zone. I was using the mod fine for a while then it just stopped, and stopped everywhere.
As this bug happened in every zone visited across multiple clusters, I assume it's something that occurs with time rather than a specific issue in a zone. I was using the mod fine for a while then it just stopped, and stopped everywhere.
X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.