antrix problem

Newbie Spellweaver
Joined
Jul 22, 2006
Messages
46
Reaction score
0
hey guys i ran off karnages guide and got a huge error, not sure if it was me or what but in his guide he mentions antrix120-2.1.0-jerks.rar which wasnt included so maybe its that that im missing but right now i cant even open either the realm thing or server itself right now they just make an error message come up somthing about 0xc000022 or somthing, please help thanks in advanced:winky:
 
k ive fixed that problem, now im getting a problem where i cant extract the maps it says cannot creale output file although the server files now open but then close straight away
 
hey my logonserver and antrix both quit as soon as i open them, like they make a black box appear then it closes (no writing appears) im sure this has to do with my conf files coz i dont know how to set them up (yes even with the explanations within the file lol) so can you please post what the correct files should look like, with ""s coz i didnt know if i needed them thanks in advanced
 
O_o I kind of just said that... any way i need someone to post what the conf files should look like can sum 1 please do this for me thanks
 
Hey man, I had the same problem and i FINALLY figured it out...Your files should look something like this....

Logonserver.conf:

LogonDatabase.Hostname = 127.0.0.1
LogonDatabase.Username = <YOUR SQL USERNAME> ( w/o the <> )
LogonDatabase.Password = <YOUR SQL PASSWORD> ( w/o the <>)
LogonDatabase.Name = antrix (this is the name of the blank database you created from step 3)
LogonDatabase.Port = 3306
LogonDatabase.Type = 1

Antrix.conf:

Database.Hostname = 127.0.0.1
Database.Username = <YOUR SQL USERNAME> ( w/o the <> )
Database.Password = <YOUR SQL PASSWORD> ( w/o the <>)
Database.Name = antrix
Database.Port = 3306
Database.Type = 1


That should make it so your logonserver.exe and antrix.exe dont close...

Now my problem is that after i change the conf files and then create my account in the SQL tables and try to log in it says unable to validate game version. Anyone think they can help on tht?
 
Hi it is my first time configuring a server but i got pretty got basic skills
but i got an error while oppening antrix.exe
gossipscripts.dll : 0x027c0000 : v3.0 : loaded.
InstanceScripts.dll : 0x0ffb0000 : v3.0 : loaded.
ServerStatusPlugin.dll : 0x10280000 : v3.0 : -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Server has crashed. Reason was:
an Access Violation at 0x7c901010


that the error message there a little more but since i cant copy paste i only typed what i tough that was important

the acces violation isint alway the same
 
i dont know what to do lol ive done everything exactly as i was told V_V
 
I got the same prob...I took out the serverstatus and spell dlls and then I could connect...now I need to find dlls that work or figure a workaround...BK
 
Just to clarify Killer leave all your files in script bin alone but try taking out just severstatus .dll out and it should work fine bro...BK
 
i have removed the conf files and then ran the server just as a test and it would seem that the server did not even recognise them missing as it continued doing exactly as it had been (opening and closing)
 
still looking for help... can sum 1 just upload the conf files setup for lan or sumthing
 
evil...sorry for the confusion I was refering to another problem...the two servers will not run without their files...what I refered to were outside scripts which there are four that can be removed if they cause your sever to crash...as of yet you havent got your servers to run yet...try getting your logon server up first...
refer to DJravines 2.0.1 repack for more details...

BK
 
I have a problem when I run the antrix.exe. Both the antrix.conf and realms.conf load ok, but i get this error:
sql: Select of MySQLDatabase antrix failed due to ' Unknown database 'antrix''
sql: Main database initialization failed. Exiting

I have a feeling this is something really simple that I am over looking. Any help would be appreaciated.
 
I have a problem when I run the antrix.exe. Both the antrix.conf and realms.conf load ok, but i get this error:
sql: Select of MySQLDatabase antrix failed due to ' Unknown database 'antrix''
sql: Main database initialization failed. Exiting

I have a feeling this is something really simple that I am over looking. Any help would be appreaciated.
"Select of MySQLDatabase antrix failed due to ' Unknown database 'antrix''"
Means it can't find the database. which is what is propaply making this happpen "Main database initialization failed. Exiting" which means you need to change the "LogonDatabase.Name" to what ever you named the DATABASE from SQL. You can find "LogonDatabase.Name" in your "logonserver.config" file

Iris01 said:
Now my problem is that after i change the conf files and then create my account in the SQL tables and try to log in it says unable to validate game version. Anyone think they can help on tht?
Wrong client version. Lucky this is an easy fix, just look for your server client acceptance with the logonserver.config and make sure you client is within the versions specified. "Should look something like this:
# Accepted Build Range Setup
#
# These two directives set up which clients will be
# allowed to authenticate with the realm list.
#
# Set these to the same builds that the server was
# compiled for.
#
# As of the last update, version 2.0.1 was build 6180.
#

MinClientBuild = 6180
MaxClientBuild = 6592"
 
ok people I was looking for the same answer to the Q about the unknown database error and I was thinking humm I made sure that the info for the antrix.conf and the logonserver.conf files were the same as the videos and written instructions but it kept giving me the unknown database error so heres how I fixed it and I just fixed it like 5 min B4 I posted this message open the antrix database in Ur Navicat program, then look at the antrix (so called database) and if U look at the subdatabases U should see the names of 2 sub databases < 1. mysql , 2. test > what U have to do to make this work is go to the antrix.conf file and where it sez Database.Name = antrix , instead of useing the main database name antrix use the 1st subdatabase name mysql should look like this Database.Name = mysql and make sure U change it in the logonserver.conf file to read the same. after I did that everything worked out fine oh and I didnt remove any file from the script folder so u dont have to do that for this error. I hope I helped U guys out with Ur issues have fun gamming it out. Games
 
Back