Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Zoneserver exits when Accountserver loads

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 11, 2016
Messages
5
Reaction score
1
My rfacc.ini is:

[Options]
DBSTR = Driver={SQL Server Native Client 11.0};Server=\192.168.50.80\ISSANGELO-
PC;UID=rf;PWD=rfpass;Database=BILLING;
ErrDBSTR =
LogLevel = 2

I'm using SQL Native Driver 11.0 in ODBC. I run in this order: Accountserver->Loginserver->Zoneserver. Zoneserver executes, loads main window, and then crashes and that's what I see in the logs:

SystemError.log
0 01/21/17 14:47:03 : init DB fail

MessageBox.log
DatabaseInit - Connect World DB Failed!

Loadingprocess.log stops here
137 01/21/17 14:46:58 : DataBase Setting Start!! (192.168.50.80 : RF_WORLD_NOVUS)
138 01/21/17 14:46:58 : World DB ODBC Config Complete!!
139 01/21/17 14:47:03 : CMainThread::CashDBInit() : Cash Item DataBase Setting Complete!! (192.168.50.80 : BILLING)
140 01/21/17 14:47:03 : Cash DB Init Complete >>
 
Joined
Apr 9, 2012
Messages
2,359
Reaction score
442
Your rfacc.ini is an epic fail one xD
DBSTR = Driver={SQL Server Native Client 11.0};Server=\192.168.50.80\ISSANGELO-
PC;UID=rf;PWD=rfpass;Database=BILLING;

causing
SystemError.log
0 01/21/17 14:47:03 : init DB fail

MessageBox.log
DatabaseInit - Connect World DB Failed!

mean it failed to connect to database...

i have much better setting if i remember correctly, but sadly it's in my computer and it has been deadactive for month :(:
 
Upvote 0
Newbie Spellweaver
Joined
Jan 18, 2017
Messages
16
Reaction score
0
My rfacc.ini is:

[Options]
DBSTR = Driver={SQL Server Native Client 11.0};Server=\192.168.50.80\ISSANGELO-
PC;UID=rf;PWD=rfpass;Database=BILLING;
ErrDBSTR =
LogLevel = 2

I'm using SQL Native Driver 11.0 in ODBC. I run in this order: Accountserver->Loginserver->Zoneserver. Zoneserver executes, loads main window, and then crashes and that's what I see in the logs:

SystemError.log
0 01/21/17 14:47:03 : init DB fail

MessageBox.log
DatabaseInit - Connect World DB Failed!

Loadingprocess.log stops here
137 01/21/17 14:46:58 : DataBase Setting Start!! (192.168.50.80 : RF_WORLD_NOVUS)
138 01/21/17 14:46:58 : World DB ODBC Config Complete!!
139 01/21/17 14:47:03 : CMainThread::CashDBInit() : Cash Item DataBase Setting Complete!! (192.168.50.80 : BILLING)
140 01/21/17 14:47:03 : Cash DB Init Complete >>
try to use the default one:
[Options]DBSTR = Provider=MSDASQL;DSN=BILLING;UID=rf;PWD=rfpass;ErrDBSTR = LogLevel = 2

or try to use your sql account in UID and PWD
 
Upvote 0
Newbie Spellweaver
Joined
Nov 11, 2016
Messages
5
Reaction score
1
thanks for your responses! I was able to fix it by restoring a different database backup. I was previously using fyurith's which for some reason it didn't like.

Now I'm currently stuck at running the launcher. I'm using PlayRF with rf.exe already edited to 127.0.0.1 but when I run it I do not even see the connecting screen, it just doesn't run. Any ideas? Where's the log folder in the rf client?
 
Upvote 0
Unknown Place
Joined
Mar 7, 2013
Messages
580
Reaction score
87
thanks for your responses! I was able to fix it by restoring a different database backup. I was previously using fyurith's which for some reason it didn't like.

Now I'm currently stuck at running the launcher. I'm using PlayRF with rf.exe already edited to 127.0.0.1 but when I run it I do not even see the connecting screen, it just doesn't run. Any ideas? Where's the log folder in the rf client?
Missing stored procedures or indexes can cause these issues, you can use SQL Profiler in order to check where the fault might be happening or at least, due to what. :)
 
Upvote 0
Newbie Spellweaver
Joined
Nov 11, 2016
Messages
5
Reaction score
1
Here's my Netlog files

Config Data
01/22/17 09:02:55: Create Log File
01/22/17 09:02:55: Config data URL :
01/22/17 09:02:55: Success download file : serverConfig.dat
01/22/17 09:02:55: Config data file name : update1/LPServerInfo.dat
01/22/17 09:02:55: [Not Use updatecfg.dat]Config data file URL :
01/22/17 09:02:55: Success download file : serverConfig.dat
01/22/17 09:02:55: Number of login server: 1
01/22/17 09:02:55: Number of patch server: 3
01/22/17 09:02:55: [0] Save login server IP: 127.0.0.1
01/22/17 09:02:55: Select Login Server : 0
01/22/17 09:02:55: [0] Save patch server IP: 127.0.0.1
01/22/17 09:02:55: [1] Save patch server IP: 127.0.0.1
01/22/17 09:02:55: [2] Save patch server IP: 127.0.0.1
01/22/17 09:02:55: Select Patch Server : 0
01/22/17 09:02:55: ConfigData Ok

Launcher Update
01/22/17 09:02:55: Create Log File

Launcher Manager, SelectList, and WorldDataManager_Log all have this:
01/22/17 09:02:46: Create Log File
01/22/17 09:02:46: Create Log File
01/22/17 09:02:46: Use FileGuard
01/22/17 09:02:55: Use PatchFireWall
01/22/17 09:02:55: Use CRC Check
01/22/17 09:02:55: Sun Jan 22 09:02:55 2017

01/22/17 09:02:55: SetLoginArea 0
01/22/17 09:02:55: Launcher Version : Log_RF.exe | File 2012 1 30 16 46
01/22/17 09:02:55: Version : 718
01/22/17 09:02:55: Launcher Patch Server Area : 0
01/22/17 09:02:55: Launcher Patch ServerIP : 127.0.0.1
01/22/17 09:02:55: Launcher Patch ServerURL :
01/22/17 09:02:55: Success download file : update.dat
01/22/17 09:02:55: Number of files : 0

I already redownload 2232-BaseDir in Liker's reply to this post: http://forum.ragezone.com/f152/help-solved-client-connect-2-a-1049532/

And I still get an Appcrash after running RF.exe (renamed to Log_RF)

Problem signature:
Problem Event Name: APPCRASH
Application Name: Log_RF.exe
Application Version: 1.0.0.1
Application Timestamp: 49706cf3
Fault Module Name: Log_RF.exe
Fault Module Version: 1.0.0.1
Fault Module Timestamp: 49706cf3
Exception Code: c0000005
Exception Offset: 0003a562
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Any ideas?
 
Upvote 0
Newbie Spellweaver
Joined
Nov 11, 2016
Messages
5
Reaction score
1
spot on likerturban! I reinstalled the RF client, deleted all files except the folders, and then extracted 2232Base-Dir which you uploaded. I then proceeded in hunting Calianas at Ether :thumbup1:


For those of you who want details on my setup:

Server files: 2.2.3.2 Fixed by H4TE
Client: 2.2.3.2 PlayRF
Database: included in Server files
Launcher: from Likerturban's Emulator guide
 
Upvote 0
Status
Not open for further replies.
Back
Top