EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   EQemu Login Server (https://www.eqemulator.org/forums/showthread.php?t=28887)

nosfentora 08-14-2009 10:22 AM

FYI the ports I have forwarded are
5996-6000,6999-7101,8999-9101,7776-8000 TCP and UDP

norsan 08-14-2009 10:28 AM

actually it is if remotely works then all communication is fine then you need to do the natfix in the wiki

nosfentora 08-14-2009 12:00 PM

yep - still 1017...

/stumped

norsan 08-14-2009 12:59 PM

i have no idea what to tell you it works perfectly for me sorry lol

nosfentora 08-15-2009 09:29 AM

No worries - thanks for the try!

norsan 08-17-2009 08:12 PM

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?

WildcardX 08-18-2009 12:40 AM

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.

KLS 08-18-2009 03:58 AM

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.

norsan 08-18-2009 06:02 AM

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

nosfentora 08-19-2009 11:23 AM

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!

pfyon 08-20-2009 11:01 AM

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?

bergalas 08-20-2009 06:57 PM

i use wine

gaeorn 08-21-2009 04:56 PM

Quote:

Originally Posted by pfyon (Post 177070)
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.

pfyon 08-22-2009 12:08 AM

Quote:

Originally Posted by erde (Post 174629)
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.

bergalas 08-22-2009 12:23 PM

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.


All times are GMT -4. The time now is 05:58 PM.

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