Greetings! There seems to be a bug with IG when you dock to meet with a relative a freed slave. The spacebar doesn't move seem to work, so I get stuck there on this screen:
https://dl.dropboxusercontent.com/u/959 ... Thanks.png
Here's the latest log:
https://dl.dropboxusercontent.com/u/95921622/Latest.log
It appears the relevent messages start about line 1763.
Edit: It looks like mission.unmarkSystem no longer uses numbers ( )
Edit 2: Fixed conflict with Email System and Illegal Good Tweak
[Solved] Illegal Goods Problem - Oolite 1.81 (trunk)
Moderators: winston, another_commander, Getafix
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
[Solved] Illegal Goods Problem - Oolite 1.81 (trunk)
Last edited by CommRLock78 on Tue Mar 03, 2015 8:46 pm, edited 1 time in total.
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
Re: Illegal Goods Problem - Oolite 1.81 (trunk)
Harmless - though using the new format would allow more control over the mission markers and prevent other OXPs from accidentally overwriting them. "deprecated" is just a hint to OXP authors that there's a better way available now, and that log message won't even appear in non-developer builds of Oolite.16:33:17.930 [oxp-standards.deprecated]: Use of numbers for mission.unmarkSystem is deprecated
This will be what's causing the problem - but the message "Invalid settings: sender must be supplied." doesn't appear anywhere in the Oolite source, so I suspect an OXP problem. Which OXP, I don't know.16:33:17.933 [script.javaScript.exception.uncaughtException]: ***** JavaScript exception (illegal_goods_missions 2.0.0): uncaught exception: Invalid settings: sender must be supplied.
- Wildeblood
- ---- E L I T E ----
- Posts: 2444
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
- Contact:
Re: Illegal Goods Problem - Oolite 1.81 (trunk)
Email system. Every email it sends has a sender specified, but some are as literal text and some are like this:-cim wrote:This will be what's causing the problem - but the message "Invalid settings: sender must be supplied." doesn't appear anywhere in the Oolite source, so I suspect an OXP problem. Which OXP, I don't know.16:33:17.933 [script.javaScript.exception.uncaughtException]: ***** JavaScript exception (illegal_goods_missions 2.0.0): uncaught exception: Invalid settings: sender must be supplied.
I suspect the missiontext expansion.w.$createEmail({sender:expandMissionText("[mission_ig_contactname]"),
subject:"Eternal Gratitude",
date:global.clock.seconds,
message:expandMissionText("end_mission_email")}
);
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4829
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Illegal Goods Problem - Oolite 1.81 (trunk)
Yep, my bad. Last minute changes are a bad idea. Note to self.
New version on the way.
New version on the way.
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: Illegal Goods Problem - Oolite 1.81 (trunk)
Thanks for fixing those things so quickly Phkb!
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'