RPGM None Vitamin Quest 2 Translation butakoma300g

sirkakita

New Member
May 5, 2017
3
1
Hi im currently working in a full translation of vitaquest2 using translator++ but when i inject the translation into the game, it crash.

i dont know to much about coding but can get the basics, so if someone have more knowledge with translator++, i hope u can give a hand.


this is my error:


RPGMaker Trans v4.5 Legacy
Input path: [VXAce] C:\Users\yove_\AppData\Local\Temp\a65f93bb59d841779b510e4b7a321772\project
Patch path: [v3][update] C:\Users\yove_\AppData\Local\Temp\a65f93bb59d841779b510e4b7a321772\project_patch
Output path: [VXAce][update] C:\Users\yove_\AppData\Local\Temp\a65f93bb59d841779b510e4b7a321772\project_translated
Patching game [### ] 3 % Error parsing inline script: String out of bounds: RubyParserState(string=..'\n'.., index=149, ruleStack=['Base', 'DoubleQuote']) # 5:127; script not translated. Script a="  こ、この反応…アンタはセイリスに"
b="惚れてたんだな…。
c="  なんか…すまん。"
$win1.contents.draw_text(0, 82, 640, 22, a+b, 0)
$win1.contents.draw_text(0, 106, 640, 22, c, 0)

Error parsing inline script: String out of bounds: RubyParserState(string=..'\n'.., index=149, ruleStack=['Base', 'DoubleQuote']) # 5:127; script not translated. Script a="  こ、この反応…アンタはセイリスに"
b="惚れてたんだな…。
c="  なんか…すまん。"
$win1.contents.draw_text(0, 82, 640, 22, a+b, 0)
$win1.contents.draw_text(0, 106, 640, 22, c, 0)

Patching game [################ ]98%
 

gesanor

Newbie
Jul 15, 2020
94
129
Hi im currently working in a full translation of vitaquest2 using translator++ but when i inject the translation into the game, it crash.

i dont know to much about coding but can get the basics, so if someone have more knowledge with translator++, i hope u can give a hand.


this is my error:


RPGMaker Trans v4.5 Legacy
Input path: [VXAce] C:\Users\yove_\AppData\Local\Temp\a65f93bb59d841779b510e4b7a321772\project
Patch path: [v3][update] C:\Users\yove_\AppData\Local\Temp\a65f93bb59d841779b510e4b7a321772\project_patch
Output path: [VXAce][update] C:\Users\yove_\AppData\Local\Temp\a65f93bb59d841779b510e4b7a321772\project_translated
Patching game [### ] 3 % Error parsing inline script: String out of bounds: RubyParserState(string=..'\n'.., index=149, ruleStack=['Base', 'DoubleQuote']) # 5:127; script not translated. Script a="  こ、この反応…アンタはセイリスに"
b="惚れてたんだな…。
c="  なんか…すまん。"
$win1.contents.draw_text(0, 82, 640, 22, a+b, 0)
$win1.contents.draw_text(0, 106, 640, 22, c, 0)

Error parsing inline script: String out of bounds: RubyParserState(string=..'\n'.., index=149, ruleStack=['Base', 'DoubleQuote']) # 5:127; script not translated. Script a="  こ、この反応…アンタはセイリスに"
b="惚れてたんだな…。
c="  なんか…すまん。"
$win1.contents.draw_text(0, 82, 640, 22, a+b, 0)
$win1.contents.draw_text(0, 106, 640, 22, c, 0)

Patching game [################ ]98%
Can't be sure because I've never been able to figure out that application's errors, lol, but it could be either one of two things: the script file or a syntax error somewhere else. If there is a script file, you can try removing all auto-translations from the script file in your translation (translator++ doesn't work well with that file in general). If it's because of a syntax error, run a search for '/ ' (note the space) or '\ ' and see if something that should have been escaped is instead kept in the strings.