Various log errors/warnings in Trunk

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

User avatar
Eric Walch
Slightly Grand Rear Admiral
Slightly Grand Rear Admiral
Posts: 5536
Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands

Re: Various log errors/warnings in Trunk

Post by Eric Walch »

Unknown expansion key [%H] in string.
That is an oxp error. 1.77 is a bit more strict and does no longer accept '[%H]'. It should be just '%H'. A lot more oxp's will suffer from this.

And a good new year to you all. :lol:
User avatar
JazHaz
---- E L I T E ----
---- E L I T E ----
Posts: 2991
Joined: Tue Sep 22, 2009 11:07 am
Location: Enfield, Middlesex
Contact:

Re: Various log errors/warnings in Trunk

Post by JazHaz »

Auto Sun Skimmer caused a lot of the following errors in my log (trunk 5598):

Code: Select all

18:29:02.613 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (<unidentified script>): TypeError: this.autoskimmer.position is undefined
The OXP did seem to work, however the sun of Aqualina (G3) is a blue-giant and I burned up before it could skim.

I also got three of these:

Code: Select all

18:11:08.372 [script.javaScript.exception.notFunction]: ***** JavaScript exception (<unidentified script>): TypeError: entity.hasRole is not a function
JazHaz

Gimi wrote:
drew wrote:
£4,500 though! :shock: <Faints>
Cheers,
Drew.
Maybe you could start a Kickstarter Campaign to found your £4500 pledge. 8)
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Various log errors/warnings in Trunk

Post by cim »

JazHaz wrote:
I also got three of these:

Code: Select all

18:11:08.372 [script.javaScript.exception.notFunction]: ***** JavaScript exception (<unidentified script>): TypeError: entity.hasRole is not a function
That suggests something is trying to use ship.hasRole but isn't checking if the thing being examined is a ship first. Very hard to tell what, from that error...
User avatar
JazHaz
---- E L I T E ----
---- E L I T E ----
Posts: 2991
Joined: Tue Sep 22, 2009 11:07 am
Location: Enfield, Middlesex
Contact:

Re: Various log errors/warnings in Trunk

Post by JazHaz »

cim wrote:
JazHaz wrote:
I also got three of these:

Code: Select all

18:11:08.372 [script.javaScript.exception.notFunction]: ***** JavaScript exception (<unidentified script>): TypeError: entity.hasRole is not a function
That suggests something is trying to use ship.hasRole but isn't checking if the thing being examined is a ship first. Very hard to tell what, from that error...
Its the first time I've seen these. I was in the Aqualina system, so it might be either the SIRF OXP (which got updated today) or the Aquatics OXP.
JazHaz

Gimi wrote:
drew wrote:
£4,500 though! :shock: <Faints>
Cheers,
Drew.
Maybe you could start a Kickstarter Campaign to found your £4500 pledge. 8)
Thanks to Gimi, I got an eBook in my inbox tonight (31st May 2014 - Release of Elite Reclamation)!
Post Reply