megamarc / Tilengine

Free 2D graphics engine with raster effects for retro/classic style game development
https://www.tilengine.org
Mozilla Public License 2.0
847 stars 95 forks source link

Actor.c from Samples dir, doesn't work #119

Closed drpaneas closed 6 months ago

drpaneas commented 6 months ago

Trying to run the Actor.c from the Samples dir, I get:

Tilengine v2.15.2 64-bit release built May  1 2024 04:28:07
Tilengine version 020F02
Tilengine: Invalid Tilemap reference
Tilengine: Invalid object address is 0x0
Tilengine: Resource file not found
Tilengine: Resource file not found
Tilengine: Invalid Tilemap reference
Tilengine: Invalid object address is 0x0
Tilengine: Resource file not found
Tilengine: Resource file not found
Tilengine: Layer index out of range
Tilengine: Invalid Tilemap reference
Tilengine: Invalid Spriteset reference
Tilengine: Invalid object address is 0x0
Tilengine: Resource file not found
Tilengine: Invalid Spriteset reference
Tilengine: Invalid object address is 0x0
Tilengine: Resource file not found
Tilengine: Sprite index out of range
Tilengine: Invalid Spriteset reference
Tilengine: Invalid object address is 0x0
Tilengine: Invalid Tilemap reference
Tilengine: Invalid object address is 0x0
megamarc commented 6 months ago

Actor.c is not intended to run stand-alone, it is part of bigger projects.