Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Planetfall 2.0 (probably)

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

User avatar
Cholmondely
Archivist
Archivist
Posts: 5016
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Planetfall 2.0 (maybe)

Post by Cholmondely »

phkb wrote: Wed Apr 10, 2024 10:38 pm
Cholmondely wrote: Wed Apr 10, 2024 10:31 pm

Code: Select all

22:54:05.796 [plist.parse.failed] OOPropertyListFromData (OOPListParsing.m:72): Failed to parse /Users/accountname/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.phkb.PlanetFall2.oxz/Config/shipdata.plist as a property list.
Ah, yeah, that would do it. Missing semicolon on line 449 of shipdata.plist. Everything seems OK from that point on, so it should just be the one fix.

New release is one the way. But if you want to change the 100km range to 200km ahead of the release, the line to change is 1265 of "planetFall2_worldScript.js" from this:

Code: Select all

		if (check < 100000) {
to this:

Code: Select all

		if (check < 200000) {
Fixed it!

But now this:

Code: Select all

23:37:38.419 [LogEvents] GlobalLog (OOJSGlobal.m:266): ship got EQ_PLANETFALL
23:37:39.597 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching shipWillEnterWitchspace, shipWillLaunchFromStation, and shipWillExitWitchspace functions of Feudal states PlanetFall script
23:37:39.597 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching showAlmanac2 function of Galactic Almanac script
23:37:39.597 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching $missionActualInfo function of In-System Cargo Delivery
23:37:39.864 [PlanetFall2] GlobalLog (OOJSGlobal.m:266): final count for main planet: 1
23:37:46.314 [script.javaScript.exception.uncaughtException] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): uncaught exception: Invalid settings: position property is not an array
  "pf_sub_feudal-planetFall_mainSurface_FSRoyalCourt":{"deterministic":1,"coordinates":[-218370176,1376630144,-189648464],"priority":500,"location":"COORDINATES"},
23:38:09.364 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:10.290 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:11.284 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:12.286 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:13.285 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:14.295 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:15.309 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:16.326 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:17.289 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:18.342 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:19.327 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:20.347 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:21.309 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:22.348 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:23.299 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:24.349 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:25.299 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:26.298 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:27.288 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:28.283 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:29.331 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:30.336 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:31.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:32.288 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:33.283 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:34.338 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:35.327 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:36.321 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:37.303 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:38.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:39.332 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:40.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:41.288 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:42.283 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:43.347 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:44.331 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:45.344 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:46.283 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:47.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:48.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:49.297 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:50.298 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:51.298 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:52.316 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:53.334 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:54.322 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:55.287 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:56.318 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:57.323 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:58.316 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:38:59.292 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:00.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:01.297 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:02.297 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:03.287 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:04.282 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:05.283 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:06.314 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:07.282 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:08.286 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:09.329 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:10.291 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:11.323 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:12.281 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:13.316 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:14.340 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:15.322 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:16.341 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:17.286 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:18.330 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:19.327 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:20.314 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:21.351 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:22.326 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:23.354 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:24.346 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:25.322 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:26.337 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:27.330 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:28.347 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:29.296 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:30.338 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:31.327 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:32.343 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:33.342 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:34.297 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:35.307 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:36.382 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:37.305 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:38.330 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:39.282 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:40.296 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:41.282 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:42.312 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:43.302 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:44.295 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:45.363 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:46.285 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:47.286 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:48.291 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:49.344 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:50.316 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:51.301 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:52.280 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:53.310 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:54.309 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:55.348 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:56.342 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:57.328 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:58.359 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:39:59.346 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:00.314 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:01.342 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:02.328 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:03.300 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:04.299 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:05.304 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:06.340 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:07.355 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:08.314 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:09.317 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:10.338 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:11.353 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:12.311 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:13.353 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:14.336 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:15.361 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:16.339 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:17.337 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:18.339 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:19.345 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:20.288 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:21.342 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:22.311 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:23.285 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:24.335 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:25.335 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:26.361 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:27.284 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:28.341 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:29.348 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:30.326 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:31.297 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:32.368 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:33.360 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:34.359 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:35.340 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:36.287 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:37.311 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:38.313 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:39.358 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:40.292 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:41.353 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:42.298 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:43.328 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:44.344 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:45.361 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:46.358 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:47.344 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:48.359 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:49.313 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:50.340 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:51.345 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:52.346 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:53.300 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:54.301 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:55.288 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:56.301 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:57.345 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:58.344 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:40:59.325 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:00.281 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:01.338 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:02.281 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:03.333 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:04.293 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:05.296 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:06.310 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:07.296 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:08.291 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:09.347 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:10.342 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:12.164 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:13.101 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:14.120 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:15.151 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:16.139 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:17.146 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:18.157 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:19.105 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:20.122 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:21.157 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:22.106 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:23.158 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:24.145 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:25.126 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:26.154 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:27.162 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:28.143 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:29.157 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:30.154 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:31.127 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:32.164 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:33.148 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:34.106 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:35.107 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:36.109 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:37.158 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:38.144 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:39.111 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:40.162 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:41.143 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:42.116 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:43.156 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:44.133 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:45.180 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:46.177 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:47.160 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:48.120 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:49.115 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:50.150 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:51.112 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:52.125 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:53.138 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:54.146 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:55.137 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:56.157 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:57.150 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:58.160 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:41:59.162 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:00.173 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:01.127 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:02.111 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:03.112 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:04.169 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:05.175 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:06.166 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:07.124 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:08.122 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:09.132 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:10.157 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:11.123 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:12.157 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:13.176 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:14.120 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:15.173 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:16.167 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:17.118 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:18.117 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:19.149 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:20.125 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:21.109 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:22.172 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:23.189 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:24.163 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:25.163 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:26.120 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:27.180 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:28.180 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:29.111 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:30.115 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:31.115 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:32.183 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
23:42:33.163 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
Cholmondely
Archivist
Archivist
Posts: 5016
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Planetfall 2.0 (maybe)

Post by Cholmondely »

phkb wrote: Wed Apr 10, 2024 10:48 pm
Cholmondely wrote: Wed Apr 10, 2024 8:27 pm
Lesser Walsingham Space Port
Do you want your Royal Court on Digebiti to have this name?
Not really.

How about "Sir Ffoliot Cary Port, Lesser Walsingham"? If too long winded, then yes, "Lesser Walsingham Space Port".

And how does one add the lost space ports to the feudals? The "Feudal States" are the richest of the Feudals, so should have more ports than their poorer cousins. Is this a fix for PlanetFall OXP or for Feudal States OXP?

It would be nice not to have to land at Lesser Walsingham when visiting cousin Digby in the Dismal Desert. The inter-city palanquin takes forever! Chairmen nowadays... I could tell you some pretty horrendous stories. The time we were hunting the mountain Seoids up in the heights north of Greater Walsingham. Digby spotted one of the blighters and we geed the chairmen on so we could pot-shot it. Blow me down if the bod beneath me didn't lose his pith helmet - and then fall over it! The entire palanquin took a tumble and we all ended up topsy turvy halfway down the slope. At that moment the Seoid decided to move in our direction. Trumpeting (as they do), it scattered the chairmen and went straight for dear old Digby. Well! I took my trusty blunderbuss and let rip at its left eyeball. The musket ball bounced and it turned and gave me the most filthy look. It then started moving in my direction, burbling as it came. I reloaded and took another shot. This time I must have hit something more vital. It emitted a sound somewhere between a shriek and a burble and accelerated. I ducked. It hit the palanquin which went sailing in the air apart from the left stave. Digby grabbed the stave and poked it in the unmentionables. It screamed again giving me time to reload. Another potshot plastered it across the left mandible. Its left eyeball exploded, spewing ghastly green ichor all over the place. It turned and did a runner.

Our palanquin was now no more than a pathetic piece of putrid planking. We abandoned it and with the footmen, struck out for civilisation. It took 3 days to get back to the Tews and we were a sorry sight when we got there. It took another 2 days to clean our clothing of the ichor.

So if we could find a space port just a tad closer to the Dismal Desert both Digby and I would be rather relieved.
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4657
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Planetfall 2.0 (maybe)

Post by phkb »

Cholmondely wrote: Wed Apr 10, 2024 10:54 pm
But now this:
Can I get you to run a test for me?

Inside the "planetFall2_worldScript.js" file, around line 811, can you add the following code:

Code: Select all

			log("PlanetFall2_populator", "pos = " + pos);
			log("PlanetFall2_populator", "key = " + key);
			log("PlanetFall2_populator", "displayName = " + displayName);
			log("PlanetFall2_populator", "entPos = " + entPos);
			log("PlanetFall2_populator", "radius = " + radius);
It should end up looking something like this:

Code: Select all

				this.commsMessage("WARNING - This is a restricted military zone, Commander. Docking at this station is prohibited without explicit permissions.", player.ship);
				return false;
			};

			log("PlanetFall2_populator", "pos = " + pos);
			log("PlanetFall2_populator", "key = " + key);
			log("PlanetFall2_populator", "displayName = " + displayName);
			log("PlanetFall2_populator", "entPos = " + entPos);
			log("PlanetFall2_populator", "radius = " + radius);
			
			var pfAdd = system.addShips("[" + key + "]", 1, pos, 0);
			if (pfAdd && pfAdd.length > 0) {
Then load up Digebiti and report what you get in the log.
Cholmondely wrote: Wed Apr 10, 2024 11:20 pm
And how does one add the lost space ports to the feudals? The "Feudal States" are the richest of the Feudals, so should have more ports than their poorer cousins. Is this a fix for PlanetFall OXP or for Feudal States OXP?
I'm not sure! When I look at how Feudal States integrated with PlanetFall (v1.51), it is sometimes setting the override flag to true, and that would mean Planet Fall would only ever land you in a Royal Court. This is what's happening at Digebiti. So, no matter how many times you try to land on the main planet, you will always be at a Royal Court location. With Galactic Almanac installed, each time you land you would get a different name for the site, but from a technical standpoint, it's the same landing site.

On this basis I thought it was intentional that a Feudal state would have 1 landing site. Obviously, in PlanetFall 1.51, there were, in effect, an unlimited number of landing sites, because you could land anywhere. Would I be correct in think that's what you mean when you say "so should have more ports than their poorer cousins".

For feudals with a TL < 7, there would be no override, and so they would get the standard set of landing sites (randomly chosen), but no Royal Court.

I can certainly tweak the way it works, so you could get (a) 1 guaranteed royal court and a few other standard sites (cities, leisure centres, etc), (b) a number of royal courts, up to the maximum number allowed. Let me know what your preference is.
User avatar
Cholmondely
Archivist
Archivist
Posts: 5016
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Planetfall 2.0 (maybe)

Post by Cholmondely »

phkb wrote: Thu Apr 11, 2024 2:21 am
Can I get you to run a test for me?
Latest log (searching for planetfall) now shows:

Code: Select all

06:50:29.387 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching shipWillEnterWitchspace, shipWillLaunchFromStation, and shipWillExitWitchspace functions of Feudal states PlanetFall script
06:50:29.387 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching showAlmanac2 function of Galactic Almanac script
06:50:29.387 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching $missionActualInfo function of In-System Cargo Delivery
06:50:29.673 [PlanetFall2] GlobalLog (OOJSGlobal.m:266): final count for main planet: 1
06:50:36.294 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): pos = (-2.1837e+08, 1.37663e+09, -1.89648e+08)
06:50:36.294 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): key = feudal-planetFall_mainSurface_FSRoyalCourt
06:50:36.294 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): displayName = Chateau of Temperance (Regal Court)
06:50:36.294 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): entPos = (0, 0, 751320)
06:50:36.295 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): radius = 67030
06:50:36.301 [script.javaScript.exception.uncaughtException] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): uncaught exception: Invalid settings: position property is not an array
  "pf_sub_feudal-planetFall_mainSurface_FSRoyalCourt":{"deterministic":1,"coordinates":[-218370176,1376630144,-189648464],"priority":500,"location":"COORDINATES"},
06:51:30.504 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:31.475 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:32.516 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:33.533 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:34.532 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:35.499 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:36.478 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:37.520 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:38.536 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:39.534 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:40.542 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:41.494 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:42.518 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:43.479 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:44.485 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:45.488 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:46.526 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:47.540 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:48.488 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:49.488 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:50.508 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:51.498 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:52.473 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:53.488 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:54.514 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:55.473 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:56.515 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:57.514 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:58.534 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:51:59.492 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:00.498 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:01.477 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:02.519 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:03.538 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:04.498 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:05.487 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:06.525 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:07.496 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:08.536 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:09.523 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:10.487 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:11.477 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:12.504 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:13.477 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:14.524 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:15.482 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:16.500 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:17.524 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:18.527 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:19.505 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:20.477 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:21.481 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:22.512 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:23.485 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:24.471 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:25.507 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:26.501 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:27.528 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:28.504 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:29.509 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:30.520 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:31.470 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:32.521 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:33.484 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:34.510 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:35.485 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:36.470 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:37.513 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:38.532 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:39.532 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:40.485 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:41.479 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:42.490 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:43.537 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:44.494 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:45.480 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:46.523 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
06:52:47.520 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4657
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Planetfall 2.0 (maybe)

Post by phkb »

Thanks!

Um...this is weird.

Code: Select all

06:50:36.294 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): pos = (-2.1837e+08, 1.37663e+09, -1.89648e+08)
That "(-2.1837e+08, 1.37663e+09, -1.89648e+08)" is an array of three numbers.
So I'm baffled by this:

Code: Select all

***** JavaScript exception (PlanetFall2 2.0): uncaught exception: Invalid settings: position property is not an array
It's failing on this line:

Code: Select all

			var pfAdd = system.addShips("[" + key + "]", 1, pos, 0);
So I'm unsure how "pos" goes from being an array to not an array in the space of 5 lines.

Thinking cap on.
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4657
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Planetfall 2.0 (maybe)

Post by phkb »

Cholmondely wrote: Thu Apr 11, 2024 5:57 am
Latest log (searching for planetfall) now shows:
OK, can I get you to add this line immediately after the other lines you added in?

Code: Select all

			log("PlanetFall2_populator", "0 = " + pos[0] + ", 1 = " + pos[1] + ", 2 = " + pos[2]);
And retest.
User avatar
Cholmondely
Archivist
Archivist
Posts: 5016
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Planetfall 2.0 (maybe)

Post by Cholmondely »

DGill wrote: Thu Feb 29, 2024 10:14 pm
I couldn't agree more...
Paging DGill! Paging DGill!

Thy presence is required for a confabulation concerning thy eminence's work concerning the Feudal States!

Basically, PlanetLand2 allows you to choose your landing site on the planet. Feudal States currently clobbers choosing.

phkb wrote: Thu Apr 11, 2024 2:21 am
Cholmondely wrote: Wed Apr 10, 2024 11:20 pm
And how does one add the lost space ports to the feudals? The "Feudal States" are the richest of the Feudals, so should have more ports than their poorer cousins. Is this a fix for PlanetFall OXP or for Feudal States OXP?
I'm not sure! When I look at how Feudal States integrated with PlanetFall (v1.51), it is sometimes setting the override flag to true, and that would mean Planet Fall would only ever land you in a Royal Court. This is what's happening at Digebiti. So, no matter how many times you try to land on the main planet, you will always be at a Royal Court location. With Galactic Almanac installed, each time you land you would get a different name for the site, but from a technical standpoint, it's the same landing site.

On this basis I thought it was intentional that a Feudal state would have 1 landing site. Obviously, in PlanetFall 1.51, there were, in effect, an unlimited number of landing sites, because you could land anywhere. Would I be correct in think that's what you mean when you say "so should have more ports than their poorer cousins".

For feudals with a TL < 7, there would be no override, and so they would get the standard set of landing sites (randomly chosen), but no Royal Court.

I can certainly tweak the way it works, so you could get (a) 1 guaranteed royal court and a few other standard sites (cities, leisure centres, etc), (b) a number of royal courts, up to the maximum number allowed. Let me know what your preference is.
I feel there should be more than the one destination at a "high-tech" feudal. But I'd like to see DGill's response. He's been musing over adding in Feudal Estate management into FS which might well require at least one additional landing site closer to the estate.

Looking at the Rough Guide to Tibecea for example, one would expect another space port at the cathedral (at the other end of the planet from the Doge's Palace which is at the capital city). And probably others at various mercantile, naval, and religious sites dotted around hither and yon.

Thinking of Digebiti, there is Lesser Walsingham (capital city, site of the Cocktail Throne, the House of Lords and the University Departments of the "History of the Philosophy of History" and of the "Philosophy of the History of Philosophy"), Greater Walsingham (the Cathedral), and Lancaster (major city).

Walsingham, by the way, is a most delightful town in the north of Norfolk. When I visited it, some years back, it felt as though I'd gone back in time. Infused with "English" Christianity, it was the site of a vision of Mary before the Norman Conquest of 1066, and contains churches in abundance. Not only C of E (they tend to be "high church"), but also the RC. And also the Eastern Orthodox! (I think I saw a Polish Autocephalous Orthodox Shrine, if my memory is not failing me).
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
Cholmondely
Archivist
Archivist
Posts: 5016
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Planetfall 2.0 (maybe)

Post by Cholmondely »

phkb wrote: Thu Apr 11, 2024 6:15 am
And retest.
Herewith the latest Latest.log

Code: Select all

07:28:31.204 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching shipWillEnterWitchspace, shipWillLaunchFromStation, and shipWillExitWitchspace functions of Feudal states PlanetFall script
07:28:31.204 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching showAlmanac2 function of Galactic Almanac script
07:28:31.204 [PlanetFall2_MonkeyPatch] GlobalLog (OOJSGlobal.m:266): Monkey-patching $missionActualInfo function of In-System Cargo Delivery
07:28:31.523 [PlanetFall2] GlobalLog (OOJSGlobal.m:266): final count for main planet: 1
07:28:37.892 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): pos = (-2.1837e+08, 1.37663e+09, -1.89648e+08)
07:28:37.892 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): key = feudal-planetFall_mainSurface_FSRoyalCourt
07:28:37.892 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): displayName = Chateau of Temperance (Regal Court)
07:28:37.892 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): entPos = (0, 0, 751320)
07:28:37.892 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): radius = 67030
07:28:37.892 [PlanetFall2_populator] GlobalLog (OOJSGlobal.m:266): 0 = -218370172.03228673, 1 = 1376630085.2247076, 2 = -189648462.8690106
07:28:37.896 [script.javaScript.exception.uncaughtException] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): uncaught exception: Invalid settings: position property is not an array
  "pf_sub_feudal-planetFall_mainSurface_FSRoyalCourt":{"deterministic":1,"coordinates":[-218370176,1376630144,-189648464],"priority":500,"location":"COORDINATES"},
07:28:54.425 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:28:55.418 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:28:56.366 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:28:57.408 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:28:58.375 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:28:59.406 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:00.374 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:01.394 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:02.403 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:03.421 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:04.369 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:05.388 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:06.375 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:07.407 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:08.413 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:09.427 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:10.421 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:11.379 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:12.435 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:13.393 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:14.412 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:15.378 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:16.377 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:17.455 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:18.393 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:19.377 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:20.430 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:21.384 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:22.372 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:23.421 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:24.382 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:25.421 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:26.379 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:27.427 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:28.382 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:29.435 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:30.391 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:31.392 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:32.415 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:33.426 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:34.386 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:35.415 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:36.376 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:37.424 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:38.375 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:39.397 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:40.426 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:41.396 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:42.440 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:43.401 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:44.436 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
07:29:45.381 [script.javaScript.exception.unexpectedType] ReportJSError (OOJavaScriptEngine.m:204): ***** JavaScript exception (PlanetFall2 2.0): TypeError: stn.linkedVE is undefined
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
hiran
Theorethicist
Posts: 2077
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Re: Planetfall 2.0 (maybe)

Post by hiran »

phkb wrote: Wed Apr 10, 2024 10:38 pm
Ah, yeah, that would do it. Missing semicolon on line 449 of shipdata.plist. Everything seems OK from that point on, so it should just be the one fix.

New release is one the way. But if you want to change the 100km range to 200km ahead of the release, the line to change is 1265 of "planetFall2_worldScript.js" from this:

Code: Select all

		if (check < 100000) {
to this:

Code: Select all

		if (check < 200000) {
Extracted PlanetFall2.oxz into the AddOns/PlatetFall2.oxp folder and patched both shipdata.plist and planetFall2_worldScript.js as indicated above.
Still my astrogation compass does not show any landing sites. Tried Ceesxe, Veis and Leoneed. None of them feudal.

So on Leoneed, with an altitude of 19 km my astrogation compass allows me to round-robin these targets:
- Coriolis Station
- Star
- Target
- Leoned Station
- Witchpoint
- COMLR Satelite
- COM Satelite
- Leoneed (9) ...

So I am still not sure when landing sites should appear. Just trying to go down to the planet I have to fight the atmosphere, hold the bearing and slow down. At altitude 0 there is the lethal crash. So far so good.

I think the crash might be - depending on the descent rate - more like scratching the docking station before ending up in a balloon pop.
Sunshine - Moonlight - Good Times - Oolite
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4657
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Planetfall 2.0 (maybe)

Post by phkb »

@hiran: are there any messages in your log file?
User avatar
hiran
Theorethicist
Posts: 2077
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Re: Planetfall 2.0 (maybe)

Post by hiran »

phkb wrote: Thu Apr 11, 2024 7:11 am
@hiran: are there any messages in your log file?
Indeed, there is something. Can I put the complete file here?
If that does not work I'll send snippets.

Code: Select all

Opening log for Oolite version 1.91 (x86-64 test release) under Linux 6.5.0-27-generic at 2024-04-11 09:11:23 +0200.
Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz 8 processors detected. System RAM: 32006 MB (free: 20453 MB).
Build options: OpenAL, GLSL shaders, new planets, JavaScript console support, OXP verifier, localization tools, debug GraphViz support, JavaScript profiling.
[...]
09:11:24.376 [searchPaths.dumpAll]: Resource paths: 
    ~/GNUstep/Applications/Oolite/oolite.app/Resources
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns
    AddOns
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.smivs.Delightful [email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/DTT.Heart_of_Gold [email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/DTT.Snake Charmer Pinup [email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/DTT.Atlas [email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/DTT.Galaxy_Liner [email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.redspear.additional_planets_sr_others_gas_giants@1.1.oxz
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.smivs.better [email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.Ramen.Status_Quo-Ship'[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    ~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]
    AddOns/PlanetFall2.oxp
    AddOns/Basic-debug.oxp
    AddOns/org.oolite.hiran.OoliteStarter.oxp
09:11:24.465 [MSAA.setup]: Multisample anti-aliasing not requested.
09:11:24.637 [shipData.load.begin]: Loading ship data.
09:11:24.647 [gnustep]: 2024-04-11 09:11:24.647 oolite[6893:6893] File NSPropertyList.m: 1009. In parsePlItem Missing semicolon in dictionary at line 82 char 2213

09:11:24.647 [gnustep]: 2024-04-11 09:11:24.647 oolite[6893:6893] File NSPropertyList.m: 1009. In parsePlItem Missing semicolon in dictionary at line 83 char 2216

09:11:24.708 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in dtt_atlas_cargo
09:11:24.710 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in fireworks-mine
09:11:24.711 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in beacon_torpedo
09:11:24.711 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in beacon_torpedo
09:11:24.711 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in beacon_torpedo
09:11:24.711 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in beacon_torpedo
09:11:24.712 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in cobra3-miner
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.714 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_greenRing
09:11:24.715 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in cobra3-miner-player
09:11:24.716 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in dtt_atlas_player
09:11:24.716 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in combatsimulator-buoy
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.717 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in ringRacer_redRing
09:11:24.748 [shipData.load.error]: ***** ERROR: the shipdata.plist entry "FuelC-cob3-alternate" specifies non-existent model "cobra3_redux1.dat".
09:11:24.748 [oxp-standards.error]: Error in shipdata.plist
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_red_channel
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_red_channel
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_red_channel
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_red_channel
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_red_channel
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_red_channel is too high, using 7200.0.
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_red_channel is too high, using 7200.0.
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_red_channel is too high, using 7200.0.
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_red_channel is too high, using 7200.0.
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_prototype_boa_normalmapped-player
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_prototype_boa_normalmapped-player
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_prototype_boa_normalmapped-player
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_prototype_boa_normalmapped-player
09:11:24.859 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_prototype_boa_normalmapped-player
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_prototype_boa_normalmapped-player is too high, using 7200.0.
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_prototype_boa_normalmapped-player is too high, using 7200.0.
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_prototype_boa_normalmapped-player is too high, using 7200.0.
09:11:24.859 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_prototype_boa_normalmapped-player is too high, using 7200.0.
09:11:24.862 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_alpha_channel
09:11:24.862 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_alpha_channel
09:11:24.862 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_alpha_channel
09:11:24.862 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_alpha_channel
09:11:24.862 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_alpha_channel
09:11:24.862 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_alpha_channel is too high, using 7200.0.
09:11:24.862 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_alpha_channel is too high, using 7200.0.
09:11:24.862 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_alpha_channel is too high, using 7200.0.
09:11:24.862 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_alpha_channel is too high, using 7200.0.
09:11:24.862 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_green_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_green_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_green_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_green_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_green_channel
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_green_channel is too high, using 7200.0.
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_green_channel is too high, using 7200.0.
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_green_channel is too high, using 7200.0.
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_green_channel is too high, using 7200.0.
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_blue_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_blue_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_blue_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_blue_channel
09:11:24.863 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_decals_from_blue_channel
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_blue_channel is too high, using 7200.0.
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_blue_channel is too high, using 7200.0.
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_blue_channel is too high, using 7200.0.
09:11:24.863 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_decals_from_blue_channel is too high, using 7200.0.
09:11:24.864 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_Template
09:11:24.864 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_Template
09:11:24.864 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_Template
09:11:24.864 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_Template
09:11:24.864 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in griff_NPC_prototype_boa_Template
09:11:24.864 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_Template is too high, using 7200.0.
09:11:24.864 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_Template is too high, using 7200.0.
09:11:24.864 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_Template is too high, using 7200.0.
09:11:24.864 [shipData.load.warning.turret.badWeaponRange]: ----- WARNING: ball turret weapon range of 7500 for subentity of ship griff_NPC_prototype_boa_Template is too high, using 7200.0.
09:11:25.514 [oxp-standards.deprecated]: The conditions key is deprecated for equipment Ring Racer League Entry
09:11:25.516 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/trackerCam_trigger.js does not "use strict";
09:11:25.522 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/auto-eject-toggle.js does not "use strict";
09:11:25.523 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/camera_drone_equip.js does not "use strict";
09:11:25.527 [oxp-standards.deprecated]: The conditions key is deprecated for equipment HyperRadio™
09:11:25.529 [oxp-standards.deprecated]: The conditions key is deprecated for equipment Ring Racer League Entry
09:11:25.535 [oxp-standards.deprecated]: The conditions key is deprecated for equipment HyperRadio™
09:11:25.675 [script.javascript.init]: JavaScript reset successful.
09:11:26.013 [debugTCP.disconnect]: No connection to debug console: "Connection to debug console failed: 'Connection refused' (outStream status: 7, inStream status: 7)."
09:11:26.013 [debugTCP.send.warning]: Error sending packet header, retrying.
09:11:26.037 [debugTCP.send.error]: The following packet could not be sent: {"Oolite version" = "1.91"; "packet type" = "Request Connection"; "protocol version" = 65792; }
09:11:26.067 [debugTCP.disconnect]: No connection to debug console: "Connection to debug console failed: 'bad stream.' (outStream status: 0, inStream status: 0)."
09:11:26.067 [debugTCP.connect.failed]: Failed to connect to debug console at address 127.0.0.1:8563.
09:11:26.141 [shipData.load.begin]: Loading ship data.
09:11:26.416 [oxp-standards.deprecated]: The conditions key is deprecated for equipment Ring Racer League Entry
09:11:26.423 [oxp-standards.deprecated]: The conditions key is deprecated for equipment HyperRadio™
09:11:26.424 [oxp-standards.deprecated]: The conditions key is deprecated for equipment Ring Racer League Entry
09:11:26.431 [oxp-standards.deprecated]: The conditions key is deprecated for equipment HyperRadio™
09:11:26.437 [script.javascript.init]: JavaScript reset successful.
09:11:26.471 [script.javascript.init]: JavaScript reset successful.
09:11:26.489 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/captsolo.js does not "use strict";
09:11:26.490 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/combatsimulator.js does not "use strict";
09:11:26.497 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.554 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/frame_fuel_collector.js does not "use strict";
09:11:26.577 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/mo_traders_rating.js does not "use strict";
09:11:26.587 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/efttcaoil.js does not "use strict";
09:11:26.588 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.599 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.601 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.603 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.603 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/camera_drones.js does not "use strict";
09:11:26.661 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/ringRacer_systemScript.js does not "use strict";
09:11:26.661 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.664 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Config/script.js does not "use strict";
09:11:26.665 [oxp-standards.deprecated]: Script /home/hiran/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/[email protected]/Scripts/systemfeatures-sunspots.js does not "use strict";
09:11:26.678 [script.load.world.listAll]: Loaded 136 world scripts:
    Additional Planets SR pack Others Gas Giants 1.1
    Additional Planets SR pack Redux 1.1
    AsteroidStorm 4.03
    auto-eject 1.2
    Automatic ECM System 0.3.2 - for Oolite 1.75 and later
    AutoRefuel 1.0
    BarrelRoll 1.1
    BGS 2.5.4
    BGS-PAGsoundsetv2 2.3
    BroadcastCommsMFD 1.3.7
    BulkCargoProcessor 1.5
    Cabal_Common_Briefing 1.7
    Cabal_Common_Comms 1.7.2
    Cabal_Common_Functions 1.7
    Cabal_Common_Keyboard 1.7
    Cabal_Common_MissionHandling 1.7
    Cabal_Common_Music 1.7
    Cabal_Common_Overlay 1.7
    Cabal_Common_OXPStrength 1.7.1
    Cabal_Common_SpecialMarkets 1.7
    cagsdebug 1.0
    Camera Drones 1.4
    Combat Simulator 1.1
    combat_MFD 1.17
    commandersLog 1.01
    Comms Pack A 0.5
    CommsLogMFD 1.7.10
    Contracted Goods Reminder 1.0
    DamageReportMFD 2.4
    DangerousHUD 2.0.2
    display_reputations 1.3
    DuplexFuelTank 0.52
    EmailSystem 1.7.9
    exhibitions 1.21
    Explorers Club 1.4.6
    ExternalDockSystem 1.7
    FastTargetSelector 1.6
    fireworks 1.1
    FlightLog 1.11
    freighterconvoys 1.3
    Fuel Collector 0.07
    FuelGenerator 0.2
    GalCopAdminServices 1.7.9
    GalDrivePod_main_script 1.4
    gallery 1.21
    Generation Ships 1.5.0
    GNN 1.2
    GNN_PhraseGen 1.2
    GNN_Words 1.2
    hdbg 1.0
    hdbg-a 1.0
    hudselector 1.25
    hyperradio 1.26.1
    interstellar_help 2.3
    LaveAcademy 2.0
    Lib_2DCollision 1.7.1
    Lib_Animator 1.7.1
    Lib_BinSearch 1.7.1
    Lib_Config 1.7.1
    Lib_Crypt 1.7.1
    Lib_Cubecode 1.7.1
    Lib_EntityStrength 1.7.1
    Lib_GUI 1.7.1
    Lib_Main 1.7.1
    Lib_MissionCoord 1.7.1
    Lib_Music 1.7.1
    Lib_PAD 1.7.1
    Lib_PAD_Events 1.7.1
    Lib_Starmap 1.7.1
    Library book: CAPTSOLO 1.0
    Library book: EFTTCAOIL 1.2
    Library book: Mutabilis 1.1.0
    Library book: status-quo 0.2.1
    logevents 1.4
    manifest_mfd 1.1.2
    market_observer 2.3.1
    MarketScriptInterface_Main 1.1
    mo-traders_rating 2.2.4
    navi_mfd 1.9.2
    neoDockLights_worldScript.js 0.10
    Oolite Equipment Control 1.91
    Oolite Ship Library 1.91
    oolite-cloaking-device 1.91
    oolite-constrictor-hunt 1.91
    oolite-contracts-cargo 1.91
    oolite-contracts-helpers 1.91
    oolite-contracts-parcels 1.91
    oolite-contracts-passengers 1.91
    oolite-libPriorityAI 1.91
    oolite-nova 1.91
    oolite-populator 1.91
    oolite-primable-equipment-register 1.91
    oolite-registership 1.0.1
    oolite-starter-oxp 0.1
    oolite-thargoid-plans 1.91
    oolite-trumbles 1.91
    oolite-tutorial 1.91
    OXPConfig 2.3.4
    Pirate_Coves 1.4.2
    PlanetFall2 2.0
    planetFall2_Markets 2.0
    PlanetFall2_MonkeyPatch 2.0
    PlanetFall2_Names 2.0
    PlanetFall2_Shipyards 2.0
    PlanetFall2_Turbulence 2.0
    Police_Scanner_Upgrade 1.3.1
    randomshipnames 1.6
    Repair System 2.14
    reversecontrol 1.8
    RingRacer 1.20
    safetycatch 1.3
    Satellite 1.10
    Ship_Storage_Helper.js 0.38
    shiplib 1.0
    Ships Library 0.8
    snoopers 2.5
    SSLaneIndicator 0.8
    start_advice 0.3
    station_options 1.1
    System Features: Rings 2.10.3
    System Features: Sunspots 1.5
    System Redux 0.9
    Target Filtering System 2.07
    targetAutolock 1.14
    telescope 1.15
    thecollector 0.4
    Tionisla Reporter 1.3.9
    TrafficControl 2.02
    trails 1.11
    trophy_col 2.3.0
    useful_MFDs 0.6
    VimanaAlerts 1.00
    VimanaHUD 2.07
    VimanaX_Alerts 1.18
    VimanaX_HUD 1.18
    Welcome Information Script 1.13
09:11:26.701 [LogEvents]: ship got EQ_FUEL_GENERATOR
09:11:26.701 [LogEvents]: ship got EQ_AUTOECM
09:11:26.701 [LogEvents]: ship got EQ_ECM
09:11:26.702 [LogEvents]: ship got EQ_SSLI_MFD
09:11:26.702 [LogEvents]: ship got EQ_SHIPS_LIBRARY
09:11:26.702 [LogEvents]: ship got EQ_ELECTRONIC_THUMB
09:11:26.702 [LogEvents]: ship got EQ_MULTI_TARGET
09:11:26.702 [LogEvents]: ship got EQ_TELESCOPEEXT
09:11:26.702 [LogEvents]: ship got EQ_HUDSELECTOR
09:11:26.703 [LogEvents]: ship got EQ_TARGET_MEMORY
09:11:26.703 [LogEvents]: ship got EQ_FUEL_SCOOPS
09:11:26.703 [LogEvents]: ship got EQ_TARGET_FILTERING_SYSTEM
09:11:26.704 [LogEvents]: ship got EQ_VIMANAX_SHIP_MODULE
09:11:26.704 [LogEvents]: ship got EQ_INTEGRATED_TARGETING_SYSTEM
09:11:26.704 [LogEvents]: ship got EQ_TARGETSELECTOR
09:11:26.704 [LogEvents]: ship got EQ_DUPLEX_FUEL_TANK_CTRL
09:11:26.704 [LogEvents]: ship got EQ_ESCAPE_POD
09:11:26.705 [LogEvents]: ship got EQ_COMBATMFD
09:11:26.705 [LogEvents]: ship got EQ_ADVANCED_NAVIGATIONAL_ARRAY
09:11:26.705 [LogEvents]: ship got EQ_GRAVSCANNER
09:11:26.705 [LogEvents]: ship got EQ_DUPLEX_FUEL_TANK_STATE_3
09:11:26.705 [LogEvents]: ship got EQ_TELESCOPE
09:11:26.705 [LogEvents]: ship got EQ_AUTO_EJECT
09:11:26.705 [LogEvents]: ship got EQ_SHIELD_BOOSTER
09:11:26.705 [LogEvents]: ship got EQ_NAVIGATION_MFD
09:11:26.705 [LogEvents]: ship got EQ_VIMANA_SHIP_MODULE
09:11:26.705 [LogEvents]: ship got EQ_VIMANAX_TARGET_MODULE
09:11:26.705 [LogEvents]: ship got EQ_VIMANA_TARGET_MODULE
09:11:26.705 [LogEvents]: ship got EQ_WELCOME_MAT
09:11:26.705 [LogEvents]: ship got EQ_SCANNER_SHOW_MISSILE_TARGET
09:11:26.706 [LogEvents]: ship got EQ_FRAME_FUEL_COLLECTOR
09:11:26.706 [LogEvents]: ship got EQ_TARGET_AUTOLOCK
09:11:26.706 [LogEvents]: ship got EQ_COMMSLOGMFD
09:11:26.706 [LogEvents]: ship got EQ_TROPHY_MFD
09:11:26.706 [LogEvents]: ship got EQ_BROADCASTCOMMSMFD
09:11:26.706 [LogEvents]: ship got EQ_ADVANCED_COMPASS
09:11:26.706 [LogEvents]: ship got EQ_MANIFEST_MFD
09:11:26.706 [LogEvents]: ship got EQ_POLICE_SCANNER_UPGRADE
09:11:26.706 [LogEvents]: ship got EQ_HEAT_SHIELD
09:11:26.706 [LogEvents]: ship got EQ_WORMHOLE_SCANNER
09:11:26.706 [LogEvents]: ship got EQ_VIMANAX_TRAVEL_MODULE
09:11:26.706 [LogEvents]: ship got EQ_VIMANA_TRAVEL_MODULE
09:11:26.706 [LogEvents]: ship got EQ_BULK_CARGO_PROCESSOR
09:11:26.707 [LogEvents]: ship got EQ_DUPLEX_FUEL_TANK
09:11:26.707 [LogEvents]: ship got EQ_FUEL_INJECTION
09:11:26.707 [LogEvents]: ship got EQ_BARREL_ROLL
09:11:26.707 [LogEvents]: ship got EQ_VIMANAX_COLOR_NORMAL
09:11:26.707 [Repair System]: Imperial Courier: Cluelesswas awarded Self-Repair System with 10 charges
09:11:26.707 [LogEvents]: ship got EQ_REPAIRBOTS_CONTROLLER
09:11:26.707 [LogEvents]: ship got EQ_DAMAGE_REPORT_MFD
09:11:26.707 [LogEvents]: ship got EQ_TRACKERCAM_LINK
09:11:26.708 [LogEvents]: ship got EQ_GAL_DRIVE
09:11:26.708 [LogEvents]: ship got EQ_ENERGY_UNIT
09:11:26.708 [LogEvents]: ship got EQ_SMALLDISH
09:11:26.708 [LogEvents]: ship got EQ_DOCK_COMP
09:11:26.997 [Repair System]: Imperial Courier: Clueless has Repair System Controller EQ_REPAIRBOTS_CONTROLLER with 86 charges remaining
09:11:28.144 [PlanetFall2_MonkeyPatch]: Monkey-patching $addPlanets function of Additional Planets
09:11:28.179 [script.javaScript.exception.ooliteDefined]: ***** JavaScript exception (System Redux 0.9): Error: Could not construct vector from parameters (NaN, NaN, NaN) -- expected Vector, Entity or array of three numbers.
09:11:28.179 [script.javaScript.exception.ooliteDefined]:       AddOns/PlanetFall2.oxp/Scripts/planetFall2_worldScript.js, line 776.
09:11:28.778 [VimanaHUD]: HUDSelectorCallBack, off:false, pship.hud:VimanaHUD-mfds.plist
09:11:28.806 [hudselector]: HUDs: ,Default HUD,hud,hudselector,ExtraLarge HUD with 10 MFDs and custom dials,hudselector-extralarge,hudselector-extralarge10,hudselector,Large HUD with 10 MFDs and custom dials,hudselector-large,hudselector,Small HUD with 10 MFDs and custom dials,hudselector-small,VimanaHUD,VimanaHUD 6 MFDs,VimanaHUD,,,VimanaHUD,VimanaHUD 12 MFDs,VimanaHUD-mfds,,,VimanaX_HUD,Vimana-X HUD 6 MFDs,VimanaX_HUD-6mfds,,,VimanaX_HUD,Vimana-X HUD 10 MFDs,VimanaX_HUD-10mfds,,,VimanaX_HUD,Vimana-X HUD 12 MFDs,VimanaX_HUD-12mfds,,,DangerousHUD,DangerousHUD,DangerousHUD,,
09:11:28.806 [hudselector]: 0: ,Default HUD,hud
09:11:28.806 [hudselector]: 1: hudselector,ExtraLarge HUD with 10 MFDs and custom dials,hudselector-extralarge,hudselector-extralarge10
09:11:28.806 [hudselector]: 2: hudselector,Large HUD with 10 MFDs and custom dials,hudselector-large
09:11:28.806 [hudselector]: 3: hudselector,Small HUD with 10 MFDs and custom dials,hudselector-small
09:11:28.806 [hudselector]: 4: VimanaHUD,VimanaHUD 6 MFDs,VimanaHUD,,
09:11:28.806 [hudselector]: 5: VimanaHUD,VimanaHUD 12 MFDs,VimanaHUD-mfds,,
09:11:28.806 [hudselector]: 6: VimanaX_HUD,Vimana-X HUD 6 MFDs,VimanaX_HUD-6mfds,,
09:11:28.806 [hudselector]: 7: VimanaX_HUD,Vimana-X HUD 10 MFDs,VimanaX_HUD-10mfds,,
09:11:28.806 [hudselector]: 8: VimanaX_HUD,Vimana-X HUD 12 MFDs,VimanaX_HUD-12mfds,,
09:11:28.806 [hudselector]: 9: DangerousHUD,DangerousHUD,DangerousHUD,,
09:11:28.811 [LogEvents]: ship lost EQ_VIMANAX_COLOR_NORMAL
09:11:28.811 [LogEvents]: ship got EQ_VIMANAX_COLOR_NORMAL
09:11:28.821 [LogEvents]: Populators:
 {"oolite-pirate-independent-route3":{"location":"LANE_WS","priority":40,"groupCount":0},
  "oolite-assassins":{"location":"WITCHPOINT","priority":40,"groupCount":0},
  "oolite-thargoid-strike":{"location":"LANE_WPS","priority":40,"groupCount":0},
  "oolite-route1-asteroids":{"location":"LANE_WP","priority":20,"deterministic":1,"groupCount":0,"locationSeed":51728},
  "rs_satellite_3":{"location":"COORDINATES","coordinates":[67554.859375,8276.5625,470612.125]},
  "oolite-thargoid-scouts":{"location":"LANE_WPS","priority":40,"groupCount":0},
  "oolite-pirate-heavy-remote":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-pirate-light-remote":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-nav-buoy":{"location":"COORDINATES","priority":5,"coordinates":[-46414.31640625,52852.4296875,441050.59375],"deterministic":1},
  "oolite-police-route1":{"location":"LANE_WP","priority":40,"groupCount":2},
  "oolite-interceptors-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-freighters":{"location":"LANE_WP","priority":40,"groupCount":2},
  "rs_satellite_4":{"location":"COORDINATES","coordinates":[13435.5419921875,17739.75390625,398842]},
  "oolite-offlane-hermit":{"location":"PLANET_ORBIT_HIGH","priority":99,"deterministic":1,"groupCount":1,"locationSeed":71258},
  "oolite-hunters-heavy-route3":{"location":"LANE_WS","priority":40,"groupCount":0},
  "oolite-smugglers":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-hunters-medium-route3":{"location":"LANE_WS","priority":40,"groupCount":1},
  "rs_satellite_0":{"location":"COORDINATES","coordinates":[-5252.88134765625,16963.34375,398842]},
  "oolite-pirate-heavy-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-pirate-light-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-couriers-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-pirate-medium-remote":{"location":"LANE_WP","priority":40,"groupCount":0},
  "rs_satellite_5":{"location":"COORDINATES","coordinates":[-68658.234375,13423.0439453125,484328.21875]},
  "oolite-freighters-docking":{"location":"STATION_AEGIS","priority":40,"groupCount":0},
  "oolite-pirate-independent-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "system_features_sunspots":{"priority":1000,"coordinates":[-142692.09375,-7255.52978515625,1260001.25]},
  "oolite-police-stationpatrol":{"location":"STATION_AEGIS","priority":40},
  "rs_satellite_1":{"location":"COORDINATES","coordinates":[-68597.8359375,12235.2216796875,481555.8125]},
  "oolite-pirate-heavy-triangle":{"location":"LANE_WPS","priority":40,"groupCount":0},
  "oolite-hunters-route1":{"location":"LANE_WP","priority":40,"groupCount":1},
  "oolite-pirate-medium-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "rs_satellite_6":{"location":"COORDINATES","coordinates":[-14084.8603515625,-68691.8828125,475214.5]},
  "oolite-pirate-independent-route2":{"location":"LANE_PS","priority":40,"groupCount":0},
  "pf_turbulence":{"location":"COORDINATES","priority":500,"coordinates":[0,0,0]},
  "oolite-police-triangle":{"location":"LANE_WPS","priority":40,"groupCount":1},
  "rs_satellite_2":{"location":"COORDINATES","coordinates":[-19887.458984375,9473.685546875,534618]},
  "oolite-hunters-triangle":{"location":"LANE_WPS","priority":40,"groupCount":1},
  "oolite-pirate-light-triangle":{"location":"LANE_WPS","priority":40,"groupCount":0},
  "oolite-hunters-heavy-route1":{"location":"LANE_WP","priority":40,"groupCount":0},
  "oolite-hunters-medium-route1":{"location":"LANE_WP","priority":40,"groupCount":1},
  "oolite-witch-buoy":{"location":"COORDINATES","priority":10,"deterministic":1,"coordinates":[0,0,0]},
  "oolite-route2-asteroids":{"location":"LANE_PS","priority":20,"deterministic":1,"groupCount":2,"locationSeed":82715},
  "oolite-couriers-route3":{"location":"LANE_WS","priority":40,"groupCount":0},
  "oolite-interceptors-witchpoint":{"location":"WITCHPOINT","priority":40,"groupCount":0},
  "oolite-pirate-medium-triangle":{"location":"LANE_WPS","priority":40,"groupCount":0}}
09:11:28.855 [LogEvents]: gui screen will change from GUI_SCREEN_LOAD to GUI_SCREEN_STATUS
09:11:28.868 [LogEvents]: gui screen changed from GUI_SCREEN_LOAD to GUI_SCREEN_STATUS
09:11:28.881 [LogEvents]: mission screen opportunity
09:11:28.881 [WARNING]: Warning! Global namespace polluted by:
09:11:28.881 [WARNING]: ["postFX","keyBindingDescription","getColorSaturation","setColorSaturation","setExtraGuiScreenKeys","clearExtraGuiScreenKeys","key"]
09:11:28.927 [startup.complete]: ========== Loading complete in 5.59 seconds. ==========
09:11:29.092 [hudselector]: Scanner NonLinear:true UltraZoom:true HUD:VimanaHUD_docked.plist Crosshairs: null, scanner settings is not fixed.
09:11:29.097 [rendering.opengl.state]: Incorrect OpenGL state in -[Universe drawUniverse] (line 4866)->OOSetOpenGLState
09:11:29.097 [rendering.opengl.state]: Expected previous state: <canonical initial state>
  09:11:29.097 [rendering.opengl.state]: GL_LIGHT1 should be disabled but is ENABLED.
09:11:29.163 [LogEvents]: Navigation Buoy 27349 spawned at 10 km
09:11:29.164 [LogEvents]: Dodecahedron Station 24671 spawned at 0 km
09:11:29.164 [LogEvents]: GalCop Viper Interceptor 20706 spawned at 42 km
09:11:29.164 [LogEvents]: Asteroid 7467 spawned at 219 km
09:11:29.164 [LogEvents]: Asteroid 31823 spawned at 231 km
09:11:29.164 [LogEvents]: Rock Hermit 14899 spawned at 301 km
09:11:33.604 [LogEvents]: gui screen changed from GUI_SCREEN_STATUS to GUI_SCREEN_MAIN
09:11:33.714 [VimanaHUD]: Setting player's crosshairs to green_crosshair_off.plist
09:11:33.743 [Repair System]: Launch: Repair System equipment status: EQUIPMENT_OK
09:11:33.743 [Repair System]: Launch: Repair System Online, no equipment damaged, entering Standby mode
09:11:33.797 [LogEvents]: will launch from Dodecahedron Station 24671 flying Imperial Courier 29975
09:11:33.875 [LogEvents]: compass targeted lost target in mode COMPASS_MODE_PLANET
09:11:33.880 [VimanaHUD]: Setting player's crosshairs to crosshair_off.plist
09:11:33.885 [LogEvents]: alert condition changed from 0 to 2
09:11:33.993 [LogEvents]: Python 2116 spawned at 12 km
09:11:34.956 [LogEvents]: compass targeted Ceesxe undefined in mode COMPASS_MODE_PLANET
09:11:36.154 [LogEvents]: ship got EQ_TARGETSELECTOR_MODECHANGER
09:11:36.210 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Bon voyage Commander Bright. Please clear the approach lane as soon as possible.
09:11:36.211 [LogEvents]: launched from Dodecahedron Station 24671
09:11:36.314 [LogEvents]: targeted Navigation Buoy 27349 who has 250 energy
09:11:37.662 [telescope]: should never happen anymore!!!!!!  co > cl: 16 > 15
09:11:42.757 [LogEvents]: compass targeted Dodecahedron Station 24671 in mode COMPASS_MODE_STATION
09:11:44.037 [LogEvents]: compass targeted Star undefined in mode COMPASS_MODE_SUN
09:11:44.712 [LogEvents]: compass targeted Navigation Buoy 27349 in mode COMPASS_MODE_TARGET
09:11:45.811 [LogEvents]: compass targeted Witchpoint Beacon 23502 in mode COMPASS_MODE_BEACONS
09:11:46.399 [LogEvents]: compass targeted COM-Satellite 10423 in mode COMPASS_MODE_BEACONS
09:11:46.932 [LogEvents]: compass targeted Satellite Telescope 14174 in mode COMPASS_MODE_BEACONS
09:11:47.893 [LogEvents]: compass targeted Satellite Telescope 19550 in mode COMPASS_MODE_BEACONS
09:11:48.519 [LogEvents]: compass targeted Surveillance-Satellite 9735 in mode COMPASS_MODE_BEACONS
09:11:49.760 [LogEvents]: compass targeted Surveillance-Satellite 22722 in mode COMPASS_MODE_BEACONS
09:11:50.733 [LogEvents]: compass targeted COM-Satellite 3656 in mode COMPASS_MODE_BEACONS
09:11:51.212 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:11:51.376 [LogEvents]: compass targeted COMLR-Satellite 23210 in mode COMPASS_MODE_BEACONS
09:11:52.147 [LogEvents]: compass targeted Ceesxe undefined in mode COMPASS_MODE_PLANET
09:11:55.255 [LogEvents]: compass targeted Dodecahedron Station 24671 in mode COMPASS_MODE_STATION
09:11:56.349 [LogEvents]: compass targeted Star undefined in mode COMPASS_MODE_SUN
09:11:56.978 [LogEvents]: compass targeted Navigation Buoy 27349 in mode COMPASS_MODE_TARGET
09:11:57.603 [LogEvents]: compass targeted Witchpoint Beacon 23502 in mode COMPASS_MODE_BEACONS
09:11:57.896 [LogEvents]: compass targeted COM-Satellite 10423 in mode COMPASS_MODE_BEACONS
09:11:58.211 [LogEvents]: compass targeted Satellite Telescope 14174 in mode COMPASS_MODE_BEACONS
09:11:58.430 [LogEvents]: compass targeted Satellite Telescope 19550 in mode COMPASS_MODE_BEACONS
09:11:58.657 [LogEvents]: compass targeted Surveillance-Satellite 9735 in mode COMPASS_MODE_BEACONS
09:11:58.884 [LogEvents]: compass targeted Surveillance-Satellite 22722 in mode COMPASS_MODE_BEACONS
09:11:59.097 [LogEvents]: compass targeted COM-Satellite 3656 in mode COMPASS_MODE_BEACONS
09:11:59.257 [LogEvents]: compass targeted COMLR-Satellite 23210 in mode COMPASS_MODE_BEACONS
09:11:59.457 [LogEvents]: compass targeted Ceesxe undefined in mode COMPASS_MODE_PLANET
09:11:59.617 [LogEvents]: compass targeted Dodecahedron Station 24671 in mode COMPASS_MODE_STATION
09:11:59.779 [LogEvents]: compass targeted Star undefined in mode COMPASS_MODE_SUN
09:11:59.951 [LogEvents]: compass targeted Navigation Buoy 27349 in mode COMPASS_MODE_TARGET
09:12:06.219 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:12:06.306 [LogEvents]: got message from lost target : Government - Corporate State.
09:12:06.364 [LogEvents]: got message from lost target : Tech level - 15.
09:12:06.424 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:12:06.479 [LogEvents]: got message from lost target : This system has a strong police presence.
09:12:21.279 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:12:36.285 [LogEvents]: got message from lost target : Government - Corporate State.
09:12:36.341 [LogEvents]: got message from lost target : Tech level - 15.
09:12:36.395 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:12:36.458 [LogEvents]: got message from lost target : This system has a strong police presence.
09:12:36.546 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:12:51.357 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:13:06.350 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:13:06.470 [LogEvents]: got message from lost target : Government - Corporate State.
09:13:06.531 [LogEvents]: got message from lost target : Tech level - 15.
09:13:06.593 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:13:06.656 [LogEvents]: got message from lost target : This system has a strong police presence.
09:13:21.512 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:13:25.334 [LogEvents]: got message from GalCop Viper Interceptor 20706 : All clear at this point, Control.
09:13:36.470 [LogEvents]: got message from lost target : Ceesxe Traffic Control: Please clear the docking area!
09:13:36.579 [LogEvents]: got message from lost target : Government - Corporate State.
09:13:36.635 [LogEvents]: got message from lost target : Tech level - 15.
09:13:36.697 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:13:36.757 [LogEvents]: got message from lost target : This system has a strong police presence.
09:14:06.575 [LogEvents]: got message from lost target : Government - Corporate State.
09:14:06.635 [LogEvents]: got message from lost target : Tech level - 15.
09:14:06.687 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:14:06.745 [LogEvents]: got message from lost target : This system has a strong police presence.
09:14:36.663 [LogEvents]: got message from lost target : Government - Corporate State.
09:14:36.720 [LogEvents]: got message from lost target : Tech level - 15.
09:14:36.775 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:14:36.836 [LogEvents]: got message from lost target : This system has a strong police presence.
09:14:36.859 [LogEvents]: compass targeted Witchpoint Beacon 23502 in mode COMPASS_MODE_BEACONS
09:14:38.073 [LogEvents]: compass targeted COM-Satellite 10423 in mode COMPASS_MODE_BEACONS
09:14:39.709 [LogEvents]: compass targeted Satellite Telescope 14174 in mode COMPASS_MODE_BEACONS
09:14:40.327 [LogEvents]: compass targeted Satellite Telescope 19550 in mode COMPASS_MODE_BEACONS
09:14:40.887 [LogEvents]: compass targeted Surveillance-Satellite 9735 in mode COMPASS_MODE_BEACONS
09:14:41.487 [LogEvents]: compass targeted Surveillance-Satellite 22722 in mode COMPASS_MODE_BEACONS
09:14:42.114 [LogEvents]: compass targeted COM-Satellite 3656 in mode COMPASS_MODE_BEACONS
09:14:42.635 [LogEvents]: compass targeted COMLR-Satellite 23210 in mode COMPASS_MODE_BEACONS
09:14:43.075 [LogEvents]: compass targeted Ceesxe undefined in mode COMPASS_MODE_PLANET
09:14:45.182 [LogEvents]: compass targeted Dodecahedron Station 24671 in mode COMPASS_MODE_STATION
09:14:45.662 [LogEvents]: Anaconda Leader 18519 spawned at 8 km
09:14:45.663 [LogEvents]: compass targeted Star undefined in mode COMPASS_MODE_SUN
09:14:46.079 [LogEvents]: compass targeted Navigation Buoy 27349 in mode COMPASS_MODE_TARGET
09:14:47.330 [LogEvents]: compass targeted Witchpoint Beacon 23502 in mode COMPASS_MODE_BEACONS
09:14:47.717 [LogEvents]: compass targeted COM-Satellite 10423 in mode COMPASS_MODE_BEACONS
09:14:48.128 [LogEvents]: compass targeted Satellite Telescope 14174 in mode COMPASS_MODE_BEACONS
09:14:48.504 [LogEvents]: compass targeted Satellite Telescope 19550 in mode COMPASS_MODE_BEACONS
09:14:48.880 [LogEvents]: compass targeted Surveillance-Satellite 9735 in mode COMPASS_MODE_BEACONS
09:14:49.251 [LogEvents]: compass targeted Surveillance-Satellite 22722 in mode COMPASS_MODE_BEACONS
09:14:49.651 [LogEvents]: compass targeted COM-Satellite 3656 in mode COMPASS_MODE_BEACONS
09:14:50.051 [LogEvents]: compass targeted COMLR-Satellite 23210 in mode COMPASS_MODE_BEACONS
09:14:50.465 [LogEvents]: compass targeted Ceesxe undefined in mode COMPASS_MODE_PLANET
09:14:51.105 [LogEvents]: compass targeted Dodecahedron Station 24671 in mode COMPASS_MODE_STATION
09:14:51.638 [LogEvents]: compass targeted Star undefined in mode COMPASS_MODE_SUN
09:14:52.105 [LogEvents]: compass targeted Navigation Buoy 27349 in mode COMPASS_MODE_TARGET
09:14:57.252 [LogEvents]: got message from Anaconda Leader 18519 : They say there's good prices at Arazaes.
09:15:06.676 [LogEvents]: got message from lost target : Government - Corporate State.
09:15:06.732 [LogEvents]: got message from lost target : Tech level - 15.
09:15:06.791 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:15:06.846 [LogEvents]: got message from lost target : This system has a strong police presence.
09:15:09.726 [LogEvents]: Anaconda 3876 from Anaconda Leader 18519 spawned at 8 km
09:15:29.802 [LogEvents]: Anaconda 27284 from Anaconda Leader 18519 spawned at 8 km
09:15:36.656 [LogEvents]: got message from lost target : Government - Corporate State.
09:15:36.712 [LogEvents]: got message from lost target : Tech level - 15.
09:15:36.776 [LogEvents]: got message from lost target : Economy - Rich Industrial.
09:15:36.833 [LogEvents]: got message from lost target : This system has a strong police presence.
09:15:36.925 [exit.context]: Exiting: SDL_QUIT event received.
09:15:36.925 [gameController.exitApp]: .GNUstepDefaults synchronized.

Closing log at 2024-04-11 09:15:36 +0200.
Sunshine - Moonlight - Good Times - Oolite
User avatar
hiran
Theorethicist
Posts: 2077
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Re: Planetfall 2.0 (maybe)

Post by hiran »

planetFall2_worldScript.js line 776:

Code: Select all

		var posPF = Vector3D(distOffset * this.globalCount, distOffset * this.globalCount, distOffset * this.globalCount).fromCoordinateSystem("psu");
Not sure what might be right or wrong here. Why is it mentioned in the logs?
Sunshine - Moonlight - Good Times - Oolite
User avatar
hiran
Theorethicist
Posts: 2077
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Re: Planetfall 2.0 (maybe)

Post by hiran »

In case it helps: This is the expansion set I am running with:

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ExpansionList generatedAt="2024-04-11T07:24:43.321405981Z" generatedBy="null null">
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/6/68/DTT_Atlas_1.1.oxz" identifier="DTT.Atlas 1.1.Paradox" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/2f/DTT_Galaxy_Liner_1.0.oxz" identifier="DTT.Galaxy_Liner 1.0.Paradox" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/09/DTT_Heart_of_Gold_1.0.oxz" identifier="DTT.Heart_of_Gold 1.0.Paradox" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/75/DTT_Snake_Charmer_Pinup_1.1.oxz" identifier="DTT.Snake Charmer Pinup 1.1.Paradox" version="1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/5/5d/Cim.gsagostinho.SystemFeatures.Rings.oxz" identifier="cim.gsagostinho.systemfeatures.rings" version="2.10.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/28/Gsagostinho.DangerousHUD.OrangeVariant.oxz" identifier="gsagostinho.DangerousHUD.OrangeVariant" version="2.0.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/17/DuplexFuelTank.oxz" identifier="oolite.oxp.AndreyBelov.DuplexFuelTank" version="0.52"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/e/e3/AutoRefuelV1.0.oxz" identifier="oolite.oxp.ByronArn.AutoRefuel" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/5/55/Explorers_Club_1.4.4.oxz" identifier="oolite.oxp.CaptMurphy.ExplorersClub" version="1.4.6"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/96/Police_IFF_Scanner.oxz" identifier="oolite.oxp.CaptMurphy.PoliceIFFScanner" version="1.3.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/d/de/Ship_Storage_Helper_0.38.oxz" identifier="oolite.oxp.CaptMurphy.ShipStorageHelper" version="0.38"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/4/4d/Auto_Eject_1.2.oxz" identifier="oolite.oxp.Commander_McLane.Auto_Eject" version="1.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/3/31/Fireworks_1.2.oxz" identifier="oolite.oxp.Commander_McLane.Fireworks" version="1.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/d/d9/Interstellar_Help.oxz" identifier="oolite.oxp.Commander_McLane.Interstellar_Help" version="2.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/20/Randomshipnames.1.6.oxz" identifier="oolite.oxp.Commander_McLane.Randomshipnames" version="1.6"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/d/d7/Generation_Ships_1.6.oxz" identifier="oolite.oxp.Draco_Caeles.GenerationShips" version="1.6"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/13/Pirate_Coves_1.4.2.oxz" identifier="oolite.oxp.EricWalch.PirateCove" version="1.4.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/c8/Tionisla_Reporter.oxz" identifier="oolite.oxp.EricWalch.TionislaReporter" version="1.3.9"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/c9/Oolite.oxp.Frame.FuelCollector.oxz" identifier="oolite.oxp.Frame.FuelCollector" version="0.07"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/0e/VimanaHUD-2.07.oxz" identifier="oolite.oxp.Gnievmir.VimanaHUD" version="2.07"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/8/80/VimanaShipOverrides-2.07.oxz" identifier="oolite.oxp.Gnievmir.VimanaShipOverrides" version="2.07"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/b/bb/Oolite.oxp.Griff.Ferdelance.oxz" identifier="oolite.oxp.Griff.Ferdelance" version="1.04.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/8/8c/Oolite.oxp.Griff.Griff_shipset_decals.oxz" identifier="oolite.oxp.Griff.Griff_shipset_decals" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/a/a5/Oolite.oxp.Griff.Station_bundle.oxz" identifier="oolite.oxp.Griff.Station_Bundle" version="1.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/7d/Oolite.oxp.Griff.Thargoids.oxz" identifier="oolite.oxp.Griff.Thargoids" version="1.04.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/01/Oolite.oxp.Griff.Alloys_and_wreckage.oxz" identifier="oolite.oxp.Griff_alloys_and_wreckage" version="1.0.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/2a/AsteroidStorm_4.3.oxz" identifier="oolite.oxp.LittleBear.AsteroidStorm" version="4.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/4/47/ETT_Homing_Beacon_1.02.oxz" identifier="oolite.oxp.Lone_Wolf.ETTHomingBeacon" version="1.02"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/f/f7/Addons_for_Beginners.oxz" identifier="oolite.oxp.Norby.Addons_for_Beginners" version="1.5"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/7b/Ambience_Collection.oxz" identifier="oolite.oxp.Norby.Ambience_Collection" version="1.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/71/CombatMFD-1.18.oxz" identifier="oolite.oxp.Norby.CombatMFD" version="1.18"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/4/46/Freighter_Convoys_1.3.oxz" identifier="oolite.oxp.Norby.FreighterConvoys" version="1.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/71/Gallery_1.21.oxz" identifier="oolite.oxp.Norby.Gallery" version="1.21"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/6/66/HDBG-A_1.0.oxz" identifier="oolite.oxp.Norby.HDBG-A" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/18/HDBG_1.0.oxz" identifier="oolite.oxp.Norby.HDBG" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/8/80/HUDSelector-1.26.oxz" identifier="oolite.oxp.Norby.HUDSelector" version="1.26"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/8/83/LogEvents_1.4.oxz" identifier="oolite.oxp.Norby.LogEvents" version="1.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/03/MinerCobra_1.4.oxz" identifier="oolite.oxp.Norby.MinerCobra" version="1.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/25/ReverseControl_1.8.oxz" identifier="oolite.oxp.Norby.ReverseControl" version="1.8"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/24/SafetyCatch_1.3.oxz" identifier="oolite.oxp.Norby.SafetyCatch" version="1.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/77/Telescope_1.15.oxz" identifier="oolite.oxp.Norby.Telescope" version="1.15"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/0b/Telescope_Extender_1.0.oxz" identifier="oolite.oxp.Norby.Telescope_Extender" version="1.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/11/TheCollector.0.4.oxz" identifier="oolite.oxp.Norby.TheCollector" version="0.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/ca/Trails_1.11.oxz" identifier="oolite.oxp.Norby.Trails" version="1.11"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/2b/Mutabilis-Ships_Library_1.1.0.oxz" identifier="oolite.oxp.Ramen.Mutabilis-Ships_Library" version="1.1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/0b/Status_Quo-Ship%27s_Library_1.0.0.oxz" identifier="oolite.oxp.Ramen.Status_Quo-Ship's_Library" version="1.0.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/9d/Satellites.oxz" identifier="oolite.oxp.Rorschachhamster.Satellites" version="1.10"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/c2/FuelGenerator_0.2.oxz" identifier="oolite.oxp.SMax.FuelGenerator" version="0.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/1e/Imperial_Courier_2.oxz" identifier="oolite.oxp.Selezen.impcourier2" version="2.2.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/c7/Icesteroids_2.1.oxz" identifier="oolite.oxp.Staer9.Icesteroids" version="2.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/3/3a/BGS2.5.4.oxz" identifier="oolite.oxp.Svengali.BGS" version="2.5.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/a/ab/CabalLibray-1.7.2.oxz" identifier="oolite.oxp.Svengali.CCL" version="1.7.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/1e/GNN1.2.oxz" identifier="oolite.oxp.Svengali.GNN" version="1.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/b/b2/Hyperradio_1.26.1.oxz" identifier="oolite.oxp.Svengali.Hyperradio" version="1.26.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/f/f2/Library1.7.1.oxz" identifier="oolite.oxp.Svengali.Library" version="1.7.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/f/f3/OxpConfig_2.3.4.oxz" identifier="oolite.oxp.Svengali.OXPConfig" version="2.3.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/e/e8/BGS-Soundset_Pagroove_2.3.oxz" identifier="oolite.oxp.Svengali.Pagroove.BGSSoundset" version="2.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/6/69/Snoopers_2.5.oxz" identifier="oolite.oxp.Svengali.Snoopers" version="2.5"/>
    <Expansion downloadUrl="https://wiki.alioth.net/images/5/55/Oolite.oxp.Switeck.Auto-ECM_0.4.oxz" identifier="oolite.oxp.Switeck.Auto-ECM" version="0.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/3/32/Commanders_Log_1.00.oxz" identifier="oolite.oxp.Thargoid.CommandersLog" version="1.01"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/5/5b/EscapePodLocator-1.4.1.oxz" identifier="oolite.oxp.Thargoid.EscapePodLocator" version="1.4.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/1/19/FlightLog.oxz" identifier="oolite.oxp.Thargoid.FlightLog" version="1.11"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/6/69/LaveAcademy_2.1.oxz" identifier="oolite.oxp.Thargoid.LaveAcademy" version="2.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/00/Neo-DockLights_1.00.oxz" identifier="oolite.oxp.Thargoid.Neo-Docklights" version="1.00"/>
    <Expansion downloadUrl="" identifier="oolite.oxp.Thargoid.Planetfall" version="2.0"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/d/d9/RepairBots_2.15.oxz" identifier="oolite.oxp.Thargoid.RepairBots" version="2.15"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/ce/Ring_Racer_1.21.oxz" identifier="oolite.oxp.Thargoid.RingRacer" version="1.21"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/b/b3/SecondWave_1.34.oxz" identifier="oolite.oxp.Thargoid.SecondWave" version="1.34"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/8/86/TargetAutolockPlus-1.14.oxz" identifier="oolite.oxp.Thargoid.TAP" version="1.14"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/70/TrackerCam_1.02.oxz" identifier="oolite.oxp.Thargoid.TrackerCam" version="1.02"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/22/Oolite.oxp.Thargoid.TrafficControl.2.02.oxz" identifier="oolite.oxp.Thargoid.TrafficControl" version="2.02"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/6/6a/Welcome_Mat_1.13.oxz" identifier="oolite.oxp.Thargoid.WelcomeMat" version="1.13"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/4/4e/Contracted_Goods_Reminder.oxz" identifier="oolite.oxp.Wildeblood.Contracted_Goods_Reminder" version="1.0.0.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/b/bb/DisplayReputation1.3.oxz" identifier="oolite.oxp.Wildeblood.Display_Reputation" version="1.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/24/Cag.station_options.oxz" identifier="oolite.oxp.cag.station_options" version="1.1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/e/e7/CaptSolos-GoodFortune.oxz" identifier="oolite.oxp.captsolo.solos-good-fortune" version="1.05"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/0/02/Oolite.oxp.cheyd.dhi_nav_buoy.oxz" identifier="oolite.oxp.cheyd.DHI_nav_buoy" version="1.0.3"/>
    <Expansion downloadUrl="https://cim.sotl.org.uk/games/files/oolite/CameraDrones_1.4.oxz" identifier="oolite.oxp.cim.camera-drones" version="1.4"/>
    <Expansion downloadUrl="https://cim.sotl.org.uk/games/files/oolite/Combat_Simulator_1.1.oxz" identifier="oolite.oxp.cim.combat-simulator" version="1.1"/>
    <Expansion downloadUrl="https://cim.sotl.org.uk/games/files/oolite/Comms_Pack_A_0.5.oxz" identifier="oolite.oxp.cim.comms-pack-a" version="0.5"/>
    <Expansion downloadUrl="https://cim.sotl.org.uk/games/files/oolite/Library_Extracts_1.2.oxz" identifier="oolite.oxp.cim.extracts-tre-clan" version="1.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/e/eb/Ships_Library_0.9.oxz" identifier="oolite.oxp.cim.ships-library" version="0.9"/>
    <Expansion downloadUrl="https://cim.sotl.org.uk/games/files/oolite/System_Features_Sunspots_1.5.oxz" identifier="oolite.oxp.cim.systemfeatures.sunspots" version="1.5"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/d/db/BarrelRoll-1.1.oxz" identifier="oolite.oxp.dybal.BarrelRoll" version="1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/6/62/BroadcastCommsMFD_1.3.7.oxz" identifier="oolite.oxp.phkb.BroadcastCommsMFD" version="1.3.7"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/9c/BulkCargoProcessor.oxz" identifier="oolite.oxp.phkb.BulkCargoProcessor" version="1.5"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/e/e4/CommsLogMFD.oxz" identifier="oolite.oxp.phkb.CommsLogMFD" version="1.7.10"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/3/3d/DamageReportMFD.oxz" identifier="oolite.oxp.phkb.DamageReportMFD" version="2.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/f/f1/EmailSystem.oxz" identifier="oolite.oxp.phkb.EmailSystem" version="1.7.9"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/b/b4/ExternalDockingSystem_1.7.oxz" identifier="oolite.oxp.phkb.ExternalDockSystem" version="1.7"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/a/ac/FastTargetSelector_1.6.oxz" identifier="oolite.oxp.phkb.FastTargetSelector" version="1.6"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/d/d8/MarketScriptInterface_1.1.oxz" identifier="oolite.oxp.phkb.MarketScriptInterface" version="1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/5/5c/VimanaX_HUD_1.18.oxz" identifier="oolite.oxp.phkb.VimanaX_HUD" version="1.18"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/29/Oolite.oxp.redspear.additional_planets_sr_others_gas_giants.oxz" identifier="oolite.oxp.redspear.additional_planets_sr_others_gas_giants" version="1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/4/47/Delightful_Docking_v1.1.oxz" identifier="oolite.oxp.smivs.Delightful Docking" version="1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/c3/GalDrivePod_v1.4.oxz" identifier="oolite.oxp.smivs.GalDrivePod" version="1.4"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/e/e7/BetterBuoys_v1.3.oxz" identifier="oolite.oxp.smivs.better Buoys" version="1.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/7/78/Additional_planets_sr_base_0.9.oxz" identifier="oolite.oxp.spara.additional_planets_sr_base" version="0.9"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/91/Additional_planets_sr_pack_redux_1.1.oxz" identifier="oolite.oxp.spara.additional_planets_sr_pack_redux" version="1.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/8/89/Manifest_mfd_1.1.2.oxz" identifier="oolite.oxp.spara.manifest_mfd" version="1.1.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/9a/Market_observer_2.3.2.oxz" identifier="oolite.oxp.spara.market_observer" version="2.3.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/c/cb/Market_observer_3.7.oxz" identifier="oolite.oxp.spara.market_observer" version="3.7"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/9a/Navigation_MFD_1.9.2.oxz" identifier="oolite.oxp.spara.navigation_mfd" version="1.9.2"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/2/2f/Random_player_1.0.1.oxz" identifier="oolite.oxp.spara.random_player-ship_name" version="1.0.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/3/3c/Start_advice_0.3.oxz" identifier="oolite.oxp.spara.start_advice" version="0.3"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/9/9e/TrophyCollector.oxz" identifier="oolite.oxp.spara.trophy_collector" version="2.3.1"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/4/42/StarSystemLaneIndicator.oxz" identifier="oolite.oxp.wesfire.StarSystemLaneIndicator" version="0.8"/>
    <Expansion downloadUrl="https://wiki.alioth.net/img_auth.php/5/51/UsefulMFDs.0.6.oxz" identifier="oolite.oxp.zirael.UsefulMFDs" version="0.6"/>
    <Expansion downloadUrl="" identifier="org.oolite.oolite.debug" version="1.91"/>
</ExpansionList>
Sunshine - Moonlight - Good Times - Oolite
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4657
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Planetfall 2.0 (maybe)

Post by phkb »

hiran wrote: Thu Apr 11, 2024 7:20 am
Not sure what might be right or wrong here. Why is it mentioned in the logs?
Well, I could say there is nothing wrong here, because it works on *my* setup. But that doesn't get us closer to a solution.

It all comes down to two variables: distOffset and this.globalCount. One of those values is not being treated as a number, resulting in the NaN x 3 in the error message.

OK, can I get you to insert these lines just before line 776:

Code: Select all

		log(this.name, "distOffset = " + distOffset + " - " + isNaN(distOffset));
		log(this.name, "globalCount = " + this.globalCount + " - " + isNaN(this.globalCount));
Retest and let me know what you get.
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4657
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Planetfall 2.0 (maybe)

Post by phkb »

Cholmondely wrote: Thu Apr 11, 2024 6:31 am
Herewith the latest Latest.log

Code: Select all

0 = -218370172.03228673, 1 = 1376630085.2247076, 2 = -189648462.8690106
***** JavaScript exception (PlanetFall2 2.0): uncaught exception: Invalid settings: position property is not an array
That thumping sound you're hearing is my head. Beating against my desk. Over. And over.

In case anyone isn't keeping track, the 0=/1=/2= values are literally being pulled out of an array. An array. And yet, in the next line, it's telling us it's not an array at all, what were you thinking?

Okay, change this line:

Code: Select all

			var pfAdd = system.addShips("[" + key + "]", 1, pos, 0);
to this:

Code: Select all

			var pfAdd = system.addShips("[" + key + "]", 1, Vector3D(pos[0], pos[1], pos[2]), 0);
And we'll see what happens!
Post Reply