Crash of clients

05/22/2014 23:54 Marvetick#1
As many of us noticed nobody can log into the game.
I know the reason :
- Client sends bug report to YNK and is waiting for Response (No response = wont log in)
- while it's sending that report to YNK they are redirecting it to non-existing domain (iogin.playrohan.com instead of login.playrohan.com)
[Only registered and activated users can see links. Click Here To Register...]

If somebody manage to cut procedure that sends reports to YNK please share.
05/23/2014 08:37 pongpojv#2
any idea how to fix this problems. my server players can login, but the screen is freezing after chosen the character.
05/23/2014 09:06 zzerachiel#3
Well, have you tried editing that url?
Easiest way to see if that's the problem is by using the hosts file.

Just redirect login.playrohan.com to google.com. That one send back a response.
05/23/2014 09:16 Marvetick#4
blocked login.playrohan.com in hosts file and worked.
05/23/2014 09:25 zzerachiel#5
Great.
Now all you need is an unpacked non GG client.
05/23/2014 12:48 Marvetick#6
Maybe you would like to share? I bet you have one ;)
05/23/2014 19:11 imarin#7
I want to share add host entry script, before block login.playrohan.com you cant acces to the global server ;)

copy and save .bat

addHostEntry.bat

Code:
@echo off
TITLE Modifying your HOSTS file
COLOR F0
ECHO.


:: BatchGotAdmin
:-------------------------------------
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    set params = %*:"="
    echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    del "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    pushd "%CD%"
    CD /D "%~dp0"
:--------------------------------------

:LOOP
SET Choice=
SET /P Choice="Do you want to modify HOSTS file ? (Y/N)"

IF NOT '%Choice%'=='' SET Choice=%Choice:~0,1%

ECHO.
IF /I '%Choice%'=='Y' GOTO ACCEPTED
IF /I '%Choice%'=='N' GOTO REJECTED
ECHO Please type Y (for Yes) or N (for No) to proceed!
ECHO.
GOTO Loop


:REJECTED
ECHO Your HOSTS file was left unchanged>>%systemroot%\Temp\hostFileUpdate.log
ECHO Finished.
GOTO END


:ACCEPTED
setlocal enabledelayedexpansion
::Create your list of host domains
set LIST=(login.playrohan.com)
::Set the ip of the domains you set in the list above
set login.playrohan.com=127.0.0.1
:: deletes the parentheses from LIST
set _list=%LIST:~1,-1%
::ECHO %WINDIR%\System32\drivers\etc\hosts > tmp.txt
for  %%G in (%_list%) do (
    set  _name=%%G
    set  _value=!%%G!
    SET NEWLINE=^& echo.
    ECHO Carrying out requested modifications to your HOSTS file
    ::strip out this specific line and store in tmp file
    type %WINDIR%\System32\drivers\etc\hosts | findstr /v !_name! > tmp.txt
    ::re-add the line to it
    ECHO %NEWLINE%^!_value! !_name!>>tmp.txt
    ::overwrite host file
    copy /b/v/y tmp.txt %WINDIR%\System32\drivers\etc\hosts
    del tmp.txt
)
ipconfig /flushdns
ECHO.
ECHO.
ECHO Finished, you may close this window now.
ECHO You should now open Chrome and go to "chrome://net-internals/#dns" (without quotes)
ECHO     then click the "clear host cache" button
GOTO END

:END
ECHO.
ping -n 11 8.8.8.8 > nul
EXIT
05/24/2014 16:42 zzerachiel#8
Quote:
Originally Posted by Marvetick View Post
Maybe you would like to share? I bet you have one ;)
Unfortunately, i don't have any unpacked clients.
While i was working on rohan i focused on the server side of the development ^^
05/24/2014 19:49 servro#9
Quote:
Originally Posted by zzerachiel View Post
Unfortunately, i don't have any unpacked clients.
While i was working on rohan i focused on the server side of the development ^^
i want to buy your antihack, I need to do?