hey comanders i found whats been causeing some older oxp bug
Moderators: winston, another_commander
Re: hey comanders i found whats been causeing some older oxp
by the way i found whats causeing blackmonks oxz to not work, theres a problem in the scripts folder in the blackmonk_main.js file theres a unexpected type error in line 608. another oxz that i found an error in is the station for extra planets oxz. theres another unexpected type error in the scripts foulder file sfep_script.js on line 64 as well. thats more info i found by looking thoue my logs
Re: hey comanders i found whats been causeing some older oxp
Those are probably caused by missing semicolon(s) in shipdata. Could you please post your log, so that we can better find the errors? I'm quite sure sure that most of these are shipdata problems, but seeing the log would help to rule other possibilities out. Thanks for reporting, shipdata problems with Apple computers are quite challenging because there seems to be no way of finding them without Apple computer.ashtiboy wrote:by the way i found whats causeing blackmonks oxz to not work, theres a problem in the scripts folder in the blackmonk_main.js file theres a unexpected type error in line 608. another oxz that i found an error in is the station for extra planets oxz. theres another unexpected type error in the scripts foulder file sfep_script.js on line 64 as well. thats more info i found by looking thoue my logs
Re: hey comanders i found whats been causeing some older oxp
Wouldn't it be possible to write a parser to check for this ?spara wrote:Thanks for reporting, shipdata problems with Apple computers are quite challenging because there seems to be no way of finding them without Apple computer.
Re: hey comanders i found whats been causeing some older oxp
Now that would be really useful.Day wrote:Wouldn't it be possible to write a parser to check for this ?spara wrote:Thanks for reporting, shipdata problems with Apple computers are quite challenging because there seems to be no way of finding them without Apple computer.
Re: hey comanders i found whats been causeing some older oxp
Found and fixed one missing semicolon from BlackMonks . Could not find anything missing from Station for Extra Planets . That log might help here .
- Venator Dha
- ---- E L I T E ----
- Posts: 329
- Joined: Sun Feb 23, 2014 11:26 am
- Location: Sweden
Re: hey comanders i found whats been causeing some older oxp
Just to let you know that I've not been getting any errors for this OXP using the latest 1.8 on my mac.spara wrote:Could not find anything missing from Station for Extra Planets . That log might help here .
Taurus Driving through the galaxy since... .
Re: hey comanders i found whats been causeing some older oxp
my log says this on the stations for extra planets :
Code: Select all
[script.javaScript.exception.unexpectedType]: /Users/kaylamiller/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.spara.stations_for_extra_planets.oxz/Scripts/sfep_script.js, line 64.
Last edited by ashtiboy on Mon Nov 02, 2015 10:53 pm, edited 1 time in total.
Re: hey comanders i found whats been causeing some older oxp
and for the black monks oxz my log says this :
Code: Select all
[script.javaScript.exception.unexpectedType]: /Users/kaylamiller/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.littlebear.blackmonks.oxz/Scripts/blackmonk_main.js, line 608.
Last edited by ashtiboy on Mon Nov 02, 2015 10:58 pm, edited 1 time in total.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: hey comanders i found whats been causeing some older oxp
If you highlight any code and use the Code button, it's easier to read... thus:
Code: Select all
[script.javaScript.exception.unexpectedType]: /Users/kaylamiller/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.littlebear.blackmonks.oxz/Scripts/blackmonk_main.js, line 608.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: hey comanders i found whats been causeing some older oxp
thanks for the tip let me do that :
does it work?
Code: Select all
[script.javaScript.exception.unexpectedType]: /Users/kaylamiller/Library/Application Support/Oolite/Managed AddOns/oolite.oxp.littlebear.blackmonks.oxz/Scripts/blackmonk_main.js, line 608.
does it work?