Howdy there!
First time using this tool, loving the customizability so far.
I've been doing Test-Builds on Windows 11 for an unfinished game just to get my grips around the software, and noticed I had an error with a plugin as it's friendly name (For Testing) was being formatted as "For%20Testing", not to worry, I know '%20' means space, however, it seems as though the game does not quite understand that.
By removing the spaces in folders, it seems to work fine, I'm not sure if files also have this bug where spaces in their name would cause issues, but here is a F12 error log.
Uncaught Error: ENOENT: no such file or directory, open 'C:\Users\YoBro\AppData\Local\YoBro\Sock\GameData\js\plugins\For%20Testing\MechPen_SharpText.bin'
at Object.openSync (node:fs:561:18)
at Object.readFileSync (node:fs:445:35)
at NWWindow.evalNWBinInternal (extensions::nw.Window:501:36)
at NWWindow.evalNWBin (extensions::nw.Window:486:8)
at Function.loadScript (<anonymous>)
at Function.setup (<anonymous>)
at Main.loadMainScripts (<anonymous>)
at Main.run (<anonymous>)
at <anonymous>
at NWWindow.evalNWBinInternal (extensions::nw.Window:505:20)
Oh and here's a strange bonus errors in the F12 panel:
index.html:1 Uncaught SyntaxError: Unexpected token '<
One last thing; for some reason, the tool does not have access to RPGMakerCookToolDX in my AppData, I'm not sure if anyone else also has this happen but here is the log:
2025-11-03 15:11:20.216 +11:00 [INF] RPG Maker Cook Tool Deluxe 6.2.6-release.20251025+71b61afb12596f4a929914729baabe055323c61e started up. 2025-11-03 15:11:20.219 +11:00 [INF] Data validation is ready. 2025-11-03 15:11:20.219 +11:00 [INF] Registerring services... 2025-11-03 15:11:20.219 +11:00 [INF] Registerring HTTP Client Builder... 2025-11-03 15:11:20.220 +11:00 [INF] Registerring File Services... 2025-11-03 15:11:20.220 +11:00 [INF] Registerring Dialog Services... 2025-11-03 15:11:20.222 +11:00 [INF] Services registered. 2025-11-03 15:11:20.222 +11:00 [INF] Preparing main window... 2025-11-03 15:11:20.275 +11:00 [INF] Checking if the default settings file is present... 2025-11-03 15:11:20.275 +11:00 [INF] Not found. Creating the file... 2025-11-03 15:11:20.279 +11:00 [INF] Checking if the default settings file is present... 2025-11-03 15:11:20.279 +11:00 [INF] Not found. Creating the file... 2025-11-03 15:11:20.284 +11:00 [FTL] Exception! System.UnauthorizedAccessException: Access to the path 'C:\Users\YoBro\AppData\Roaming\Dragonhouse\RPGMakerCookToolDX' is denied. at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String, FileMode, FileAccess, FileShare, FileOptions) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String, FileMode, FileAccess, FileShare, FileOptions, Int64, Nullable`1 ) at System.IO.File.OpenHandle(String, FileMode , FileAccess , FileShare , FileOptions , Int64 ) at System.IO.File.WriteToFileAsync(String, FileMode, ReadOnlyMemory`1, Encoding, CancellationToken) at Dragonhouse.RMCookToolDeluxe.Compiler.BuilderJob.SaveDefaults() 2025-11-03 15:11:20.284 +11:00 [FTL] Exception! System.UnauthorizedAccessException: Access to the path 'C:\Users\YoBro\AppData\Roaming\Dragonhouse\RPGMakerCookToolDX' is denied. at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String, FileMode, FileAccess, FileShare, FileOptions) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String, FileMode, FileAccess, FileShare, FileOptions, Int64, Nullable`1 ) at System.IO.File.OpenHandle(String, FileMode , FileAccess , FileShare , FileOptions , Int64 ) at System.IO.File.WriteToFileAsync(String, FileMode, ReadOnlyMemory`1, Encoding, CancellationToken) at Dragonhouse.RMCookToolDeluxe.Compiler.BuilderJob.SaveDefaults()
If you need any extra parameters from me, just let me know! Thank you!
*edit: Fixed typo
