Quote:
wound up reading a lot since midnight lol.:-D |
5998 for titanium 5999 for uf+
If theres no servers, try to relog. Or you're pointing to your own login server, |
Quote:
Ok I see my server in the list now but it says its DOWN, I followed everything to a tee I thought is there something I missed that's really simple? I made a server account on the web page, but I don't see it on the server list. here is what I have done plz correct me. <world> <shortname>kirkys</shortname> <longname>kirkys</longname> <loginserver1> <host>login.eqemulator.net</host> <port>5998</port> <account></account> <password></password> </loginserver1> <loginserver2> <host>192.168.2.15</host> <port>5998</port> <account></account> <password></password> </loginserver2> [database] host = localhost port = 3306 db = peq user = root password = eqemu subsystem = MySQL [options] unregistered_allowed = TRUE reject_duplicate_servers = FALSE trace = TRUE world_trace = FALSE dump_packets_in = FALSE dump_packets_out = FALSE listen_port = 5998 local_network = 192.168.2.15 auto_create_accounts = TRUE [LoginServer] Host=192.168.2.15:5998 Live Statistics *Worldserver Name: kirkys *Server Version: [U] *Server Status: locked Server Information *Registered Name: Kirkys *Server Type: PvE *Class: Standard *Server Owner: goddest *Website: Not Available *Description: Not Available |
No start_zones entry in database, using defaults
[World Server] Attempting autobootup of tutorialb (189:0) [World Server] No zoneserver available to boot up. |
Quote:
Nvm Thanks For comments and help and for the eqemulator akka works great now!:D:D +rep. |
Where is database
I don't think my database is being installed in the correct directory. After starting the start batch, it shows World: UP Zones (counts from 1 to 30) then shows World: Down. This repeats infinitely and the server never appears on the server select. Additionally I cannot find hte DB in HeidiSQL
What is the default install directory for the database? Edit: It seems everything located at raw.githubusercontent.com/EQEmu/Server/Master... fails to find the path specified and does not install, which looks like is pretty much the entire database Edit2: I was able to find the database from the manual installation and get it installed, Now when i try to load the server, world.exe spams Missing update XXXX Cannot find path to file specified over and over for many different files. This evenually ceases and server appears on server select however always CTD when trying to enter the world. https://s29.postimg.org/4rggjovtj/Capture.png |
Quote:
http://wiki.eqemulator.org/p?Akkas_P...ller&frm=Main# also create a login server account this is separate from the web page login. also make sure your eqemu_config.xml file looks like this: <?xml version="1.0"> <server> <world> <shortname>Kirkys</shortname> <longname>kirkys family server</longname> <address>192.168.2.15</address> <localaddress>127.0.0.1</localaddress> <loginserver1> <host>login.eqemulator.net</host> <port>5998</port> <account></account> <password></password> </loginserver1> <loginserver2> <host>192.168.2.15</host> <port>5998</port> <account></account> <password></password> </loginserver2> <tcp ip="127.0.0.1" port="9000" telnet="enable"/> <key>jRwr2b906I1tZluagA9iFzYl8IwTz6E</key> <http port="9080" enabled="true" mimefile="mime.types" /> </world> <chatserver> <host></host> <port>7500</port> </chatserver> <mailserver> <host></host> <port>7500</port> </mailserver> <zones> <defaultstatus>0</defaultstatus> <ports low="7000" high="7400"/> </zones> <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>eqemu</password> <db>peq</db> </database> <qsdatabase> <host>localhost</host> <port>3306</port> <username>root</username> <password>eqemu</password> <db>peq</db> </qsdatabase> <webinterface> <port>9081</port> </webinterface> <launcher> </launcher> <files> </files> <directories> </directories> </server> these 2 lines are missing from the eqemu_config.xml so add them in. <address>192.168.2.15</address> <localaddress>127.0.0.1</localaddress> |
I added those two lines (changing address to my internal IP). Does not seem like I instantly CTD, however now it just hangs at enter world and does not load in.
Update error remains unchanged. |
Quote:
Are you using windows x64? Did you change the login.ini to your ip? Also you may need to delete restart from scratch from the link provided make sure you create a world server account this is different from logging in to the forums. before you start from scratch copy paste here your eqeum_config.xml so I can see what u have imput also ur login.ini or private message me. |
config files
I had not input my IP in login.ini, it was not in Akka's instructions :(. Unfortunately after changing that my client still freezes after hitting enter world. This is not a clean install of windows and I am using Windows 10 x64.
eqemu_config.xml Code:
<server> Code:
[database] |
Quote:
Also when you downloaded the installer did you first create a folder called EQEmuServer and did you open the installer.rar file & extract all the files to this folder? |
http://imageshack.com/a/img923/7443/7wpvO6.png
this is what your folder should look like after u have run the eqemu_install.bat file as administrator one more thing make sure to right click folder properties and uncheck read only before running the eqemu_install.bat |
Quote:
Can anyone point me to where I can find all the missing files? Thanks! |
Your guys' MySQL/MariaDB installation is not having a path reference in the installer, what version of Windows are you using
|
Hey Akka - Win 10 here. Thanks for the installers and all the hard work. I will check around and try a few different things with MariaDB today and see if I can get it going.
|
FYI
Windows 2016 test today. Noticed a few things that were funky. I'm completely familiar with the manual setup of EQ, as I've done this a few hundred times. https://i.imgur.com/hYUgHnw.png During the automated install I noticed the database didn't have the correct player_tables sourced in. I manually sourced the player tables in the zip that the installer pulls, still didn't contain the correct data. I then grabbed the weekly from PEQ directly (peqbeta_2017-02-22-02-01.tar.gz) and sourced everything manually. The correct tables showed. Not sure if I made a mistake somewhere (Possible) but wanted to bring this to akkadius' attention. See below: Akka's installer .zip sourced. https://i.imgur.com/WgdLikG.png See below: PEQ Weekly manually downloaded and sourced. https://i.imgur.com/C7afkip.png Can see there's missing tables in peqbeta.sql/player_tables.sql as compared to peqbeta_2017-02-22-02:01.sql/player_tables_2017-02-22-02:01.sql Just an observation, is anyone else having this issue or just me? |
Does https://github.com/EQEmu/Server/comm...2dea91630b4cbd get after the issue?
|
Guess he already caught it.
Well disregard lol. Was a fresh install using the script this morning. Figured I'd bring it to attention. |
Okay so I've been trying to setup a server since yesterday. Went through the link shown in the Getting Started Guide that is shown on the main page (which is the Complete Windows-based Server Setup Guide, but that broke down at the SVN Checkout phase. Then I found the Akka Server Setup Install linked here and that actually got everything setup in just a few moments (great work on that).
My issue now is when I run the t_start_server.bat or the t_start_server_with_login_server.bat I'm getting this weird loop where it starts out at 0/30 zones then gets to 30/30 zones and then restarts the process over and over. I see a few windows pop up but nothing else. I went through every step outlined in the guide even though I guess eqemu_update.pl has been replaced with eqemu_server.pl? I didn't see that mentioned in the guide :/. Anyway, I'm currently stuck in this loop. Hoping someone else has dealt with this and figured it out. Any help would be greatly appreciated. Sorry if this has been asked before, but there are so many "guides" and "wiki pages" that seem to be out of date now that I was hoping to get some info straight from the source. |
Installer is broken due to PEQ being moved recently. Have patience and I'll fix it when I have a moment, I've been on vacation and I'll update when it's fixed
|
Thanks Akkadius. I appreciate the quick response. Just wanted to make sure I didn't skip something important. Certainly no rush on my account. Please, enjoy your vacation!
|
I fixed the PEQ dumps.
I've also tested the installer again, it seems to be happy now. http://i.imgur.com/WA01oZa.png Let me know if you guys run into anything else. |
Well, just for verification purposes, I spun up a new VM (2k12) and it installed just fine.
No issues I can see. https://i.imgur.com/TxElYfH.png thanks bruh |
I can confirm all my issues have now been fixed. Thank you so much for the speedy fix Akkadius!
|
Mercenaries
Good evening -
Details: - In-house Server (only for local lan play) - ROF2 client - Windows 10 x64 Pro Server - Using latest PEQ database I'm wondering if anyone using Akka's Win Server installer has Mercenaries working? Upon trying initially I was unable to get the Mercenary Vendors to even acknowledge a right click to bring up a vendor window. I ran the SQL against PEQ and was able to get the merchant window to appear <code>UPDATE `peq`.`npc_types` SET `class`='71' WHERE `lastname` LIKE '%Mercenary Liaison'; </code> Needless to say I see posts that it is possible to do this but I'm looking for a step by step or hyperlink that addresses this further as I've so far been unable to find one that directly applies. To those that ask why not use BOTS is that I'm wanting the ability to generate Mercs instead of Bots... Originally I found this site http://www.eqemulator.org/forums/showthread.php?t=40713 and only the last statement worked against the database. TIA, Ruldain P.S. - Love the work done so far on this - 17 year fan of EQ |
Question.
I am trying to use Akkadius sever self-install on friends PC which runs Windows Vista and install doesn't seem to ever finish - even after an hour of running. I know Vista is a crapy os, but this what I have to work with, does self-install even works on Vista? Thanks! |
I honestly don't know...
Have you tried downloading newer runtimes? |
Sorry no, I will try. ;)
I didn't had much time to play with it, was hopping auto-installer to take care of that ;) I do realize Vista probably wasn't even considered as server platform ;) |
After running the t_start_server.BAT
I got this error. http://i.imgur.com/FjI6a93.png I installed everything at some point while running the Server setup I got this error http://i.imgur.com/88UUafO.png Help? What do I do? |
Imma just uninstall everything and retry. ill let you guys know if anything changes.
|
Quote:
It looks like you are, it is not supported by the launcher. Compatibility: - Windows 7 - x64 - Windows 8 - x64 - Windows Server 2012 - x64 |
Quote:
I got a server up and running now. Thanks a ton. this is super cool. |
Quote:
|
Windows binaries have been updated to include the glm library update.
|
I am a mere mortal who does not understand networking at all. I have followed the instructions to the letter and read all of these replies. I can't get my Titanium client to connect to the server. It just stays on "patching..." Any help is appreciated.
I have created a shortcut with patchme after the target. I also attempted to add those address lines to my config.xml but it caused some kind of weird loop error when starting the server. The address lines were not there without me adding them (as you will see below). Here are my files as of right now: login ini: [database] host = localhost port = 3306 db = peq user = root password = eqemu subsystem = MySQL [options] unregistered_allowed = TRUE reject_duplicate_servers = FALSE trace = TRUE world_trace = FALSE dump_packets_in = FALSE dump_packets_out = FALSE listen_port = 5998 local_network = 10.0.0.24 auto_create_accounts = TRUE [security] plugin = EQEmuAuthCrypto mode = 5 [Titanium] port = 5998 opcodes = login_opcodes.conf [SoD] port = 5999 opcodes = login_opcodes_sod.conf [schema] account_table = loginserver_server_accounts world_registration_table = loginserver_world_server_registration world_admin_registration_table = loginserver_server_admin_registration world_server_type_table = loginserver_server_list_type eqemu_config: <?xml version="1.0"> <server> <world> <shortname>Widowmaker</shortname> <longname>Widowmakers Realm</longname> <loginserver1> <host>login.eqemulator.net</host> <port>5998</port> <account></account> <password></password> </loginserver1> <loginserver2> <host>10.0.0.24</host> <port>5998</port> <account></account> <password></password> </loginserver2> <tcp ip="127.0.0.1" port="9000" telnet="enable"/> <key>l6ZkKz74UcNqp1oo6i0JjPyYU5GCLGp</key> <http port="9080" enabled="true" mimefile="mime.types" /> </world> <chatserver> <host></host> <port>7500</port> </chatserver> <mailserver> <host></host> <port>7500</port> </mailserver> <zones> <defaultstatus>0</defaultstatus> <ports low="7000" high="7400"/> </zones> <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>eqemu</password> <db>peq</db> </database> <qsdatabase> <host>localhost</host> <port>3306</port> <username>root</username> <password>eqemu</password> <db>peq</db> </qsdatabase> <webinterface> <port>9081</port> </webinterface> <launcher> </launcher> <files> </files> <directories> </directories> </server> EQ Host: [LoginServer] Host=10.0.0.24:5999 (I have also tried 5998) I am using the downloadable installer that was updated as of today. But I also had this same issue with the one available yesterday. No errors are reported when I run the server with login, except this one in EQEmu Login Server: "[Error HandleNewLSInfo error, remote address was null, defaulting to stream address 10.0.0.24." The address lines I tried (from earlier posts in here) was: <address>10.0.0.24</address> <localaddress>127.0.0.1</localaddress> I started to have the weird loop problem after I added this. Did not seem to matter where I added it. Any help is appreciated. I would love to play EQ in my own server. |
If it says `patching,` then this part of the problem isn't in your config.
http://wiki.eqemulator.org/p?Play_Gu...ating-shortcut |
Thank you. I knew I was missing something simple. I was trying to run the game from the everquest.exe, not eqgame.exe (in my defense it has been like 10 years since I played). I switched and then connected but could not see my server in the realmlist. Then I switched the eqhost to 5998. It appears to be working now. Appreciate your help!
|
If the game actually did patch, you will need to re-install the game client.
You can try the shortcut before going through all of that, though. |
It never actually patched, so no problem there. Thank you again for making me see my problem. Also, thanks to Akkadius for making this sweet, sweet installer.
|
Thank you
TLDR; I probably just need to be pointed to a beginners guide for dummies, but can't find one.
I am a long-time EQ player who is now an EQ emulator player, and hope to create a custom server as an artistic outlet. I have zero experience with anything related to what's needed to begin creating. I got the server up and running (Windows 7, 64 bit), and after a little fumbling I was able to get a fresh titanium install connected to my server via EQemulator (couldn't figure out LAN, but not 100% sure why I'd need it at this point). This process was well-written and I really appreciate it! The game looks and feels excellent. Now I feel I am kind of on a wild goose chase. There is a ton of information out there, but I don't know how to take the first step toward creating. Working on making my char a GM, and getting connected to EQEmu Operations Center for Development. Slowly discovering more and more though. Thank you again for all your hard work! |
All times are GMT -4. The time now is 09:56 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.