rpgtoolkit / trans3

The Official GitHub repository for the RPG Toolkit Engine version 3.
http://www.rpgtoolkit.net
12 stars 2 forks source link

Item Manipulation Freeze #42

Closed nyttimangus closed 9 years ago

nyttimangus commented 10 years ago

Engine freezes (no errors or crash) after/during the following code:

        itemPath(0, 0, 17, 66);
        delay(.5);
        putItem(0, 17, 64, 1);
        delay(.5);
        itemPath(9, 0, 17, 62);
        delay(1);
        itemPath(0, 0, 17, 63);
        putItem(0, 17, 63, 1);
nyttimangus commented 10 years ago

In another place, moving items back to back caused the engine to temporarily freeze.

swordmaster2k commented 9 years ago

pushItem() leads to similar results.

I can't find the source of these issues. I believe it to be connected to a thread race condition that is present in the current engine.

Marking as won't fix and closing.