- May 3, 2017
- 127
- 84
Had same bug on my M1/Parallels, so found only one solution: removing the variable which cause this error, just open ./www/js/plugins.js file with notepad or any editor and delete string variable "Custom Blending":"ON", in objectView attachment 2154649
Anyone gets this message? I am using Win 11 on parallel desk in a m1 mac.
so you had:
{"name":"JsScript19Set","status":true,"description":"","parameters":{"Custom Blending":"ON","Transfer Reset":"OFF","Auto Battle Lighting":"ON","影ペン描画":"ON"}},
and after deleting object will look:
{"name":"JsScript19Set","status":true,"description":"","parameters":{"Transfer Reset":"OFF","Auto Battle Lighting":"ON","影ペン描画":"ON"}},
don't forget save changes on file plugins.js / or just replace to the file in attach
enjoy
Last edited: