Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Archlord
You last visited: Today at 13:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Archlord Server Error Pls Help me

Discussion on Archlord Server Error Pls Help me within the Archlord forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2013
Posts: 12
Received Thanks: 0
Archlord Server Error Pls Help me

Hi pls help me with my server i dont know where i have error.

All is in this my video here:



I use this tutorial here:

I use normal Win XP SP3 with all netframeworks and full updates.

and files here:


I pls for help very much
I sorry for my bad english.

Thx Kostra.
dtkostra is offline  
Old 01/09/2014, 10:00   #2
 
Ricks27's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 61
Hi,

You have correctly entered the IP address of the server in the SERVERCONFIG table?
You have changed this file : C:\oracle\ora92\network\admin\tnsnames.ora?

Cordially,
Ricks27 is offline  
Thanks
1 User
Old 01/09/2014, 11:01   #3
 
elite*gold: 0
Join Date: Sep 2007
Posts: 153
Received Thanks: 44
i use windows 8.1 pro with oracle database 11g x86

everything works fine and faster then windows xp...

Check your IP Config in Database & Server ini Files.

Server Files INI:

INI\DatabaseInit\Databse.ini
INI\DatabaseInit\DBSERVERINFO.ini

INI\Databse.ini
INI\DBSERVERINFO.ini

Connect to your Oracle Database and check your SERVERCONFIG Table for the IP Address:

Example:

192.168.0.14:11008
192.168.0.14:11004
192.168.0.14:11002

OR use this sql Script with Navicat:

!!!!!! change your IP and Your Server Name !!!!!!
Code:
insert into SERVERCONFIG (SECTION, MODULEDATA1, WORLD, TYPE, ADDRESS, CONTROLAREA, DBUSER, DBPWD, DBDSN, LOGDBUSER, LOGDBPWD, LOGDBDSN, SHOW, DBVENDER, EXTRA)
values ('1', 'AgsmServerManager2', 'Archlord Server Name', '8', '192.168.0.14:11008', '-2560000,-2560000,2560000,2560000', 'alef', 'password', 'Archlord Server Name', 'alef', 'password', 'Archlord Server Name', 'T','', 'AdultServer=N,NewServer=Y,IniDir=Ini\\Adult,ExpAdjRatio=0.01,DroppAdjRatio=1,AccountAuth=D,AllAdmin=Y');

insert into SERVERCONFIG (SECTION, MODULEDATA1, WORLD, TYPE, ADDRESS, CONTROLAREA, DBUSER, DBPWD, DBDSN, LOGDBUSER, LOGDBPWD, LOGDBDSN, SHOW, DBVENDER, EXTRA)
values ('201', 'AgsmServerManager2', 'Archlord Server Name', '4', '192.168.0.14:11004', '-2560000,-2560000,2560000,2560000', 'alef', 'password', 'Archlord Server Name', 'alef', 'password', 'Archlord Server Name', 'T', '', 'AdultServer=N,NewServer=Y,IniDir=Ini\\Adult,ExpAdjRatio=0.01,DroppAdjRatio=1,AccountAuth=D,AllAdmin=Y');

insert into SERVERCONFIG (SECTION, MODULEDATA1, WORLD, TYPE, ADDRESS, CONTROLAREA, DBUSER, DBPWD, DBDSN, LOGDBUSER, LOGDBPWD, LOGDBDSN, SHOW, DBVENDER, EXTRA)
values ('401', 'AgsmServerManager2', 'Login1', '2', '192.168.0.14:11002', '-2560000,-2560000,2560000,2560000', 'alef', 'password', 'Archlord Server Name', 'alef', 'password', 'Archlord Server Name', 'T', '', 'AdultServer=N,NewServer=Y,IniDir=Ini\\Adult,ExpAdjRatio=0.01,DroppAdjRatio=1,AccountAuth=D,AllAdmin=Y');

insert into SERVERCONFIG (SECTION, MODULEDATA1, WORLD, TYPE, ADDRESS, CONTROLAREA, DBUSER, DBPWD, DBDSN, LOGDBUSER, LOGDBPWD, LOGDBDSN, SHOW, DBVENDER, EXTRA)
values ('1000', 'AgsmServerManager2', 'MASTER', '1', '127.0.0.1:99999', '-2560000,-2560000,2560000,2560000', 'alef', 'password', 'Archlord Server Name', 'alef', 'password', 'Archlord Server Name', 'T', 'T', 'AdultServer=N,NewServer=Y,IniDir=Ini\\Adult,ExpAdjRatio=0.01,DroppAdjRatio=1,AccountAuth=D,AllAdmin=Y');
Havocker is offline  
Thanks
1 User
Old 01/09/2014, 13:54   #4
 
elite*gold: 0
Join Date: Jan 2013
Posts: 12
Received Thanks: 0
in server config i have all ip adress 127.0.0.1 (localhost right?)

IN TNSNAMES:

# TNSNAMES.ORA Network Configuration File: D:\EMULATOR\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = )
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

all i have 127.0.0.1

and i muss change all in folder databaseinit as in INI???

INI/database.ini - i have change
INI/DBSERVERINFO.ini - i have change

databaseinit/database.ini - i change this as in INI/database.ini
databaseinit/DBSERVERINFO.ini - i change this as in INI/DBSERVERINFO.ini


I think that all three boot files are repeated over and over the same
it is seen in the fact my video on youtube (google translate)

my database.ini:
[DATABASE]
0=DSN(account)USER(alef)PWD(mypassword)CONNECTION( 3)LIB(OCI)

my DBSERVERINFO.ini:
[DATABASE]
DSN=account
USER=alef
PWD=mypassword
dtkostra is offline  
Old 01/09/2014, 15:59   #5
 
Ricks27's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 61
Quote:
Originally Posted by dtkostra View Post
in server config i have all ip adress 127.0.0.1 (localhost right?)

IN TNSNAMES:

# TNSNAMES.ORA Network Configuration File: D:\EMULATOR\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = )
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

all i have 127.0.0.1

and i muss change all in folder databaseinit as in INI???

INI/database.ini - i have change
INI/DBSERVERINFO.ini - i have change

databaseinit/database.ini - i change this as in INI/database.ini
databaseinit/DBSERVERINFO.ini - i change this as in INI/DBSERVERINFO.ini


I think that all three boot files are repeated over and over the same
it is seen in the fact my video on youtube (google translate)

my database.ini:
[DATABASE]
0=DSN(account)USER(alef)PWD(mypassword)CONNECTION( 3)LIB(OCI)

my DBSERVERINFO.ini:
[DATABASE]
DSN=account
USER=alef
PWD=mypassword
1.

# TNSNAMES.ORA Network Configuration File: D:\EMULATOR\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) ==> Use your local ip
)
(CONNECT_DATA =
(SERVER = DEDICATED) ==> Remove
(SERVICE_NAME = account)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = )
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)


2.

Table SERVERCONFIG , Field ADDRESS, Replace 127.0.0.1 by your local ip.


3.

Restart the VM.
Ricks27 is offline  
Thanks
1 User
Old 01/09/2014, 16:19   #6
 
madmaxsrb's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 112
Received Thanks: 31
just use you Lan card ip for example 192.168.0.1 or disable lan card and us 172.0.0.1
madmaxsrb is offline  
Old 01/09/2014, 18:32   #7
 
elite*gold: 0
Join Date: Jan 2013
Posts: 12
Received Thanks: 0
sec pls

so maybe is all ok but pls see this my video pls and say me if is all ok or not

dtkostra is offline  
Old 01/09/2014, 19:52   #8
 
Ricks27's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 61
Quote:
Originally Posted by dtkostra View Post
sec pls

so maybe is all ok but pls see this my video pls and say me if is all ok or not

Everything is Ok for me with the consoles.

What changes have you made​​?
Ricks27 is offline  
Thanks
1 User
Old 01/09/2014, 22:48   #9
 
elite*gold: 0
Join Date: Jan 2013
Posts: 12
Received Thanks: 0
this IP i change and remove this server=dedicated and change server name

all server is now ok all run but i have now next small problem

i have normal dynamic VIP IP address so all for server with connection for people is ok all dynamic ports have i forwarded to my PC with this AL server...

i testing now how can i log my friends from internet...
login server and relay is ok, my friend can login to my server and create characters ....
But when he click to Connected for login ingame, so game say "server connection has ended" but server run normaly next...this problem i have from my friend

and my problem from home, where i have this server is:
i can normal loged to server, create characters, login in to world, but when i exit game, so when i wont log in back to game, so server dont know me and in server log server write "character "dtkostra" was deleted..... server normaly deleted me when i loged off,but in table AMT_ACCOUNT im writed but i cant loged this acc (and i muss create new acc in table AMT_ACCOUNT) lol

next help pls:
pls how i can setup my permission as admin server

sorry for my chaotic english

(for setup GMs permision can i use this
) ??????
dtkostra is offline  
Old 01/10/2014, 09:03   #10
 
Ricks27's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 61
Quote:
Originally Posted by dtkostra View Post
this IP i change and remove this server=dedicated and change server name

all server is now ok all run but i have now next small problem

i have normal dynamic VIP IP address so all for server with connection for people is ok all dynamic ports have i forwarded to my PC with this AL server...

i testing now how can i log my friends from internet...
login server and relay is ok, my friend can login to my server and create characters ....
But when he click to Connected for login ingame, so game say "server connection has ended" but server run normaly next...this problem i have from my friend

and my problem from home, where i have this server is:
i can normal loged to server, create characters, login in to world, but when i exit game, so when i wont log in back to game, so server dont know me and in server log server write "character "dtkostra" was deleted..... server normaly deleted me when i loged off,but in table AMT_ACCOUNT im writed but i cant loged this acc (and i muss create new acc in table AMT_ACCOUNT) lol

next help pls:
pls how i can setup my permission as admin server

sorry for my chaotic english

(for setup GMs permision can i use this
) ??????

1. How log your friends

- Use Hamachi,
- or Use a static IP,

I don't know if people have already used a dynamic IP to provide access to their servers.


2. Character delete

Use this stored procedure to create an account :


It is not enough to create a record in the table AMT_ACCOUNT to create an account. It should also create a record in the table AMT_MASTER.


3. How have the GM command

You can use this tutorial :


Cordially,
Ricks27 is offline  
Thanks
1 User
Old 01/10/2014, 12:01   #11
 
elite*gold: 0
Join Date: Jan 2012
Posts: 22
Received Thanks: 23
Quote:
Originally Posted by Ricks27 View Post
1. How log your friends

- Use Hamachi,
- or Use a static IP,

I don't know if people have already used a dynamic IP to provide access to their servers.


2. Character delete

Use this stored procedure to create an account :


It is not enough to create a record in the table AMT_ACCOUNT to create an account. It should also create a record in the table AMT_MASTER.


3. How have the GM command

You can use this tutorial :


Cordially,
Active manner dynamic DNA with a service?
Docsocso is offline  
Old 01/10/2014, 14:49   #12
 
elite*gold: 0
Join Date: Jan 2013
Posts: 12
Received Thanks: 0
1.)
yes if I want to have a public server must have a public IP (dynamic IP)
I pay for my address extra fee, I can have public servers
I tested with a friend and he could create a character on my server but can not go directly to the game

for information:
my VIP public (dynamic) IP address is: 77.104.238.37
my PC IP address is: 192.168.1.200

in router i have all public ports routed to my PC

for example: i have my private Teamspeak 3 server on my PC and people can normaly connect to my TS3.

Rick pls know u how TCP port is for login directly to game
i say u, my friend can normaly login and create character on my server,but he can not log directly ingame.

for information:
in serverconfig i have this four ip address with ports:

192.168.1.200:11008 - (this is world server port)
192.168.1.200:11004 - (this is relay server port)
192.168.1.200:11002 - (this is login server port)
192.168.1.200:65000 - (I DONT KNOW WHAT THIS IS)
I have all the ports enabled in the router

and next port we have:
2030 maybe this is port for remote login to database - right??
1521 any TCP port I DONT KNOW FOR WHAT IS THIS PORT

I had in the past, wow server, where the server was almost the same as here in Archlord and people are normally connected to a server.
dtkostra is offline  
Old 01/10/2014, 17:53   #13
 
Ricks27's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 74
Received Thanks: 61
Quote:
Originally Posted by dtkostra View Post
1.)
yes if I want to have a public server must have a public IP (dynamic IP)
I pay for my address extra fee, I can have public servers
I tested with a friend and he could create a character on my server but can not go directly to the game

for information:
my VIP public (dynamic) IP address is: 77.104.238.37
my PC IP address is: 192.168.1.200

in router i have all public ports routed to my PC

for example: i have my private Teamspeak 3 server on my PC and people can normaly connect to my TS3.

Rick pls know u how TCP port is for login directly to game
i say u, my friend can normaly login and create character on my server,but he can not log directly ingame.

for information:
in serverconfig i have this four ip address with ports:

192.168.1.200:11008 - (this is world server port)
192.168.1.200:11004 - (this is relay server port)
192.168.1.200:11002 - (this is login server port)
192.168.1.200:65000 - (I DONT KNOW WHAT THIS IS)
I have all the ports enabled in the router

and next port we have:
2030 maybe this is port for remote login to database - right??
1521 any TCP port I DONT KNOW FOR WHAT IS THIS PORT

I had in the past, wow server, where the server was almost the same as here in Archlord and people are normally connected to a server.
I saw on another post that he had to open the port 4277 does not have the message "Server connection as end".
Ricks27 is offline  
Old 01/10/2014, 18:09   #14
 
elite*gold: 0
Join Date: Jan 2013
Posts: 12
Received Thanks: 0
ok i test this with my friend he is now online too - im fast back
dtkostra is offline  
Old 01/10/2014, 18:24   #15
 
elite*gold: 0
Join Date: Sep 2007
Posts: 153
Received Thanks: 44
when i use the ip from hamachi in serverconfig so i can start Archlord Server too.

You and your Friend have to use the Client with Archlord.bat like this:
alefclient.exe /L192.168.0.1:11002 << change to Your Hamachi IP
Havocker is offline  
Reply


Similar Threads Similar Threads
archlord error
08/17/2012 - Archlord - 1 Replies
i've done a format on my pc and i try to play AL but i get 2 error messages: <Error opening engire> and <Error initializing RenderWare> all help is appreciated :)
Archlord test server run time error
07/22/2011 - Archlord - 4 Replies
Also ich wollte mal mit dem beta key die beta testen, und wenn ich das game jetzt starten will steht da immer http://www.fotos-hochladen.net/uploads/unbenannta dtw3b1qjp.png was kann ich dagegen tun? kann es sein das ich vieleicht noch das normale archlord drauf habe?



All times are GMT +1. The time now is 13:24.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.