Edit: After a test - fresh Jameson Cobby with the latest version of the Analyzer installed - I can confirm it does what it says on the tin. It correctly identified the fragmentation missile that shot me down.
Edit2: Bounty Scanner v2.0 works as promised on 1.75.1 Trying to fix Fuel Collector - No joy so far...
Any others, folks?
Last edited by Cmdr Wyvern on Thu Apr 28, 2011 9:57 pm, edited 2 times in total.
Running Oolite buttery smooth & rock stable w/ tons of eyecandy oxps on:
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
You can add Cataclysm and Personalities to your list. Cataclysm needs a complete overhaul, and Personalities is only working partially (the personalities still appear, but their behaviours are broken, especially in combat).
I tried that, but no joy. I'm of the mind that there's a lot more broken in the code than just equipment checks. What makes trying to fix it a bugbear is that the problem(s) aren't being reported in the log. I'm not too happy about that... Oh well, till a far better script wiz than stupid ol' me comes along and takes a spanner to this thing, I'll compensate with my fuel scoop, a drop tank or two, and stops at the refuel station.
Running Oolite buttery smooth & rock stable w/ tons of eyecandy oxps on:
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
I tried that, but no joy. I'm of the mind that there's a lot more broken in the code than just equipment checks. What makes trying to fix it a bugbear is that the problem(s) aren't being reported in the log.
Strange. I don't think I did anything else than these exchanges (and I did it back in 1.74), and I'm happily using the fuel collector all the time. Also, all non-existing JS-methods should give error messages in the log. The deprecated methods even give error messages which tell you exactly what to do to fix them.
Could it be that your FuelCollector.oxp uses a max_version in requires.plist? Mine doesn't, though. Is the script listed among the loaded scripts at the beginning of the log?
Sorry for using an "BugMeNot" login; I'll register if I have more to say/contribute.
I'm running oolite 1.75.x as recommanded. I've found two broken OXPs:
Personalities 0.9 generates an exception in the log. One must replace "system" with "System" when calling the function "systemNameForID" in personalities.js. I actually don't know if it was preventing it from working, neither if the fix actually solves the issue (but at least the exception disappears)
Famous Planets 2.5 causes a CTD when going to the Onirira system. This is caused by a typo in planetinfo.plist ("onira.png" instead of "onirira.png")
I'm a bit surprised to find such obvious mistakes in famous OXPs. Do I do something wrong?
However, many thanks to the various authors for their great jobs.
I'm a bit surprised to find such obvious mistakes in famous OXPs. Do I do something wrong?
Well, I'd guess the expectation that a big oxp can be created without unintentionally inserting one or the other bug into it might be the mistake in your reasoning
Sorry for using an "BugMeNot" login; I'll register if I have more to say/contribute.
I'm running oolite 1.75.x as recommanded. I've found two broken OXPs:
Personalities 0.9 generates an exception in the log. One must replace "system" with "System" when calling the function "systemNameForID" in personalities.js. I actually don't know if it was preventing it from working, neither if the fix actually solves the issue (but at least the exception disappears)
...
I'm a bit surprised to find such obvious mistakes in famous OXPs. Do I do something wrong?
First of all, thanks for calling Personalities.oxp famous.
It's not a mistake. Personalities 0.9 was released for Oolite 1.73. Since then there were changes to the JS-syntax.
That's why Personalities.oxp is not marked as working with Oolite 1.75 in the [wiki]OXP List[/wiki]. A version working with Oolite 1.75 will be released in due time.
And Gnudoll found exactly the same problem as you with famous planets, you should be able to find that post easily enough, and it does say there what needs to be done to correct the OXP. You'll be pleased to know that the Trunk downloads (and future Oolite releases) don't crash anymore with that one.