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

Searching for this error text I get only info about Google Chrome.I want to disable this warning or un

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.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745387254a4625493.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信