Go Back   EQEmulator Home > EQEmulator Forums > General > General::News

General::News EQemu news posts.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-19-2015, 09:39 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I'll be the first to admit that I don't know much about Akkadius's repack...

If you didn't find either *.conf file, then it may not be setup by default to run RoF+ clients..someone else will have to verify that.


As far as whether those *.conf files are registered in the repack, check this file in your local repository:
https://github.com/EQEmu/Server/blob...es/patches.cpp

Both functions need to have the StructStrategy method calls for the client that you are attempting to use.

If they are not present, you should be able to add them, recompile and then copy over the new binary files to the
repack's server directory.

As this now makes your content 'custom,' I don't know how updates to the repack are handled and you may need to ask
some more questions.


IF they are present in your local copy, then there are still some other issues that need to be addressed..but, we need to
first determine if those methods are being called.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #2  
Old 04-19-2015, 09:46 PM
Stabones
Fire Beetle
 
Join Date: Oct 2013
Location: United States
Posts: 17
Default

markusdabrave tried Titanium, UF, and RoF. Titanium and UF worked. RoF did not.

Maybe I'll just need to compile myself.
Reply With Quote
  #3  
Old 04-19-2015, 11:42 PM
markusdabrave's Avatar
markusdabrave
Sarnak
 
Join Date: Jan 2012
Location: Plano, TX
Posts: 70
Default

I learned the hard way - read the entire thread
Reply With Quote
  #4  
Old 04-22-2015, 08:58 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by markusdabrave View Post
I learned the hard way - read the entire thread
It's the only major thing not in the repack.

It's a hell of a lot better than the alternative, doing it all from scratch having no clue what you're doing.

Even if you do know what you're doing, people get hung up on many stupid things.

The repack is definitely a massive time saver.

I really don't feel like spending 10 hours going through and getting everything just weeded out just right and tested on several platforms to change one small thing to build another repack.
Reply With Quote
  #5  
Old 04-22-2015, 08:56 PM
SoltanHeatwave
Hill Giant
 
Join Date: Nov 2013
Location: Eastern US
Posts: 120
Default

Also make sure the C:\program files\mariadb 10.0\bin precedes the C:\program files\mariadb 10.0\ statement. Otherwise the search will stop in the C:\program files\mariadb 10.0\ folder and will not search the \bin folder. At that point it will error out. Old DOS trick and problem. The repack installs both path statements, but it doesn't install the \bin statement first. Well, it didn't in my installation.
Reply With Quote
  #6  
Old 04-22-2015, 09:09 PM
SoltanHeatwave
Hill Giant
 
Join Date: Nov 2013
Location: Eastern US
Posts: 120
Default

I think the Repack is great. Vsab brought the variable solution to me.

I was just letting everyone know that if they do have this problem to check the path statement to make sure the \bin precedes the other mariadb path statement. You shouldn't have to change it not even implying that you should.

I just wanted anyone who is running into this problem and don't have any xp in the old dos path environment to know what to look for.

The correction is a simple one.

Just add \bin to the first mariadb path statement and delete it from the other one.

Takes longer to find it in the path than to correct it.

Last edited by Akkadius; 04-22-2015 at 09:21 PM..
Reply With Quote
  #7  
Old 05-01-2015, 02:33 PM
Qwan
Fire Beetle
 
Join Date: Oct 2014
Posts: 1
Default Fresh Install - No servers listed

Hello...

I have a fresh install using Titanium client. I can launch the server just fine, get the four console windows as expected. When I try running the client, I can't see any servers and login fails. Anyone have a clue as to what may be the problem?
Reply With Quote
  #8  
Old 05-02-2015, 10:20 AM
karekiz03
Fire Beetle
 
Join Date: Jul 2011
Posts: 1
Default

I got it up and running, but when I restarted the installer tried to re-install on bootup. Anyway to kill the installer from launching on restart?

Running Windows 7 64-bit

*Edit: Fixed it, was problem with corrupted registry on startup. Used Fixit to fix the registry.
Reply With Quote
  #9  
Old 07-06-2015, 10:05 PM
jy02206993
Fire Beetle
 
Join Date: Nov 2007
Posts: 10
Default

It is a so great work.thank you,Akkadius.But can i get another download address?I can't download it from the address which you supplied.The GFW is so strong.
Anyway ,thank you all the same.
Reply With Quote
  #10  
Old 07-09-2015, 12:36 PM
Crowley
Fire Beetle
 
Join Date: Jan 2009
Location: Memphis,TN
Posts: 2
Default

Not sure this is the right place to post this, but I as well was trying to dabble in the setting up my own server. I did the install of Akka's PEQ repack, and everything works great as far as running the server, being able to log in (through the eqemu login server). I was even able to change the name based on the notes provided. The one thing I am confused on is being able to edit the tables. I have basic database familiarity, but I always have a server address/tns to which to connect along with my username/schema and password. I tried opening the HeidiSQL but it wants me to try to set up the session and I don't seem to have much direction on that. I tried using the my.ini to load settings, as well looking in the file to try to use some of the values but that seems to fail.
I tried running the MySQL Client (Maria DB 10.0) directly but it prompts for a password, which I do not have.

Does anyone have links to where I can find more information on editing the db for this? I tried looking around on the wiki, but i am missing any details around this. So far my searches so far are not turning up anything which is getting me the details i need as well, but I may be searching for the wrong keywords.
Reply With Quote
  #11  
Old 07-09-2015, 01:32 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Quote:
Originally Posted by Crowley View Post
Not sure this is the right place to post this, but I as well was trying to dabble in the setting up my own server. I did the install of Akka's PEQ repack, and everything works great as far as running the server, being able to log in (through the eqemu login server). I was even able to change the name based on the notes provided. The one thing I am confused on is being able to edit the tables. I have basic database familiarity, but I always have a server address/tns to which to connect along with my username/schema and password. I tried opening the HeidiSQL but it wants me to try to set up the session and I don't seem to have much direction on that. I tried using the my.ini to load settings, as well looking in the file to try to use some of the values but that seems to fail.
I tried running the MySQL Client (Maria DB 10.0) directly but it prompts for a password, which I do not have.

Does anyone have links to where I can find more information on editing the db for this? I tried looking around on the wiki, but i am missing any details around this. So far my searches so far are not turning up anything which is getting me the details i need as well, but I may be searching for the wrong keywords.
Assuming you're trying to log into the database from the local machine, all you need is the password from the eqemu_config.xml file.
__________________
Clumsy's World: Resurgence [2019-Present]
Clumsy's World 2.0 [2014-2016]
Clumsy's World [2006-2012]
Reply With Quote
  #12  
Old 07-28-2015, 03:29 PM
aoneone81
Fire Beetle
 
Join Date: Sep 2011
Location: Southern California USA
Posts: 14
Default

Hi, im trying to uninstall akka's peq repack but after restarting my computer, i get this strange window that says its trying to install it again. I made sure the *.msi isn't even located anywhere yet it asks for it? What the heck is going on.. freakin virus wannabe :(
Reply With Quote
  #13  
Old 07-28-2015, 04:31 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by aoneone81 View Post
Hi, im trying to uninstall akka's peq repack but after restarting my computer, i get this strange window that says its trying to install it again. I made sure the *.msi isn't even located anywhere yet it asks for it? What the heck is going on.. freakin virus wannabe :(
It is recommend that you use a Virtual Machine if you do not want this repack to affect your main operating system as uninstalling does not always work the best for some people
Reply With Quote
  #14  
Old 07-28-2015, 07:44 PM
knowom's Avatar
knowom
Discordant
 
Join Date: Jun 2006
Posts: 371
Default

Could always try CCleaner might be able to clean registry and fix uninstall problems works wonders for a lot of stuff for me at least.
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote
  #15  
Old 08-03-2015, 01:00 AM
Ozium
Sarnak
 
Join Date: Aug 2009
Location: n/a
Posts: 67
Default

got some errors after win 10 upgrade, so tried repair from msi but get

error 2503: called runscript when not marked in progress
error 2502: called installfinalize when no install in progress
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 On

Forum Jump

   

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