Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #16  
Old 08-17-2014, 06:02 PM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

It shows 28275.

FYI I can follow instructions. I do not "know" HeidiSQL. lol
Thank you.
Reply With Quote
  #17  
Old 08-17-2014, 07:53 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Well, I didn't want to be insulting by giving too detailed instructions.

I'd say that's greater than zero... so it's probably a compatibility problem. What date did you download the source code you compiled and what is the date on the DB you downloaded?
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #18  
Old 08-17-2014, 08:20 PM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

Downloaded on 8-15 2014.

This is the download peqbeta_2014-08-11-02-01.tar.gz
I had downloaded an earlier version 1st. Had issues and thought "resourcing" the new one might work. I'm not positive on the terminology. Sorry I haven't thought to mention this yet. It's been a very confusing week with little sleep. heh.
Reply With Quote
  #19  
Old 08-17-2014, 10:14 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

From the change log:

Code:
== 08/02/2014 ==
Kayen: Implemented spell_news fields
- npc_no_los (check if LOS is required for spells) 
- InCombat, OutofCombat - Used together to restrict spells to only be cast while 
in/out of combat (beneficial) or if target is in/out of combat (detrimental).
-min_dist, min_dist_mod, max_dist, max_dist_mod - Scales spell power based on targets distance from caster.
*This will require further work to fully implement but will work with 90% of live spells as is.
*If making custom spells do not include effects that can't be scaled (like a spell trigger)
- min_rage sets minimum distance range that must be away from target.

Required SQL: utils/sql/git/required/2014_08_02_spells_new.sql
So find the file utils/sql/git/required/2014_08_02_spells_new.sql, source it in , and see if that fixes it.
__________________
Maybe I should try making one of these servers...

Last edited by Scorpious2k; 08-17-2014 at 10:27 PM..
Reply With Quote
  #20  
Old 08-17-2014, 10:56 PM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

Awesome! That fixed that. Now I see
3 windows now show "using database 'peq' at 127.0.0.1:3306". world.exe, queryserv.exe and ucs.exe.
1 window shows 0: sleeping.
I tried to log on with this and another comp and got "A connection to the server could not be reached".

Thank You! You have been a huge help.

EDIT: I found a eqemuauthcrypto error. A missing dll I think. Installing that in the right place solved the above problem.

Now I see 5 windows:

Login Server - Server started
World.exe - using database peq
Queryserv.exe - using database peq
ucs.exe - using database peq
0: Sleeping

I can login to the server screen, but there are no servers seen. "0 of 0 expansions owned" message.
Reply With Quote
  #21  
Old 08-18-2014, 01:36 AM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

Searching through the logs I have found this:
[Debug] [08.18.14 - 01:37:48] Logging System Init.
[Debug] [08.18.14 - 01:37:48] Config System Init.
[Debug] [08.18.14 - 01:37:48] MySQL Database Init.
[Debug] [08.18.14 - 01:37:48] Encryption Initialize.
[Debug] [08.18.14 - 01:37:48] Encryption Loaded Successfully.
[Debug] [08.18.14 - 01:37:48] Server Manager Initialize.
[Network] [08.18.14 - 01:37:48] ServerManager listening on port 5998
[Debug] [08.18.14 - 01:37:48] Client Manager Initialize.
[Network] [08.18.14 - 01:37:48] ClientManager listening on Titanium stream.
[Network] [08.18.14 - 01:37:48] ClientManager listening on SoD stream.
[Debug] [08.18.14 - 01:37:48] Server Started.
[Network] [08.18.14 - 01:37:48] New world server connection from 127.0.0.1:50171
[Network Error] [08.18.14 - 01:37:48] Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1.
[Database] [08.18.14 - 01:37:48] Mysql query returned no result: SELECT WSR.ServerID, WSR.ServerTagDescription, WSR.ServerTrusted, SLT.ServerListTypeID, SLT.ServerListTypeDescription, WSR.ServerAdminID FROM tblWorldServerRegistration AS WSR JOIN tblServerListType AS SLT ON WSR.ServerListTypeID = SLT.ServerListTypeID WHERE WSR.ServerShortName = 'Dragon'
[World] [08.18.14 - 01:37:48] Server Dragon's Rest(Dragon) attempted to log in but database couldn't find an entry and only registered servers are allowed.

I think we are real close on this one. : )
Reply With Quote
  #22  
Old 08-18-2014, 09:00 AM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

I found some lines in eqemu_config.xml that needed to be uncommented.

I believe this is correct now:

<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>


And here's my example of "Go home and do it again"...

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>127.0.0.1</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

I have now moved on to another error:
Mysql query returned no results:

Server Dragon's Rest(Dragon) attempted to login but database couldn't find an entry and only registered servers are allowed.
World server disconnected from the server, removing server and freeing connection.
Reply With Quote
  #23  
Old 08-18-2014, 10:42 AM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

I have changed this:

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>root</account>
<password>****</password>
</loginserver>

to this:

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

I took out a account and password that shouldn't have been there.

I can now log onto my server, but there are no NPCs around.
Reply With Quote
  #24  
Old 08-18-2014, 12:04 PM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

I found my NPC solution here:

http://www.eqemulator.org/forums/sho...ighlight=zones

Now on to my laptops. I'm getting a 1017 error when connecting to server. "cannot login to the everquest server. You need to re-run the update patch.

This is the coolest thing ever.
Reply With Quote
  #25  
Old 08-18-2014, 02:12 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by mercdady4965 View Post
I found my NPC solution here:

http://www.eqemulator.org/forums/sho...ighlight=zones

Now on to my laptops. I'm getting a 1017 error when connecting to server. "cannot login to the everquest server. You need to re-run the update patch.

This is the coolest thing ever.
You've made a lot of progress on your own. This one seems to be a step backwards. Did you change something besides the SQL fix for the NPC problem? Port forward change? Has it only worked on the same computer that the server is running on?
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #26  
Old 08-18-2014, 02:42 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Lerxst posted here.. http://www.eqemulator.org/forums/sho...01&postcount=6

..about your ip address..though, there were probably enough other issues that it was missed or misunderstood.


For a solo machine, meaning ALL activities occur on the one computer, "127.0.0.1" is fine to use.


If you intend to allow any outside connections, you will need to use the address of your NIC card.

It is best to ensure that the computer 'hosting' the server is set to a 'static' address and not a DHCP one, or the host will be on a different address
every time it, or the network, is rebooted.

Even better, if your router allows you to reserve a single IP address for the MAC address of your NIC card, do this and you can leave the assignment
protocol alone.


In changing your config files...

If your database is on the same computer as your server, then leave it set to "127.0.0.1"

Otherwise, all settings that reflect "127.0.0.1" will need to be changed to that of your NIC's IP address (as lerxst stated, "192.168.x.x")

Your [Login.ini][options] local_network will also need to be updated ("192.168.x.")


For eqhost.txt...

All connecting clients will need to change their host address to the new address..including the one running on the host server.


Lastly...

Instead of trying to fix everything that I just broke, it would probably be a good idea to make backups of the two config files before starting
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #27  
Old 08-18-2014, 03:00 PM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

At the moment I have 3 accounts that can log in, create a character and level. 2 are flagged GM, the other not. This is all done from the "server" desktop. On the laptop I see the server, but get this patch message.

The EQEmu Login Server shows a Network Error - Recieved unhandled application packet from the client: [OpCode OP_Unknown (0x0012) Size=10].
Reply With Quote
  #28  
Old 08-18-2014, 04:42 PM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

Thank you, Uleat! I appreciate the help. Definitely have my head spinning. I will try to implement it and get back to you.

By the by, your avatar was kinda creepy to begin with, but after seeing it a few dozen time I think you just need some sleep. lol
Reply With Quote
  #29  
Old 08-20-2014, 09:15 AM
mercdady4965
Fire Beetle
 
Join Date: Aug 2014
Location: Virginia
Posts: 23
Default

Could this be a casr of something important(EQ) not being shared on my network? I'm on the server, but my other comps on LAN can't connect.
Reply With Quote
  #30  
Old 08-20-2014, 05:57 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Repost your config files and let's see where I led you astray


Have they ever connected and just can't now, or still a no-go from the start?


EDIT: You did create accounts for them, right?
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:31 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3