Error:Uncaught [object XMLHttpRequest]
In the DKtools plugin, I changed the File system's mode from "Nwjs + Stamps(0)" to "Nwjs(1)", then the web deployment worked on itch. But when I played through the game, all the dialogs showed tags instead of the real strings...Thanks for the plugin!! It works great for my game's localization!.
One questions is that when I deployed the game to Web version and uploaded it to itch.io, it kept showing an. I disabled both the DKTool and the DK Localization plugins, the error went away and the game could run properly online. But when I disabled the Localization plugin only, the error still stayed. Could you look into this??Code:Error:Uncaught [object XMLHttpRequest]
For the web version and mobile phones, you must select the Nwjs + Stamp file system, and before each build of the project, you must run the plugin command from DKTools to generate a file system stamp (more on this in the help).In the DKtools plugin, I changed the File system's mode from "Nwjs + Stamps(0)" to "Nwjs(1)", then the web deployment worked on itch. But when I played through the game, all the dialogs showed tags instead of the real strings...
Sorry I thought it worked after updated the file system stamp, but I was actually still in the Nwjs mode and no strings shown... I switched to Nwjs + Stamp and updated the stamp. After I uploaded the package to itch, it showed another errorFor the web version and mobile phones, you must select the Nwjs + Stamp file system, and before each build of the project, you must run the plugin command from DKTools to generate a file system stamp (more on this in the help).
Did you update the file system stamp?
Error
Uncaught Error: Localization directory is empty: locales\
Unfortunately I do not have IOS and Mac to check the error, I will try to do something.
Not yetdid it solved ?I am an iOS developer
If you need someone to test it on Mac, feel free to send me the update and I'll test it for you! Really hope this can be solved soon!Not yet
Thanks for updating the plugin! I downloaded the 1.3.3 version and updated the Stamps before deploying into web version, but it still gave me the same error saying locale/ is empty...I recommend updating the DKTools plugin to the minimum version 1.3.3, because it fixes various errors that could occur when porting the project to browsers and mobile devices.
You can download the new version from the website https://dk-plugins.ru/mz/dktools/
Do you have enabled Scan subfolders setting in localization plugin?Thanks for updating the plugin! I downloaded the 1.3.3 version and updated the Stamps before deploying into web version, but it still gave me the same error saying locale/ is empty...
I retried and enabled the Scan feature. It game me the same resultDo you have enabled Scan subfolders setting in localization plugin?
Can you send me a demo please ?I retried and enabled the Scan feature. It game me the same result![]()
I'll see what could be the problemOn the other hand, I encountered an issue when I exported new tags using csv format. Although I choose using commas as delimiters as csv values, the exported new tag document is still formatted with semicolons. It's not a big issue but is a bit frustrating.
Hmm...that's a good questionBy the way, a stupid question: how can I start a new paragraph in csv format? I tried "/n" but it doesn't work...
Uncaught Error: Can not parse JSON data from file: locales\es\iniciobosque.json. Description: Unexpected token in JSON at position 1173 at processJsonFile (DKTools_Localization.js:3048) at async Promise.all (index 2) at async Function._loadData (DKTools_Localization.js:3117) at async Function.loadData (DKTools_Localization.js:3167) at async Function.initialize (DKTools_Localization.js:2417) at async Function.DKTools.StartupManager.initializeModules (DKTools_Localization.js:3436) at async Function.initialize (DKTools.js:7871) at async Function.SceneManager.initialize (DKTools.js:17422)
is this the last line in the file?Hi, I have a problem.
This is the line: : "extrmiya15": "Mi mundo corre peligro Miyabi, y eventualmente el tuyo también.",
And the same thing has already happened to me with other lines, I had to modify some dialogs so that the error does not appear, but it continues appearing.