Code: Select all
Error: jumper/grid.lua:81: Bad argument #1. Not a valid map
stack traceback:
[string "boot.lua"]:777: in function <[string "boot.lua"]:773>
[C]: in function 'assert'
jumper/grid.lua:81: in function 'Grid'
Code: Select all
Error: jumper/grid.lua:81: Bad argument #1. Not a valid map
stack traceback:
[string "boot.lua"]:777: in function <[string "boot.lua"]:773>
[C]: in function 'assert'
jumper/grid.lua:81: in function 'Grid'
What? The Löve Wiki for Jumper points to the author's repository, which is the only authoritative source, unless it was forked because it was abandoned, which I don't think is the case for this project. If you look in random places rather than on the original source, you can't expect it to be up-to-date.
Code: Select all
if not arrayContentsMatch(m[k],"string","int")
Code: Select all
if not arrayContentsMatch(m[k],"string","int","table")
Emphasis' mine;pgimeno wrote: ↑Sat Apr 10, 2021 2:40 pm ...
Edit: I've tested the program in README and the ones in the examples/ subdirectory. They all work for me. By contrast, the one in the wiki does not work. This suggests that you're using an outdated version. Declaring that the software is old, implying that that makes it worse somehow, while using an outdated version is somewhat rude.
Users browsing this forum: Google [Bot] and 4 guests