Eq2track Closing In Maldura

Status
Not open for further replies.

appleuser

Well-Known Member
Not sure if this is the right place to post it, as it looks to be an Innerspace issue (not sure though!)

Upon zoning into Maldura EQ2Track crashes. Radar works fine.

This is the console message for those cleverer than me :)

Code:
Error:No such 'mutablestring' method 'Set   187' @itemInfo:Set[${LevelString} ${TypeString} ${Name} ${HealthString} ${ClassString} ${Actor[${ID}].Distance.Centi} ${Actor[${ID}].HeadingTo["AsString"]}]
Error parsing data sequence '.24 ${Actor[${ID}].HeadingTo["AsString"]}]'
Dumping script stack
--------------------
-->C:/Program Files (x86)/InnerSpace/Scripts/eq2track/eq2track.iss:680 EQ2_ActorSpawned() itemInfo:Set[${LevelString} ${TypeString} ${Name} ${HealthString} ${ClassString} ${Actor[${ID}].Distance.Centi}
${Actor[${ID}].HeadingTo["AsString"]}]
C:/Program Files (x86)/InnerSpace/Scripts/eq2track/eq2track.iss:213 zoneWait() waitframe
C:/Program Files (x86)/InnerSpace/Scripts/eq2track/eq2track.iss:416 main() call zoneWait
 
Last edited:

Kannkor

Ogre
Not an innerspace issue.

I suspect it's an escaping issue. Something (likely the name) has a comma in it, which is breaking the set call. If no one gets to it, I'll try to look at it later when things slow down from the xpac.
 
Status
Not open for further replies.
Top Bottom