Running on Linux doesnt find imagetable files

POP OS
Latest linux SDK 1.12.3

Copied my working repo from mac to linux machine and same code fails to run as it cannot locate the imagetable file - console complains it cannot locate this file. I wonder if it has something to do with way the suffix is used with the -table-16-16 not included in the lua file

as opening the PDX from my mac direct runs with out error
FYI

Ok so after playing with Build path I got the game to run but it still complained about one of my imagetables

Load failed: main.lua:50: bad argument #1 to 'setImageTable' (playdate.graphics.imagetable expected, got nil)
stack traceback:
	[C]: in method 'setImageTable'
	main.lua:50: in function 'myGameSetUp'
	main.lua:85: in main chunk

Ok ignore me all good something up with path and console not clearing on linux works fine - sorry

1 Like