Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
738 stars 74 forks source link

Grid graphics crashes on startup (Windows 7 x64) #22

Closed Dasomeone closed 9 years ago

Dasomeone commented 9 years ago

Attempting to run the engine in debug mode, from fresh direct clone of current repo (commit 19b68ed5cf7ac331f513b640c6bc1ee5e5243089) gives:

Error: engine/client/graphics.lua:64: bad argument #1 to 'draw' )Drawable expected, got table)

stack traceback: [C]: in function 'draw' engine/client/graphics.lua:64: in function 'draw' engine/client/graphics.lua:113: in function 'drawGrid' engine/client/init.lua:158: in function 'draw'

[C]: in function 'xpcall'
andrewmcwatters commented 9 years ago

There's something quite wrong here, as I cannot seem to replicate it on my end, nor any of the other Planimeter developers have seen this. Fresh clone of master. Going to mark as test anyway and see if any other team member can replicate.

Dasomeone commented 9 years ago

It's a fresh clone of master, on a fresh Löve install on a fresh Win7 x64 VM. I can spin up another fresh one and re-test if you'd like?

andrewmcwatters commented 9 years ago

We have binaries that ship with the repo and are referenced in the batch files, but it should work with LÖVE 0.9.2 just fine. If it isn't, we've broken something or we need to update the binaries in /bin.

andrewmcwatters commented 9 years ago

I'll try and take a stab at this tomorrow to confirm. Gotta head off to bed! Thank you for reporting this, though!

andrewmcwatters commented 9 years ago

Due to the VM environment, we're marking this as invalid for now.