The folder where Rappelz is installed contains cyrillic characters ?
Can you post a screenshot image of your error
Can you post a screenshot image of your error
powershell -Command "(Get-Process SFrame).StartInfo.EnvironmentVariables"
hereQuote:
In fact I don't think cyrillic characters are the issue as SFrame has not an absolute path in the .bat
Do you start the .bat with administrator rights ?
If yes, can you post here (or private message) the result of this procedure:
- Start your .bat
- Wait for SFrame to show the error (but DON'T click Ok)
- Run the following command in cmd.exe and put the result in this thread or in a private message:
- Click Ok on the SFrame error to close itCode:powershell -Command "(Get-Process SFrame).StartInfo.EnvironmentVariables"
it's important that the sframe error message is not closed when executing the powershell command
In C#: [Only registered and activated users can see links. Click Here To Register...]Quote:
I was asked several time for the source code of this tool.
You can find it there: [Only registered and activated users can see links. Click Here To Register...]
private void button1_Click(object sender, EventArgs e)
{
string szClientLocation = System.IO.Path.GetDirectoryName(Application.ExecutablePath);
string szArgs = "/auth_ip:127.0.0.1 /auth_port:58422 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:windows-1256 /country:DE /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631";
CRP.StartProcess(szClientLocation, szArgs);
}
not, You can download the client from the official Russian server and check everything myself? Suddenly I'm doing something wrongQuote:
Does this update in attachment works ?
these parameters have not helped, the game does not startQuote:
Maybe the Auth emulator IMBC autologin will help with that part of the log in credentials passed from the launcher.
Granted you would have to build log in fields into your launcher and have those fields fill in variables in the start event arguments...
/imbclogin /account:<account_name> /password:<password>