Opened 7 years ago

Closed 6 years ago

Last modified 6 years ago

#4558 closed defect (duplicate)

Player.js errors in actor viewer in Atlas

Reported by: Stan Owned by:
Priority: Must Have Milestone:
Component: UI & Simulation Keywords:
Cc: Patch:

Description

When opening atlas, opening actor viewer, I get this error

<p class="warning">WARNING: JavaScript warning: simulation/components/PlayerManager.js line 76
reference to undefined property this.playerEntities[0]</p>

If I try to change the player I get these errors (I changed it to 6 and then to 1)

<p class="warning">WARNING: GetPlayerByID: no player defined for id '6'
  PlayerManager.prototype.GetPlayerByID@simulation/components/PlayerManager.js:78:14
  QueryPlayerIDInterface@simulation/helpers/Player.js:221:18
  QueryOwnerInterface@simulation/helpers/Player.js:209:9
  ApplyValueModificationsToEntity@simulation/helpers/ValueModification.js:6:29
  ValueModificationManager.prototype.ApplyModifications@simulation/components/ValueModificationManager.js:14:9</p>
<p class="warning">WARNING: GetPlayerByID: no player defined for id '1'
  PlayerManager.prototype.GetPlayerByID@simulation/components/PlayerManager.js:78:14
  QueryPlayerIDInterface@simulation/helpers/Player.js:221:18
  QueryOwnerInterface@simulation/helpers/Player.js:209:9
  ApplyValueModificationsToEntity@simulation/helpers/ValueModification.js:6:29
  ValueModificationManager.prototype.ApplyModifications@simulation/components/ValueModificationManager.js:14:9</p>

Change History (5)

comment:1 by elexis, 7 years ago

This error is reproducible since at least Alpha 19

comment:2 by Stan, 6 years ago

Milestone: Backlog
Resolution: duplicate
Status: newclosed

This is also a duplicate of my own ticket #4900

comment:3 by elexis, 6 years ago

How do you come to that conclusion?

comment:4 by Stan, 6 years ago

Same line ?

comment:5 by elexis, 6 years ago

Oh, was looking at #4657, sorry for the noise. Since this one contains information that isn't present over there, might want to ref it at #4900.

Note: See TracTickets for help on using tickets.