try {
this.greenworks = require('./greenworks');
} catch (e) {
this.greenworks = false;
console.error('Greenworks failed to load. Make sure you copied all files from the Steamworks SDK to the right folders;');
console.log('https://makerdevs.com/plugin/cyclone-steam');
console.error(e);
return;
}
有没有大佬能教教我怎么测试?
第二种,我现在MZ的版本号是v1.7.0,网上搜了下对应的NW版本好像是v0.48.4
然后我下了能对应这个版本的greenworks(v83),试了下仍旧是不跳成就。
在一楼大佬的帮助下现在是搞清楚报错的内容了,似乎是找不到greenworks-win64.node
The specified procedure could not be found.
但是文件本身是存在的,所以应该是版本问题导致的读取失败。