I'm not. Tserial is made by Taehl, is solid and don't seem to do the save/load.viking badger wrote:Ohhh, I bet you're right. I'll try a different serialization library and see if that fixes it.coffee wrote:Debugging Tserial stuff maybe could be complicated to me. But this could help perhaps. I'm using OSX. OS.execute bad commands? Let's just wait feedback from other people and see if could be only a Mac problem. But if I can/could help, I will.
BTW i loved your way of code and way of indent. I like to do the same.
I noticed things in your code like
Code: Select all
local file = io.open("profiles", "r")
Code: Select all
local data = TSerial.pack(profiles)
io.output(io.open("profiles", "w"))
io.write(data)
io.close()
https://love2d.org/wiki/love.filesystem