Are you running your computer with Japan system locale?: Yes Game Name: Rewrite Description of Problem: When I try to run the .bat "Run this to make your game work!!" I get "Cannot import rewrite_modif.reg: Error opening the file. There may be a disk or file system error." Your Operating System: Vista 64 or 32 bit: 32 What did you already try?: Troubleshooting from this topic: https://forums.fuwanovel.net/index.php?/topic/717-rewrite-siglusengine-problem-solved/ /// Also tried to run as admin, same deal. Did you download your game from Fuwanovel?: Yes
Here's an image of the error.
This is the contents of my .bat:
@echo off
set MATCH=_PATH_
set REPLACE=%CD%
set REPLACE=%REPLACE:\=\\%
if exist rewrite_modif.reg del rewrite_modif.reg
for /f "tokens=1,* delims=]" %%A in ('"type "Ignore this file.reg"|find /n /v """') do (
set line=%%B
if defined line (
call set "line=%%line:%MATCH%=%REPLACE%%%"
call echo %%line%% >> rewrite_modif.reg
)
)
regedit rewrite_modif.reg
SiglusEngine.exe
exit