Page 1 of 1

[0.11.10] Trying to make chunk at unreasonable position

Posted: Sun Jan 11, 2015 10:42 pm
by Adil
I've made a mod that makes use of group creation and I get this error

Code: Select all

Notice
Trying to make chunk at unreasonable position [262143, 262143]
The mod simply creates unitgroups in the chunks where spawners are present and sends them to attack rocket defense.

Here's the savegame, on which it is happening in the next five seconds.
http://rghost.net/private/60297951/19c6 ... 2fa18b0ea9
Th mod is in post attachments.

Also, though report about dull endgame event is already there, I'd like to note, that it is because setmulticommand() ignores units in inactive chunks.

Re: [0.11.10] Trying to make chunk at unreasonable position

Posted: Mon Jan 12, 2015 4:00 pm
by kovarex
Thanks for the reply (and for the mod, sounds interesting, we wanted to do something like this, we just didn't have time for it yet).

The problem was fixed for 0.11.11, the problem was related to sending empty group somewhere.