Comments

Log in with itch.io to leave a comment.

hi! I got this error right after saving the second cat on level two:


Error

functions-draw.lua:253: Cannot create image (OpenGL error: out of memory)

Traceback

[C]: in function 'operational amplifier'
functions-draw.lua:253: in function 'f'
lib/gamera.lua:183: in function 'process'
lib/tiny.lua:325: in function 'update'
systems.lua:114: in function 'draw'
[C]: in function 'xpcall'

(1 edit)

I think I know where this issue arrives from. What GPU / CPU do you have?

(1 edit)

It's an i5-2410M (2nd gen, Sandy Bridge) with integrated graphics, HD 3000, running Windows 10 -- in other words rather old HW with poor driver support in the OS. However I've learned some new tricks running games in the jam so if you have ideas I might be able to improve things on my end.

What a coincidence! I tested it on a T420 with a i5-2520M Sandy bridge and windows installed, before publishing. Did you try the version on Gitlab?

Since it’s a gpu memory error the issue is probably out of my hands. But I think I may have a fix post jam.

I played the Windows build -- thanks for looking into it!