首先确保VocalTune所在路径里没有空格和中文,然后呢在个别机器上VocalTune有可能必须用相对路径才能运行(这和RP有关= =因为我在有些机器上用绝对路径也可以运行..),似乎是程序本身的问题.比如我的VocalTune是在G:\Vocaloid2\VocalTune2这个目录下,先运行cmd打开控制台,然后按以下步骤输入(共三行命令,每输入一行按一次回车):
(在运行命令前控制台里显示的是C:\Documents and Settings\用户名>,即当前目录是C:\Documents and Settings\用户名)
g:
cd vocaloid2\vocaltune2
(这里的cd命令就是把当前的运行目录改成G:\Vocaloid\VocalTune2)
你的VocalTune打开一闪就关闭了,这是因为程序默认用了绝对路径来运行.还是以我的那个路径为例子,如果是用绝对路径运行的话就是直接在cmd控制台里运行这个命令
G:\Vocaloid2\VocalTune2\VocalTune.exe setting.ini
(显示的是C:\Documents and Settings\用户名>G:\Vocaloid2\VocalTune2\VocalTune.exe setting.ini,即当前目录是C:\Documents and Settings\用户名,而在当前目录下并没有VocalTune.exe这个程序,因此就要把路径指向G:\Vocaloid2\VocalTune2来运行VocalTune.exe,即绝对路径)