Invalid object address is (nil) - Printable Version +- Tilengine - The 2D retro graphics engine forum (http://tilengine.org/forum) +-- Forum: English forums (http://tilengine.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (http://tilengine.org/forum/forumdisplay.php?fid=7) +--- Thread: Invalid object address is (nil) (/showthread.php?tid=589) |
Invalid object address is (nil) - mycats - 05-25-2020 I am building game for Linux, and I get broken animation engine and a lot of errors. Is it library error, or I've just incorrectly built it? Code: g++ [game files] -o release -lTilengine -lSDL2 -lSDL2main -lSDL2_mixer -lm -I include -I cpp RE: Invalid object address is (nil) - megamarc - 05-25-2020 I don't know without giving proper information: tilengine version, error messages and source code causing the errors |