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
  #1  
Old 09-01-2007, 07:23 AM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default Azone and Azone_eqg

Anyone got copies of these in binary (or source that will actually compile)? Linux is fine.

Would really appreciate it. I need to make some .map files.

Thanks in advance!
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote
  #2  
Old 09-01-2007, 01:01 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

..from my archives
http://66.159.225.58/eqemu/azone_eqg.zip

If you manage to compile this for windows, pls. send me the .exe

Thanks
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 09-01-2007 at 09:05 PM..
Reply With Quote
  #3  
Old 09-06-2007, 02:12 PM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

Thank you!

And unfortunately (in terms of this reply) I only use Linux.

I'd rather fight my problem, not the operating system /wink
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote
  #4  
Old 09-08-2007, 09:40 PM
Breea
Banned
 
Join Date: Aug 2007
Posts: 28
Default

Quote:
Originally Posted by gernblan View Post
Thank you!

And unfortunately (in terms of this reply) I only use Linux.

I'd rather fight my problem, not the operating system /wink
Woot! =) 100% agreed =P

Our server op actually tried running a full source of emu on windows server 2006 and linux fc 6, here is the unofficial results:

Average load of the Linux box (with me 10 boxing): 0.14 (this is 2x amd athelon processor, both boxes are identical).
Windouz server averaged about 42% cpu utilization.

That settled it for him.
Reply With Quote
  #5  
Old 09-08-2007, 10:19 PM
froglok23's Avatar
froglok23
Hill Giant
 
Join Date: May 2005
Location: Australia
Posts: 113
Default

Quote:
windows server 2006
Um either Windows 2003 or Windows 2008 do you mean?

-froglok
Reply With Quote
  #6  
Old 09-08-2007, 10:57 PM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

Quote:
Originally Posted by GeorgeS View Post
..from my archives
http://66.159.225.58/eqemu/azone_eqg.zip

If you manage to compile this for windows, pls. send me the .exe

Thanks
GeorgeS
Thank you, GeorgeS. Unfortunately, that's the incomplete source that will not compile. :(

Hopefully someone will come up with it so that we can start with the mapmaking
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote
  #7  
Old 09-08-2007, 11:15 PM
froglok23's Avatar
froglok23
Hill Giant
 
Join Date: May 2005
Location: Australia
Posts: 113
Default

What compile errors are you getting?

- froglok
Reply With Quote
  #8  
Old 09-09-2007, 12:13 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I know I have that somewhere, this may be what you want;
http://www.nahunta.org/~angelox/files/azone_eqg.tar.bz2
At one time I really wanted this badly because I had some "eqg" zones not only spawned, but near complete (lot of detail work), with no map files.
This Azone I got, does not make all eqg map files, but it's the best one ever posted to the public.
Maybe you can fix it up to work right
Reply With Quote
  #9  
Old 09-09-2007, 12:51 AM
Criimson
Hill Giant
 
Join Date: Sep 2006
Posts: 172
Default

Angelox
That is the same source code posted above I believe

I have gotten it to compile, but its giving me some errors still

Did you ever get it to build and use it on any zones?
Right now I'm trying to debug the segmentation fault it is giving me when i run it

Any help would be appreciated

Criimson
Reply With Quote
  #10  
Old 09-09-2007, 01:25 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I think what's going on is, like everything else (me included), it gets old and outdated. When it did compile, I was using an older distro of my Mandriva, which used an older version of gcc (I think it was a 3x version). I since lost that server, and started up a newer Mandriva, that uses 4x version of gcc.
I had the same problem compiling the source, would not compile on Mandriva 2007, but would on older distros. It does now, but I forgot how the hell I did that too.
There was a trick i could do with gcc; I would install older versions of gcc, and just keep the executables or links in the same place. I could rename whatever one I needed with the working version.
Reply With Quote
  #11  
Old 09-09-2007, 02:46 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

I've gotten it to compile with gcc 4.x, however, I also had the extra file it was missing, gl.h (OpenGL file, comes in mesa-common-dev on Debian apt-get)

The only problem is, it doesn't work for dumping the .ter file from an eqg, and i'm kind of stuck now, because it doesn't work on s3d files either. Any insight on what i'm doing wrong?
Reply With Quote
  #12  
Old 09-09-2007, 04:32 AM
Criimson
Hill Giant
 
Join Date: Sep 2006
Posts: 172
Default

Well I have one more class and then I start my programming courses. Hopefully they will be of some assistance.

Seems like if it was done for the s3d it is possible to do it for the eqgs, but right now I'm just doing a hit and miss kind of thing. Although, the process has been very informative and I am having fun

Criimson
Reply With Quote
  #13  
Old 09-09-2007, 08:13 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Running Fedora Core 4, with gcc 3.x, I get azone to compile with a boat load of warnings, but it does make the executable. However, running it on (say) draniksewersc.eqg abruptly terminates in "Segmentation Error", and that's it. No other infos.

I am excited to see so many interested in solving this!
Reply With Quote
  #14  
Old 04-28-2008, 06:28 PM
HyperionCantos
Fire Beetle
 
Join Date: Apr 2007
Posts: 3
Default Azone kinda working

I recently installed MinGW with Msysto run it. MinGW in the Gcc port for windows, msys is a posix terminal for windows. I don't use linux so it didn't work to good at first. The Makefile.gcc has an error in it for my runtime and had trouble finding the ntohl() function, ended up building my own. I made a map file of befallen, it differs from the original by only 12bytes. Gonna build a full set and try them out. Don't have eqemu running on my laptop yet ad its now my primary computer. Once I get it stable I'll post the binaries and repost the source.

Best of luck.
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 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