Lime copy pixels broken

lime is giving the error when i pulled latest and rebuild or try to build a project.

Called from lime/graphics/utils/ImageDataUtil.hx line 1213
Called from lime/system/System.hx line 239
Called from /usr/lib/haxe/std/neko/Lib.hx line 30
Uncaught exception - load.c(357) : Primitive not found : ./lime@lime_image_data_util_copy_pixels(5)

using haxe 3.2.0, linux 64 to build.

Make sure you lime rebuild linux and lime rebuild tools after pulling the latest, sounds like one or the other (or both?) are out-of-date :slight_smile:

sorry. forgot lime rebuild tools. that what caused the error, i need to make a script so I stop forgetting these steps.

You don’t usually need to rebuild the tools, but sometimes (when making modifications to existing API call signatures) this might happen