• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Force close full client launcer offline set up

Initiate Mage
Joined
Mar 11, 2022
Messages
3
Reaction score
0
Can anyone help me force close client when i open the launcher Golden Mystery 2.2.3.2 i already change the R3engine to USA and still the problem thesame anyone can help me please
 
Initiate Mage
Joined
Mar 23, 2023
Messages
3
Reaction score
0
same here,

already set my appserv IP to 127.0.0.1 and already running well (I guess)

1680748741070 - Force close full client launcer offline set up - RaGEZONE Forums

Also already change my client side launcher IP to 127.0.0.1
very frustrating, hahaha

help mastah @likertuban
 

Attachments

You must be registered for see attachments list
Upvote 0
Joined
Apr 9, 2012
Messages
2,359
Reaction score
442
here's the basic on how to know what went wrong with your launcher
  1. rename your launcher to Log_RF.exe
  2. delete everything inside NetLog folder but don't delete the folder itself, if NetLog folder isn't existed make one
  3. run the launcher until it's disappeared
  4. go to NetLog folder and read the log and see what went wrong
 
Upvote 0
Initiate Mage
Joined
Mar 23, 2023
Messages
3
Reaction score
0
here's the basic on how to know what went wrong with your launcher
  1. rename your launcher to Log_RF.exe
  2. delete everything inside NetLog folder but don't delete the folder itself, if NetLog folder isn't existed make one
  3. run the launcher until it's disappeared
  4. go to NetLog folder and read the log and see what went wrong
Hi Sir,

here is my NetLog folder

I suspect the ConfigData
Code:
04/06/23 10:53:03: Create Log File
04/06/23 10:53:03: Config data URL : http://127.0.0.1:8080/update.dll?0
04/06/23 10:53:26: Config data Download Faile

is this refer to AppServ\www\config ?
here is my config file
Code:
<?
//SETTING CONNECTION
$db_host = '127.0.0.1\SQLEXPRESS';  // SQL HOST (change it to your IP ex : 127.0.0.1)
$db_user = 'sa';    // SQL ID
$db_pass = 'SA1password';   // SQL PASSWORD (change it to your password mssql)
$zone_port = "27780";
$login_port = "10007";
$user_manipulate = "10";
$user = "RF_User";
$world = "RF_World";
$billing = "BILLING";
$user_manipulate = "10";
$conn = mssql_connect($db_host,$db_user,$db_pass);
//SETTING PATCH
$host1 = "http://nobrain.dk";
$host2 = "http://nobrain.dk";
$host3 = "http://nobrain.dk";
?>

for additional log

LauncherManager
Code:
04/06/23 10:53:00: Create Log File
04/06/23 10:53:00: Create Log File
04/06/23 10:53:00: Use FileGuard
04/06/23 10:53:03: Use PatchFireWall
04/06/23 10:53:03: Use CRC Check
04/06/23 10:53:03: Thu Apr 06 10:53:03 2023

04/06/23 10:53:03: SetLoginArea 0
04/06/23 10:53:03: Launcher Version : Log_RF.exe | File 2012 1 30 16 46
04/06/23 10:53:03: Version : 718
04/06/23 10:53:03: Launcher Patch Server Area : 0
04/06/23 10:53:03: Launcher Patch ServerIP : 127.0.0.1
04/06/23 10:53:03: Launcher Patch ServerURL : http://127.0.0.1:80/update.dll?718
04/06/23 10:53:03: Success download file : update.dat
04/06/23 10:53:03: Number of files : 0

And for AppServ\Apache2.2\logs

Error Log
Code:
Starting the Apache2.2 service
[Thu Apr 06 09:33:52 2023] [error] [client 127.0.0.1] File does not exist: C:/AppServ/www/update.dll

Thank you sir
 
Upvote 0
Joined
Apr 9, 2012
Messages
2,359
Reaction score
442
Hi Sir,

here is my NetLog folder

I suspect the ConfigData
Code:
04/06/23 10:53:03: Create Log File
04/06/23 10:53:03: Config data URL : http://127.0.0.1:8080/update.dll?0
04/06/23 10:53:26: Config data Download Faile

well, you already know that configdata log is where the problem come, it said that config data download failed, it mean that
isn't existed, you can try to open on your browser to check whether it's existed or not, I don't know which launcher emulator did you use, so I can't tell on what is wrong,
but basically RF had port 80,8080 and 1001 (I forgot the last port, it might be not 1001), both might point on different directory, so you had to check it yourself
 
Upvote 0
Initiate Mage
Joined
Mar 23, 2023
Messages
3
Reaction score
0
well, you already know that configdata log is where the problem come, it said that config data download failed, it mean that
isn't existed, you can try to open on your browser to check whether it's existed or not, I don't know which launcher emulator did you use, so I can't tell on what is wrong,
but basically RF had port 80,8080 and 1001 (I forgot the last port, it might be not 1001), both might point on different directory, so you had to check it yourself
Hi Sir,

I'm using emulator from
Code:
https://forum.ragezone.com/threads/video-guide-setup-rf-online-server-only.1134986/

and yes, I already try to check those links on my browser, it isn't existed.

what should I do? I have no clue on this
Code:
but basically RF had port 80,8080 and 1001 (I forgot the last port, it might be not 1001), both might point on different directory, so you had to check it yourself

Thanks
 
Upvote 0
Back
Top