Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 82
Search took 0.00 seconds; generated 81 minute(s) ago.
Search: Posts Made By: erde
Forum: Support::Packetcollector 10-06-2009, 04:58 PM
Replies: 14
Views: 50,336
Posted By erde
I have managed to compile both ;) My test setup...

I have managed to compile both ;) My test setup seems to work create with the SOF-client on my home server. Currently the eqextractor uses a little hack to work. i will cleanup the source and provide...
Forum: Support::Packetcollector 10-06-2009, 03:50 PM
Replies: 14
Views: 50,336
Posted By erde
Nevermind, got the collector working!

Nevermind, got the collector working!
Forum: Support::Packetcollector 10-06-2009, 08:44 AM
Replies: 14
Views: 50,336
Posted By erde
looking for old PFs for EqExtractor

Hi,

i ve started to play around with the EqExtractor source and managed to compile it without errors.

Can someone provide me with an old pf log to test the eqextractor?
( i ve tried wireshark...
Forum: Development::Server Code Submissions 10-02-2009, 02:18 PM
Replies: 3
Views: 9,386
Posted By erde
Hi tested this patch with FreeBSD-7.2 still...

Hi

tested this patch with FreeBSD-7.2 still works fine and is needed ;)
Forum: Development::Server Code Submissions 07-23-2009, 11:03 AM
Replies: 2
Views: 6,476
Posted By erde
Ups, forgot the description ;) This is a fix...

Ups, forgot the description ;)

This is a fix to compile the Login Server under Linux.
Forum: Development::Server Code Submissions 07-22-2009, 01:23 PM
Replies: 2
Views: 6,476
Posted By erde
EQEmuLoginServer compile patch

a small compile fix

diff (http://www.quadfreunde-ergoldsbach.de/eqemu/login.dif)
Forum: Support::General Support 07-20-2009, 10:27 AM
Replies: 5
Views: 6,374
Posted By erde
Error adding local account for LS login:...

Error adding local account for LS login: 'the_hinge1', duplicate name?

Do you have used the Public Login on EQEmulator.net and now a local Login Server? If this is the case you must change the id...
Forum: Development::Development 07-17-2009, 02:59 PM
Replies: 115
Views: 141,068
Posted By erde
I dont know whats wrong! I've test the login...

I dont know whats wrong! I've test the login server with Windows XP Prof and Windows Server 2003 Enterprise. Works without any errors!

Sorry, i am out of ideas.
Forum: Development::Development 07-17-2009, 01:03 PM
Replies: 115
Views: 141,068
Posted By erde
I have the following files in my login directory ...

I have the following files in my login directory


Error 126 means ERROR_MOD_NOT_FOUND

I think you miss a dependency of the dll.

after a bit of googling i found this =>...
Forum: Development::Development 07-17-2009, 10:54 AM
Replies: 115
Views: 141,068
Posted By erde
Works fine here. EQEmuAuthCrypto.dll must be...

Works fine here.

EQEmuAuthCrypto.dll must be in the same place where your exe is.
Forum: Development::Development 07-16-2009, 03:51 PM
Replies: 115
Views: 141,068
Posted By erde
Hi, i ve tested this with debian x86 and got...

Hi,

i ve tested this with debian x86 and got this error



compiles fine with some small modifications ;) ( Debian x86, OS X 10.5.7 )

I dont expect a fix, this is just to inform you
Forum: Support::Linux Servers 05-09-2009, 04:09 AM
Replies: 6
Views: 8,836
Posted By erde
INT_MAX is defined in limits.h. i think there is...

INT_MAX is defined in limits.h. i think there is a
#include <limits.h>
missing.

http://en.wikipedia.org/wiki/Limits.h
Forum: Development::Server Code Submissions 05-07-2009, 03:44 AM
Replies: 31
Views: 33,389
Posted By erde
Script update - set the path to mysql_config...

Script update
- set the path to mysql_config works now
--with-mysql=/path/to/mysql_config

- found install bug
only eqemu_config.xml.full gets installed,
to prevent overwrite of an...
Forum: Development::Server Code Submissions 05-07-2009, 03:38 AM
Replies: 3
Views: 9,386
Posted By erde
FreeBSD compile fix

Tested with Freebsd 7.0.1 i386 and OS X


Index: common/Mutex.cpp
===================================================================
--- common/Mutex.cpp (Revision 473)
+++...
Forum: Development::Server Code Submissions 05-06-2009, 07:38 AM
Replies: 9
Views: 9,679
Posted By erde
Like that? ...

Like that?
http://quadfreunde-ergoldsbach.de/bilder/dynamic.jpg


Index: world/EQW.cpp
===================================================================
--- world/EQW.cpp (Revision 473)...
Forum: Development::Server Code Submissions 05-06-2009, 03:36 AM
Replies: 9
Views: 9,679
Posted By erde
I cant look into the log file currently, i am at...

I cant look into the log file currently, i am at work. But do you mean the process id? To be able to attach to the process and debug?

I am not a win or linux system programmer, but i think nothing...
Forum: Development::Server Code Submissions 05-06-2009, 03:18 AM
Replies: 31
Views: 33,389
Posted By erde
It does, when i remember right there is one...

It does, when i remember right there is one compile error, but not hard to fix.
Forum: Development::Server Code Submissions 05-03-2009, 06:39 AM
Replies: 31
Views: 33,389
Posted By erde
I have update the archive with a new prepare.sh...

I have update the archive with a new prepare.sh script, that creates the missing directory.

Currently in the works:
- options to specify the path to mysql_config
- cleanups
- comments
Forum: Development::Server Code Submissions 05-03-2009, 06:10 AM
Replies: 31
Views: 33,389
Posted By erde
It looks like the m4 directory wasnt created....

It looks like the m4 directory wasnt created. normally "autoreconf -fi" should create it.

could you rerun "autoreconf -fi" in the root source dir, if there is no m4 directory
create one with...
Forum: Support::Linux Servers 05-03-2009, 03:21 AM
Replies: 4
Views: 6,286
Posted By erde
gcc hompage with optimization flags link...

gcc hompage with optimization flags link (http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options)
Forum: Support::Linux Servers 05-03-2009, 02:58 AM
Replies: 4
Views: 6,286
Posted By erde
open world/makefile look for this line: ...

open world/makefile
look for this line:
COPTS=$(WFLAGS) -g -march=i686 -O -pthread -pipe -I../common/SocketLib \
-DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD $(DFLAGS) $(MYSQL_FLAGS) $(PERL_FLAGS)
...
Forum: Development::Server Code Submissions 05-03-2009, 02:46 AM
Replies: 31
Views: 33,389
Posted By erde
can you tell me what doesnt work? maybe post the...

can you tell me what doesnt work? maybe post the config.log
Forum: Development::Server Code Submissions 05-01-2009, 10:33 AM
Replies: 31
Views: 33,389
Posted By erde
Update the archive! There was a problem with the...

Update the archive! There was a problem with the --with-loglevel option
Forum: Development::Server Code Submissions 05-01-2009, 10:32 AM
Replies: 31
Views: 33,389
Posted By erde
You could try this: CC=gcc-4.0 CPP=cpp-4.0...

You could try this:
CC=gcc-4.0 CPP=cpp-4.0 ../configure
Forum: Development::Server Code Submissions 04-30-2009, 05:05 PM
Replies: 31
Views: 33,389
Posted By erde
Feel free to do what ever you want with this. I...

Feel free to do what ever you want with this. I ve made this for the eqemu community.*
Showing results 26 to 50 of 82

 
Forum Jump
   

All times are GMT -4. The time now is 10:41 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3