Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Pardon the necropost, but just wanting to leave this here for any who find this via google when looking for a fix to the problem. Thank you Bikke.
RPG Maker MV is a fantastic software and some of the RPG games from Dlsite are made by this maker, however, one of the problem of this software is nw.js problem that shown from this game, so well, nw.js needs to be unified(for most MV games...).
You can make it easier on yourself it you make a .bat file (Windows), place it in a handy area (desktop?) and just run it whenever you see the error:
Use notepad or Notepad ++ (or your flavor of favorite text editor) to create a new file. Paste the text below into the file.
Change the {username} to the appropriate username for your login/account for the OS.
Save the new file as "NWjs Error Fix.bat" or whatever makes you happy. Then, to run, just click/doubleclick (depending on your setup preference).
echo Script to fix NW.js error
del "C:\Users\{username}\AppData\Local\KADOKAWA\RPGMV\User Data\Default\Web Data-journal.*" /s /f /q
del "C:\Users\(username}\AppData\Local\KADOKAWA\RPGMV\User Data\Default\Web Data.*" /s /f /q
echo Done!
EDIT: -found a fix at least for me
The steps for Windows 10 users (Highly suggest shutting RPG MV off before doing this stuff and back up projects, etc.):
Go to your app data folder in Windows (C:\Users\[Your Username]\AppData\Local). If you can't find it, make sure you can see hidden folders.
Delete the folder "nwjs".
Go inside the folder 'User Data". Then go inside the folder "Default". Look for the files "Web Data" and "Web Data-journal". Delete these two files.
Launch MV and play test.
sure thing friend i was also having problems with finding answers
The end screen to any fight takes very long just to count up the number of gained exp, but often, it doesn't even come to that point, it's just stuck with the character pictures on display. Also, maybe it's a memory issue, but I crashed when entering the city.
So look for either ~/Library/Application Support/<name>/Default
Or ~/Library/Application Support/<name>
Legend! Even though this was a pretty innocuous bug, I appreciate the fix. Getting a popup error every time I booted up Fear & Hunger was annoying, but these steps solved it.