quantumpotato
quantumpotato

Reputation: 9767

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

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.com/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

enter image description here

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 compatibility with https://github.com/greenheartgames/greenworks/releases .

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

Upvotes: 2

Views: 11112

Answers (2)

ThisWorks
ThisWorks

Reputation: 1

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.

Upvotes: -1

quantumpotato
quantumpotato

Reputation: 9767

rm -rf ~/Application\ Support/MyAppName

and run again

Upvotes: 1

Related Questions