Lua_INI_Parser icon indicating copy to clipboard operation
Lua_INI_Parser copied to clipboard

Bug and correction 'w+b', in order to record.

Open RedGuff opened this issue 2 years ago • 0 comments

Hello. In order to record, please correct in "LIP.lua": L69:
local file = assert(lovefile:open('w'), 'Error loading file :' .. fileName); -- 'w+b' corrected

In code: local data = { ["sound"] = { ... I tried: it's ok. Thanks.

Solution is given here: https://love2d.org/forums/viewtopic.php?f=4&t=84099

RedGuff avatar Jan 28 '23 09:01 RedGuff