Jump to content

[FIXED] Warning spam


michty
 Share

Recommended Posts

I made my first skirmish map, and everything worked OK when I worked on it the first day, however when I save/reopened it, I was spammed by following warning message every time I click on the ground with move/rotate tools. Same happens, If I try to select entities with rectangular selection (but not if I select entity itself directly). I generated random "rivers" map in fresh file and made no changes to it, to see if it was problem just of that single map, and surprisingly, it was not, after I saved/opened it, I was countered with same warnings.

I also get spammed with same messages every time I try to play the game, no matter if I play it in single or multiplayer. I can't find any other warnings/errors in my log files, other then the one which spams me.

The warning message is pasted below:

javascrip warning: Script value conversion check failed: v.isnumber() (got type object)

Does anyone have any Idea how to fix it?

Thanks for any help!

Link to comment
Share on other sites

  • 3 weeks later...

Hi, i had complete the same problem, every time i reopened a random generated map, or i played the map.

I got the messages like this, sometimes more or less:

2345.345 javascrip warning: Script value conversion check failed: v.isnumber() (got type object)

After a little analyse of the .xml file i detect some odd like this,

because i cant reproduce it on e NEW map WITHOUT random generator.

<Entity uid="4895">

<Template>mirage|gaia/flora_tree_pine</Template>

<Player>0</Player>

<Position x="753.06516" z="1555.99155"/>

<Orientation y="-4.31946"/>

<Actor seed="2935"/>

</Entity>

Inserted in a NEW MAP .xml file you get the same errors, and see no tree.

So you have to delete this "mirage|", then you see the tree and the error is gone. d(^_^)b

and should look like this:

<Entity uid="4895">

<Template>gaia/flora_tree_pine</Template>

<Player>0</Player>

<Position x="753.06516" z="1555.99155"/>

<Orientation y="-4.31946"/>

<Actor seed="2935"/>

</Entity>

You have to reload the ATLAS, reopen do not work!

There are different amounts of errors every new random map (1-xxx), so it is the best you get an

good old editor or an similar one, to delete the "mirage|" all at once. (^_~)

http://www.crimsoneditor.com/

Have a good time!

A really nice game!

Alpha 17 Quercus / Win7 / 64Bit

Edited by alffis
Link to comment
Share on other sites

  • 4 weeks later...

Hi, i had complete the same problem, every time i reopened a random generated map, or i played the map.

I got the messages like this, sometimes more or less:

2345.345 javascrip warning: Script value conversion check failed: v.isnumber() (got type object)

After a little analyse of the .xml file i detect some odd like this,

because i cant reproduce it on e NEW map WITHOUT random generator.

<Entity uid="4895">

<Template>mirage|gaia/flora_tree_pine</Template>

<Player>0</Player>

<Position x="753.06516" z="1555.99155"/>

<Orientation y="-4.31946"/>

<Actor seed="2935"/>

</Entity>

Inserted in a NEW MAP .xml file you get the same errors, and see no tree.

So you have to delete this "mirage|", then you see the tree and the error is gone. d( ^_^)b

and should look like this:

<Entity uid="4895">

<Template>gaia/flora_tree_pine</Template>

<Player>0</Player>

<Position x="753.06516" z="1555.99155"/>

<Orientation y="-4.31946"/>

<Actor seed="2935"/>

</Entity>

You have to reload the ATLAS, reopen do not work!

There are different amounts of errors every new random map (1-xxx), so it is the best you get an

good old editor or an similar one, to delete the "mirage|" all at once. (^_~)

http://www.crimsoneditor.com/

Have a good time!

A really nice game!

Alpha 17 Quercus / Win7 / 64Bit

Did you find only one of those? or many? since there are tons of objects on that map

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...