games50 / pong

Atari's 1972 classic, implemented in Lua with LÖVE
841 stars 1.12k forks source link

Push library issue for both love 11.1 and 11.3 #69

Closed SerRichard closed 3 years ago

SerRichard commented 3 years ago

Hi,

Using Linux Manjaro, following error when trying to run pong.1

-> Error: push.lua:116: attempt to perform arithmetic on field '_RWIDTH' (a table value) stack traceback: [string "boot.lua"]:777: in function '__div' push.lua:116: in function 'initValues' push.lua:54: in function 'setupScreen' main.lua:24: in function 'load'

    [C]: in function 'xpcall'
    [string "boot.lua"]:793: in function <[string "boot.lua"]:780>
    [C]: in function 'xpcall'

Not familiar with Lua and it's table system. I have tried using both the lua file maintained locally here, and the one maintained by Ulys. Both have this issue. Using love version 11.1 and 11.3, both have the same issue.

Anyone able to help?

My own idiocy, Problem fixed.