Page 3 of 3

Re: hey comanders i found whats been causeing some older oxp

Posted: Sun Nov 01, 2015 7:36 pm
by ashtiboy
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

Posted: Mon Nov 02, 2015 10:34 am
by spara
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
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.

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 11:03 am
by Day
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.
Wouldn't it be possible to write a parser to check for this ?

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 11:07 am
by spara
Day wrote:
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.
Wouldn't it be possible to write a parser to check for this ?
Now that would be really useful. :D

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 4:51 pm
by spara
Found and fixed one missing semicolon from BlackMonks :D . Could not find anything missing from Station for Extra Planets :( . That log might help here :wink: .

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 7:47 pm
by Venator Dha
spara wrote:
Could not find anything missing from Station for Extra Planets :( . That log might help here :wink: .
Just to let you know that I've not been getting any errors for this OXP using the latest 1.8 on my mac.

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 10:38 pm
by ashtiboy
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.

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 10:40 pm
by ashtiboy
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.

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 10:50 pm
by Cody
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.

Re: hey comanders i found whats been causeing some older oxp

Posted: Mon Nov 02, 2015 10:52 pm
by ashtiboy
thanks for the tip let me do that :

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?