最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Your profile cannot be used because it is from a newer version of NW.js - Stack Overflow

programmeradmin0浏览0评论

Searching for this error text I get only info about Google Chrome.

I want to disable this warning or understand why this is happening.

I found this: .js/issues/5761 and deleted

~/Library/Application Support/nwjs/rm -rf Default/Web\ Data
~/Library/Application Support/nwjs/rm -rf Default/Web\ Data-journal

But when I run my app again, the error happens

This Message says:

Your profile can not be used because it is from a newer version of NW.js

Some features may be unavailable. Please specify a different profile directory or use a newer version of NW.js

I was using the latest verison of nw.js and switched to 0.23.7 for patibility with .

How do I disable this error message? I'm concerned about users seeing this message.

Searching for this error text I get only info about Google Chrome.

I want to disable this warning or understand why this is happening.

I found this: https://github./nwjs/nw.js/issues/5761 and deleted

~/Library/Application Support/nwjs/rm -rf Default/Web\ Data
~/Library/Application Support/nwjs/rm -rf Default/Web\ Data-journal

But when I run my app again, the error happens

This Message says:

Your profile can not be used because it is from a newer version of NW.js

Some features may be unavailable. Please specify a different profile directory or use a newer version of NW.js

I was using the latest verison of nw.js and switched to 0.23.7 for patibility with https://github./greenheartgames/greenworks/releases .

How do I disable this error message? I'm concerned about users seeing this message.

Share Improve this question edited Jun 20, 2020 at 9:12 CommunityBot 11 silver badge asked Oct 4, 2017 at 1:22 quantumpotatoquantumpotato 9,77816 gold badges78 silver badges152 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 1

rm -rf ~/Application\ Support/MyAppName

and run again

To fix the NW.js profile problem in RPG Maker MV, follow these steps:

  1. Go to your app data folder in Windows (C:\Users\[Your Username]\AppData\Local) and delete the nwjs folder.
  2. Inside the folder User Data, delete the Web Data and Web Data-journal files.
  3. Play test your MV game again, and the error should disappear.

If we are talking about RPG Maker MV games and such, the problem stems from the unset name of the root package, you can, of course, delete the old NW.js profile folder as people mentioned in the other answers, but that doesn't solve the root problem.

So here's how we can actually fix it:

  1. Find the package.json file in the application/game directory;
  2. Open it with a text editor;
  3. Change "name": "", string to "name": "your_game_name",
  4. Now the engine will use a separate profile folder for this app;
  5. No nasty upgrade errors.
发布评论

评论列表(0)

  1. 暂无评论