- Dec 16, 2019
- 315
- 282
Hi, agregen. I tried running this mod on my system, macOS, everything are fine except menu wouldn't be saved: "IOError: [Errno 30] Read-only file system"
I edited the mod on line
and now the menu can be saved.
I edited the mod on line
335
, changing filename
into os.path.join(config.basedir, filename)
(see below):
Python:
_.SHOW, _.filename = lcm.SHOW, os.path.join(config.basedir, filename)