Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Stuck on Server Start // SQL DB's seem empty

Newbie Spellweaver
Joined
May 3, 2023
Messages
10
Reaction score
1
Hello, im trying to set up my own little playground server but im stuck now on the step where i need to start the server. When i open the server Monitor i only get the orange and not green. Ive Already reinstalled both (controller/monitor) ive copied the data back to the folders as many wrote here.

Another "problem" is that after i restored the database in sql i went and checked the table's and they are empty i dont know if it is normal that they are empty from the start maybe they need the game to be started first to fill ?=

for any help i am very thankful :)
 

Attachments

  • serverList - Stuck on Server Start // SQL DB's seem empty - RaGEZONE Forums
    serverList.webp
    22.8 KB · Views: 68
  • sqlEmpty - Stuck on Server Start // SQL DB's seem empty - RaGEZONE Forums
    sqlEmpty.webp
    82.8 KB · Views: 52
If you post your global.ini settings we might be able to help, because there could be many reasons.
 
Upvote 1
Don't make ip addresses as localhost, I'm not sure it works that way, make them like this.
127.0.0.1
example:
Log_DBServer = 127.0.0.1
Log_DataBase = ROM_WorldLog
Log_Account = test1
Log_Password = 1116074545
-----------------------------------
;---------------------------------------------------------------------
; Setting for local lan (Different for BG!)
;---------------------------------------------------------------------

;Setting for host to allow switch to connect in
AccountIP = 127.0.0.1
AccountPort = 21000
 
Upvote 1
ok ive done that but still same result with server list
maybe something else in the global ?
 

Attachments

Upvote 0
You should make similar settings in the database.
Acc_DBServer = (local) -> change to 127.0.0.1
Acc_DataBase = ROM_Account
Acc_Account = romuser
Acc_Password = 5e5f464750444557

If you still get an error. Send me the Runewaker/log folder and let's examine the log.
 
Upvote 1
where do i find that ? if it is in sql like i said tables are empty
 
Upvote 0
Don't you have sql.bak files in your file? you just need to install them. And as I said, 127.0.0.1 will be enough, have you tried it?
 
Upvote 1
i have 5 sql bak files but when i open any tables in them they are empty (maybe broken?) if u mean those^^ i really am thankful for your help btw im not that great in all of that
 

Attachments

  • sql - Stuck on Server Start // SQL DB's seem empty - RaGEZONE Forums
    sql.webp
    4.1 KB · Views: 26
Upvote 0
yea seems like everyone is empty
 

Attachments

  • global - Stuck on Server Start // SQL DB's seem empty - RaGEZONE Forums
    global.webp
    15.7 KB · Views: 55
  • globalEmpty - Stuck on Server Start // SQL DB's seem empty - RaGEZONE Forums
    globalEmpty.webp
    72.9 KB · Views: 48
Upvote 0
I think it's hard for me to help without checking, there are errors not only in one place but in many places :(
 
Upvote 1
Flúx#4163 if u think via discord or teamviewer is better add me if u have time/want to help
dont know if my dm got to u
 
Upvote 0
Back