I have a syntax error in my STI init.lua file, i dont know where its is and how to fix it (error at line 44)
Full code: https://gist.github.com/BansheeSonic/9b ... 4c79ac2082
Syntax error, I have no idea where it is
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Syntax error, I have no idea where it is
Seriously?
I explained what your problem is in your first thread... multiply times. And now you open another
thread and ask the same question again? Maybe you haven't seen it.. so here is the answer..again.
I explained what your problem is in your first thread... multiply times. And now you open another
thread and ask the same question again? Maybe you haven't seen it.. so here is the answer..again.
But I guess what you really want is that someone fixes everything up for you because you don't want to learn and figure out stuff on your own... I tried to keep it as simple as possible.. hope that's enough...MadByte wrote: ↑Wed Jan 03, 2018 6:17 pm Your lineseems to don't match up with the original line of the file [...] (newest [STI version] on github), which isCode: Select all
local map = setmetatable(love.filesystem.load('st_i/sti/map.lua')(), Map)
I would say that this is the reason. maybe its a different version or you altered the path of the library (or the line above).Code: Select all
map = setmetatable(love.filesystem.load(map)(), Map)
Make sure that there is the right file in your project folder, which should be ../st_i/sti/map.lua if the above line is correct.
Who is online
Users browsing this forum: Bing [Bot] and 3 guests