"Vector is not a safe distance from the tile edge."

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
mickael9
Fast Inserter
Fast Inserter
Posts: 112
Joined: Mon Mar 14, 2016 4:04 am
Contact:

"Vector is not a safe distance from the tile edge."

Post by mickael9 »

In certain cases, calling set_blueprint_entities(get_blueprint_entities()) causes this error: "Vector is not a safe distance from the tile edge."

It seems to only happen when "angled" inserters are used (like those provided by the Side Inserters mod) :
side-inserter.png
side-inserter.png (29.47 KiB) Viewed 1555 times
This can be easilly reproduced with this blueprint:

Code: Select all

{
  {
    entity_number = 1,
    name = "inserter",
    pickup_position = {
      x = 1,
      y = 0
    },
    position = {
      x = 0,
      y = 0
    }
  }
}
Note that creating the blueprint works fine, it's only when trying to load it that it fails (it also fails when trying to import via blueprint string)

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5150
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: "Vector is not a safe distance from the tile edge."

Post by Klonan »

This is already fixed in the next version of 0.15

Post Reply

Return to “Resolved Problems and Bugs”