Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #76  
Old 08-14-2009, 10:22 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 377
Default

FYI the ports I have forwarded are
5996-6000,6999-7101,8999-9101,7776-8000 TCP and UDP
Reply With Quote
  #77  
Old 08-14-2009, 10:28 AM
norsan
Banned
 
Join Date: May 2009
Location: usa
Posts: 25
Default

actually it is if remotely works then all communication is fine then you need to do the natfix in the wiki
Reply With Quote
  #78  
Old 08-14-2009, 12:00 PM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 377
Default

yep - still 1017...

/stumped
Reply With Quote
  #79  
Old 08-14-2009, 12:59 PM
norsan
Banned
 
Join Date: May 2009
Location: usa
Posts: 25
Default

i have no idea what to tell you it works perfectly for me sorry lol
Reply With Quote
  #80  
Old 08-15-2009, 09:29 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 377
Default

No worries - thanks for the try!
Reply With Quote
  #81  
Old 08-17-2009, 08:12 PM
norsan
Banned
 
Join Date: May 2009
Location: usa
Posts: 25
Default

i ws looking through the source to this, and notice alot of todos is this not complete if so is it going to be actively developed?
Reply With Quote
  #82  
Old 08-18-2009, 12:40 AM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

There was a time when the LS source code rewrite was a priority but after our existing public LS was stabilized, I put the LS code you see now on the back burner and focused on other things I had going on at the time. This code wasn't really ready for use when KLS made it available to the community so there are a lot of known issues you are all going to have to work through to get the quality you are hoping for or expecting.
__________________
Read my developer notes at my blog.

Quote:
If it's not on IRC, it ain't l33t!
Reply With Quote
  #83  
Old 08-18-2009, 03:58 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Yeah I mean I provided it 'as is' incase anyone wanted to work on it or wanted an alternative to minilogin if they could get it to work. It's certainly not production ready but it works well enough in my opinion.

Figured it would be of better use than sitting on my hard drive collecting virtual dust.
Reply With Quote
  #84  
Old 08-18-2009, 06:02 AM
norsan
Banned
 
Join Date: May 2009
Location: usa
Posts: 25
Default

ok but its cool if someone picks it up and starts activly developing it right?

its got a few bugs aka issues that ive seen but nothing that cant be worked through if a few people work on it just gotta find the few people to do it lol.

for instance ive been tinkering with the bit that shows up down or the number of players thus far no luck but atleat now i know what doesnt work lol
Reply With Quote
  #85  
Old 08-19-2009, 11:23 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 377
Default

Gotcha - tbh i hadn't even looked at the source for it. Who knows - maybe i'll take a whack at it if i ever have time.

Thanks!
Reply With Quote
  #86  
Old 08-20-2009, 11:01 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Having issues connecting to my loginserver from my main computer. LS is running on ubuntu server 8.04, and compiled myself.

Code:
EQEmuLoginServer

  Using Port: 5998
  Dumping Inbound packets.
  Dumping Outbound packets.
  Tracing ON.
  Database Server: localhost
  Database Catalog: loginserver


[Error] Load of Security Library 'libEQEmuAuthCrypto.so' failed:
libEQEmuAuthCrypto.so: cannot open shared object file: No such file or directory
Security Module Load Failed.
Failed to open log file: logs/eqemu_debug_28142.log
[Debug] [COMMON__THREADS] Starting EQStreamFactoryReaderLoop with thread ID -1214366832
[Debug] [COMMON__THREADS] Starting EQStreamFactoryWriterLoop with thread ID -1222759536
[Debug] [WORLD__LS] Client (UDP) listener started.
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1231217776
Server (TCP) listener started.
New Client UDP connection from 192.168.1.101:2688
   0: 02 00 00 00 00 00 00 00 - 00 00 0B 00              | ............
Client OPCode:      184 Received
OP_Session_Ready
   0: 02 00 00 00 00 00 00 00 - 00 01 65 00 00 00 00 43  | ..........e....C
  16: 68 61 74 4D 65 73 73 61 - 67 65 00                 | hatMessage.
   0: 03 00 00 00 00 02 00 00 - 00 00 18 2D 2B 39 F4 7E  | ...........-+9.~
  16: 5D 96 5D 73 2B 87 38 9C - EE 17                    | ].]s+.8...
Client OPCode:      185 Received
OP_Login
   0: 03 00 00 00 00 02 00 00 - 00 00 18 2D 2B 39 F4 7E  | ...........-+9.~
  16: 5D 96 5D 73 2B 87 38 9C - EE 17                    | ].]s+.8...
Segmentation fault
The libEQEmuAuthCrypto.so file exists and has a symlink in the main directory to login_util/. Has anyone gotten this working reliably on linux?
Reply With Quote
  #87  
Old 08-20-2009, 06:57 PM
bergalas
Banned
 
Join Date: Aug 2009
Location: look behind you
Posts: 30
Default

i use wine
Reply With Quote
  #88  
Old 08-21-2009, 04:56 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Quote:
Originally Posted by pfyon View Post
Having issues connecting to my loginserver from my main computer. LS is running on ubuntu server 8.04, and compiled myself.

Code:
EQEmuLoginServer

  Using Port: 5998
  Dumping Inbound packets.
  Dumping Outbound packets.
  Tracing ON.
  Database Server: localhost
  Database Catalog: loginserver


[Error] Load of Security Library 'libEQEmuAuthCrypto.so' failed:
libEQEmuAuthCrypto.so: cannot open shared object file: No such file or directory
Security Module Load Failed.
Failed to open log file: logs/eqemu_debug_28142.log
[Debug] [COMMON__THREADS] Starting EQStreamFactoryReaderLoop with thread ID -1214366832
[Debug] [COMMON__THREADS] Starting EQStreamFactoryWriterLoop with thread ID -1222759536
[Debug] [WORLD__LS] Client (UDP) listener started.
[Debug] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1231217776
Server (TCP) listener started.
New Client UDP connection from 192.168.1.101:2688
   0: 02 00 00 00 00 00 00 00 - 00 00 0B 00              | ............
Client OPCode:      184 Received
OP_Session_Ready
   0: 02 00 00 00 00 00 00 00 - 00 01 65 00 00 00 00 43  | ..........e....C
  16: 68 61 74 4D 65 73 73 61 - 67 65 00                 | hatMessage.
   0: 03 00 00 00 00 02 00 00 - 00 00 18 2D 2B 39 F4 7E  | ...........-+9.~
  16: 5D 96 5D 73 2B 87 38 9C - EE 17                    | ].]s+.8...
Client OPCode:      185 Received
OP_Login
   0: 03 00 00 00 00 02 00 00 - 00 00 18 2D 2B 39 F4 7E  | ...........-+9.~
  16: 5D 96 5D 73 2B 87 38 9C - EE 17                    | ].]s+.8...
Segmentation fault
The libEQEmuAuthCrypto.so file exists and has a symlink in the main directory to login_util/. Has anyone gotten this working reliably on linux?
You need to set LD_LIBRARY_PATH to include the directory the libEQEmuAuthCrypto.so is in. Look at the startup scripts for the world server to see how to do this.
Reply With Quote
  #89  
Old 08-22-2009, 12:08 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Quote:
Originally Posted by erde View Post
Hi,

i ve tested this with debian x86 and got this error

Code:
[Error] Load of Security Library 'libEQEmuAuthCrypto.so' failed:
./libEQEmuAuthCrypto.so: undefined symbol: _ZN8CryptoPP20AllocatorWithCleanupIhLb0EE8allocate EjPKv
Security Module Load Failed.
compiles fine with some small modifications ( Debian x86, OS X 10.5.7 )

I dont expect a fix, this is just to inform you
Getting this error as well, what was the fix?

edit: Also, thanks gaeorn for the LD_LIBRARY_PATH help, got a startup script that gets as far as the above error now.
Reply With Quote
  #90  
Old 08-22-2009, 12:23 PM
bergalas
Banned
 
Join Date: Aug 2009
Location: look behind you
Posts: 30
Default

earlier in this thread, kls said she was reworking the lib file so that it would work beter for linux users thus far no fix i can see i just use wine.
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 02:09 AM.


 

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