You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: