Discussion and information relevant to creating special missions, new ships, skins etc.
Moderators: winston, another_commander
-
Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
-
Contact:
Post
by Commander McLane »
Found this in my logfile:
Code: Select all
[script.javaScript.warning.undefinedProp]: ----- JavaScript warning (nukeSubmunition 1.1): reference to undefined property this.owner
[script.javaScript.warning.undefinedProp]: /Applications/Spiele/Oolite 1.74.2/AddOns/nukes0.95.oxp/Scripts/harpoonNukeSubMunition.js, line 15.
[script.javaScript.exception.noProperties]: ***** JavaScript exception (nukeSubmunition 1.1): TypeError: this.owner has no properties
[script.javaScript.exception.noProperties]: /Applications/Spiele/Oolite 1.74.2/AddOns/nukes0.95.oxp/Scripts/harpoonNukeSubMunition.js, line 15.
However, as I see in the Wiki nukes.oxp is currently in v0.96. So perhaps the problem is already solved.
-
Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Post
by Eric Walch »
Commander McLane wrote:Found this in my logfile:
Code: Select all
[script.javaScript.warning.undefinedProp]: ----- JavaScript warning (nukeSubmunition 1.1): reference to undefined property this.owner
[script.javaScript.warning.undefinedProp]: /Applications/Spiele/Oolite 1.74.2/AddOns/nukes0.95.oxp/Scripts/harpoonNukeSubMunition.js, line 15.
[script.javaScript.exception.noProperties]: ***** JavaScript exception (nukeSubmunition 1.1): TypeError: this.owner has no properties
[script.javaScript.exception.noProperties]: /Applications/Spiele/Oolite 1.74.2/AddOns/nukes0.95.oxp/Scripts/harpoonNukeSubMunition.js, line 15.
However, as I see in the Wiki nukes.oxp is currently in v0.96. So perhaps the problem is already solved.
I remember fixing this error. And I think it was the reason for the 0.96 update. The error was harmless for playing itself.