我正在关注本教程。但是当我尝试运行它时,我不断收到这个错误;
JS ERROR: !!! Exception was: Error: Expected type utf8 for Argument 'argv' but got type 'number' (nil)
JS ERROR: !!! message = '"Expected type utf8 for Argument 'argv' but got type 'number' (nil)"'
JS ERROR: !!! fileName = '"main.js"'
JS ERROR: !!! lineNumber = '146'
JS ERROR: !!! stack = '"@main.js:146
"'
Error: Expected type utf8 for Argument 'argv' but got type 'number' (nil)
我真的不确定出了什么问题。错误发生在第 146 行;
Gtk.init(0, null);
使用的代码可在此处获得。