EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Tutorials::Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=630)
-   -   How To Setup A 6.2 Server (https://www.eqemulator.org/forums/showthread.php?t=19337)

tallerin 09-12-2005 04:56 PM

How To Setup A 6.2 Server
 
added to wiki
http://www.eqemulator.net/wiki/wikka.php?wakka=Windows6

can't get the name the way i wish so i gave up on it.

nrellihan 09-12-2005 07:21 PM

worked, everything up and connected but was getting a 1017 when trying to connect to my own server

rednckcowby 09-13-2005 01:15 AM

Cannot connect to own private server
 
I have everything the way it is supposed to be running but when I go to run eq and login it just hangs at logging into server. I dont even get to the server select screen!

I think it is something in my computer blocking me from it but I have no idea what it might be.

Any suggestions?

Red

Damilis 09-13-2005 01:28 AM

Quote:

Originally Posted by rednckcowby
I have everything the way it is supposed to be running but when I go to run eq and login it just hangs at logging into server. I dont even get to the server select screen!

I think it is something in my computer blocking me from it but I have no idea what it might be.

Any suggestions?

Red

Post your eqhost.ini, loginserver.ini and any error messages that appear in world.exe and zone.exe windows and people will be able to help you better.

tallerin 09-13-2005 03:05 AM

Quote:

Originally Posted by nrellihan
worked, everything up and connected but was getting a 1017 when trying to connect to my own server

make sure you added these to your Database for minilogin if there not in there then that could give you the 1017.

Code:

INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)');

alter table account add minilogin_ip varchar(32) not null;

insert into account (name,status, minilogin_ip) values('USERNAME_HERE',250,'127.0.0.1');


tallerin 09-13-2005 03:39 AM

Quote:

Originally Posted by rednckcowby
I have everything the way it is supposed to be running but when I go to run eq and login it just hangs at logging into server. I dont even get to the server select screen!

I think it is something in my computer blocking me from it but I have no idea what it might be.

Any suggestions?

Red

make sure you take the opcodes.conf that came with minilogin and copy those opcodes to your main opcodes.conf in eqemu directory. I just checked if they are not added to your opcode.conf eq hangs at the connecting to server please wait.

platothepenguin 09-13-2005 11:56 AM

Followed the instructions, but I'm getting an error 127- LoadEMuShareMemDLL::Load() failed to attach to a function. Anyone have an idea on what's wrong?

tallerin 09-13-2005 02:19 PM

Quote:

Originally Posted by platothepenguin
Followed the instructions, but I'm getting an error 127- LoadEMuShareMemDLL::Load() failed to attach to a function. Anyone have an idea on what's wrong?

not sure why your getting that issue unless you are trying to use zoneperl,zonedebug,worlddebug ect. right now for the time being you can only use the zone and world from the eqemu fix.so you would extract emusharemem.dll , opcodes.conf, from the sourceforge binaries and extract the zone , world from the eqemufix put them all into one folder.

Koshoji 09-13-2005 10:08 PM

opcodes.conf
 
What program are we supposed to use to edit a .conf file, notepad or some other text editor, or a special program designed especialy for .conf files?

T.y.i.a.

Koshoji


edit--> Nevermind. Now that I know a bit more about CVS I see that it is the program that I was asking about. Woot!

fathernitwit 09-15-2005 02:41 PM

please stop posting this sort of thing on the forums... this is what the wiki is for.

tallerin 09-15-2005 02:44 PM

then just remove this from the forum i do not know how to submit things to this wiki or what ever it is. if it is not whanted here then remove it. maybe the tutorial sections should be removed.

also I don't plan on finding the time to mess with the wiki and figure it out. it was posted here cause well this is a tutorial section. also if your scold one scold the other that submitted one today for linux server setup.

vRandom 09-15-2005 03:16 PM

I think fathernitwit might be having a bad day, seems the last 4 posts i just read are on the grumpy side .....

wiki is here http://www.eqemulator.net/wiki/ though i've only been there once myself....

vRandom

Belfedia 09-15-2005 06:47 PM

I suggest one solution ?

Tutorial for wiki are post here,
And the wiki manager paste it (when it is correct) to wiki and lock the thread here ? you need also lock all the old tutorial forum :)

fathernitwit 09-16-2005 11:47 AM

that is completely against the point of having the wiki... the point is that it is a USER EDITABLE form of documentation, which does not get crowded with a bunch of posts like this one that detract from the real information... its not that hard people

Belfedia 09-16-2005 01:52 PM

Ok !!! i don't know wiki is user editable, that good news :)
All just need to read wiki documentation and make your tutorial :)
that very good !!!

tallerin 09-16-2005 02:07 PM

how about this suggestion lock all the tutorial forums except for the request one. then do a quick post specifing all tut"s to be place on the wiki with a link stickied at the top. that way the older tuts are still here but no new ones can be posted.
i will add this to the wiki when time permits and will remove it from here or a mod can. need a day or two though to find time to do it.

32ones 09-16-2005 07:20 PM

Great tutorial, works fine. Just a few questions thou.

Is there anyway to get up to and possibly past PoP expansion?
Is entering the tutorial bad?
Are there any races/classes I cannot use?

Any thing else I should know? =)

*** EDIT ***

I get 1 error in world.exe and 2 errors in boot5zones.exe...
I will post my the logs here.
World.exe
PHP Code:

[StatusCURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[StatusLoading opcodes..
[
StatusEMuShareMem loaded
Opcode OP_Command is missing from 
./opcodes.conf
Opcode OP_MailboxHeader is missing from 
./opcodes.conf
Opcode OP_MailHeader is missing from 
./opcodes.conf
Opcode OP_MailBody is missing from 
./opcodes.conf
Opcode OP_NewMail is missing from 
./opcodes.conf
Opcode OP_SentConfirm is missing from 
./opcodes.conf
Opcode OP_RAWSessionRequest is missing from 
./opcodes.conf
Opcode OP_RAWSessionResponse is missing from 
./opcodes.conf
Opcode OP_RAWCombined is missing from 
./opcodes.conf
Opcode OP_RAWSessionDisconnect is missing from 
./opcodes.conf
Opcode OP_RAWKeepAlive is missing from 
./opcodes.conf
Opcode OP_RAWSessionStatRequest is missing from 
./opcodes.conf
Opcode OP_RAWSessionStatResponse is missing from 
./opcodes.conf
Opcode OP_RAWPacket is missing from 
./opcodes.conf
Opcode OP_RAWFragment is missing from 
./opcodes.conf
Opcode OP_RAWOutOfOrderAck is missing from 
./opcodes.conf
Opcode OP_RAWAck is missing from 
./opcodes.conf
Opcode OP_RAWAppCombined is missing from 
./opcodes.conf
Opcode OP_RAWOutOfSession is missing from 
./opcodes.conf
00346640
[StatusLoading variables..
[
StatusLoading zones..
[
StatusClearing groups..
[
StatusLoading items..
[
StatusEMuShareMem loaded
Error in GetItemsCount query 
'SELECT MAX(id),count(*),sum(length(serialization)+
1) FROM items' 
#1054: Unknown column 'serialization' in 'field list'
ErrorDatabase::LoadItems() (sharemem): GetItemsCount() returned -1
[ErrorErrorCould not load item data.  But ignoring
[Status] ./LoginServer.ini read.
[
StatusLoading guild ranks..
[
StatusLoading guild link..
[
StatusEMuShareMem loaded
[StatusLoading GuildList from database...
[
StatusLoading ./addon.ini..
[
StatusLoading EQ time of day..
[
StatusDeleted 0 stale player corpses from database
[StatusDeleted 0 stale player backups from database
Assassinating people that whine about horses
...done
TCP listening on
localhost:9000
World server listening on
localhost:9000
Setting World to MiniLogin Server type
Connected to LoginServer
localhost:5999
96559 
New TCP connection127.0.0.1:16777343
New zoneserver#1 127.0.0.1:2829
Zoneserver SetConnectInfo127.0.0.1:2829localhost:8782
96759 
New TCP connection127.0.0.1:16777343
96759 
New TCP connection127.0.0.1:16777343
New zoneserver#2 127.0.0.1:2830
96799 New TCP connection127.0.0.1:16777343
96799 
New TCP connection127.0.0.1:16777343
New zoneserver#3 127.0.0.1:2833
New zoneserver#4 127.0.0.1:2832
New zoneserver#5 127.0.0.1:2831
Zoneserver SetConnectInfo127.0.0.1:2831localhost:8780
Zoneserver SetConnectInfo
127.0.0.1:2832localhost:8781
Zoneserver SetConnectInfo
127.0.0.1:2833localhost:8783
Zoneserver SetConnectInfo
127.0.0.1:2830localhost:8784 

I think when I put in the minilogin opcodes with the eqemu opcodes something wrong went down... About the other error.. My only guess is something is missing from my DB.



Boot5zones.exe

PHP Code:

[StatusCURRENT_ZONE_VERSIONEQEMu 0.6.2-DR1
[StatusLoading opcodes..
[
StatusMapping Opcodes
[StatusLoading Variables
[StatusLoading zone names
[StatusLoading items
[StatusEMuShareMem loaded
Error in GetItemsCount query 
'SELECT MAX(id),count(*),sum(length(serialization)+
1) FROM items' 
#1054: Unknown column 'serialization' in 'field list'
ErrorDatabase::LoadItems() (sharemem): GetItemsCount() returned -1
[ErrorLoading items FAILED!
Failed.  But ignoring error and going on...
[
StatusLoading npcs
[StatusLoading npc faction lists
[StatusEMuShareMem loaded
[StatusLoading NPC Faction Lists from database...
[
StatusLoading loot tables
[StatusLoading Loot tables from database...
[
StatusLoading doors
[StatusEMuShareMem loaded
[StatusLoading Doors from database...
[
StatusEMuShareMem loaded
[StatusLoading guilds
[StatusLoading guild list
[
StatusEMuShareMem loaded
[StatusLoading factions
[StatusLoading titles
[StatusLoading AA effects
[StatusLoading swarm spells
[StatusLoading tributes
[ErrorError in LoadTributes first query 'SELECT id,name,descr,unknown,isguild
FROM tributes'
#1054: Unknown column 'isguild' in 'field list'
[StatusLoading corpse timers
[StatusLoading what ever is left
[StatusLoading commands
[Status179 commands loaded
[StatusStarting EQ Network server.
[
StatusEntering sleep mode
Connected to worldserver
localhost:9000 

Thanks in advance =)

Damilis 09-17-2005 02:14 AM

Quote:

Originally Posted by fathernitwit
that is completely against the point of having the wiki... the point is that it is a USER EDITABLE form of documentation, which does not get crowded with a bunch of posts like this one that detract from the real information... its not that hard people

Okay. Enough is enough. Everyone is entitled to a bad day or two, but this is out of hand.

Not everyone knows everything about computers/the internet. Now since you do and others here don't AND the fact that you are a Dev, that puts you in a default position of a leader in this EQEmu community and as such you should have more tolerance for those less knowledgeable on the subject. Provide a simple explanation, or, as stated before, if you don't have the time, then just paste in a simple Google link (took about 2 secs to find this BTW) http://wiki.org/wiki.cgi?WhatIsWiki

Perhaps a post on the main page regarding the proper placement of tutorial material from here on out? That way everyone has a much better chance of actually knowing that a wiki is user editable....

2 cents. But we will see if we are grown up enough to admit when we are wrong a apologize a little. Hmm.


All times are GMT -4. The time now is 07:48 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.