Hey, when I try and run the .love file directly I get this error:
Error: [love "boot.lua"]:276: util/settings.lua:32: module 'string.buffer' not found:
no field package.preload['string.buffer']
no 'string/buffer' in LOVE game directories.
no file 'string/buffer' in LOVE paths.
no file './string/buffer.lua'
no file '/usr/local/share/luajit-2.0.5/string/buffer.lua'
no file '/usr/local/share/lua/5.1/string/buffer.lua'
no file '/usr/local/share/lua/5.1/string/buffer/init.lua'
no file './string/buffer.so'
no file '/usr/local/lib/lua/5.1/string/buffer.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './string.so'
no file '/usr/local/lib/lua/5.1/string.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[love "boot.lua"]:345: in function <[love "boot.lua"]:341>
[C]: in function 'error'
[love "boot.lua"]:276: in function <[love "boot.lua"]:126>
[C]: in function 'xpcall'
[love "boot.lua"]:355: in function <[love "boot.lua"]:348>
[C]: in function 'xpcall'
I’m running Love 11.4 on Ubuntu 20.04.