Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 212
Search took 0.01 seconds.
Search: Posts Made By: jdoran
Forum: Support::Linux Servers 11-18-2018, 07:57 PM
Replies: 6
Views: 3,906
Posted By jdoran
Perfect! Thanks again.

Perfect! Thanks again.
Forum: Support::Linux Servers 11-18-2018, 03:17 PM
Replies: 6
Views: 3,906
Posted By jdoran
While I'm thinking of it, where are the databases...

While I'm thinking of it, where are the databases obtained?

I see the PEQ quests on GitHub.

The old Google Docs pages are gone, sadly.

Do people just use the binary installer, and then clone...
Forum: Support::Linux Servers 11-18-2018, 03:15 PM
Replies: 6
Views: 3,906
Posted By jdoran
Thanks, I'll clone into a new folder and try that...

Thanks, I'll clone into a new folder and try that workflow.
Forum: Support::Linux Servers 11-18-2018, 02:33 PM
Replies: 6
Views: 3,906
Posted By jdoran
I found what I did earlier. It was a pain to...

I found what I did earlier. It was a pain to track down, but I edited the CMakeCache.txt and added the LUA 5.1 paths manually. I'm sure there is a better way to do it, but I don't use cmake for my...
Forum: Support::Linux Servers 11-17-2018, 09:52 PM
Replies: 6
Views: 3,906
Posted By jdoran
Rebuilding from GIT

I have been away from EQEMu for a while now, and wanted to rebuild from GIT. I cloned the repository, and believe I have all of the dependencies installed.

I am running into an old problem.

I...
Forum: Support::Linux Servers 02-18-2017, 09:15 PM
Replies: 6
Views: 4,812
Posted By jdoran
I did run shared_memory, so that wasn't it. A...

I did run shared_memory, so that wasn't it. A missing database change could be responsible. Or one of my code changes -- although I think that I would have backed it out.
Forum: Support::Linux Servers 02-16-2017, 09:41 PM
Replies: 6
Views: 4,812
Posted By jdoran
Shared just loads them, doesn't say anything...

Shared just loads them, doesn't say anything else. Unless there is a switch that I don't know about.

After rebuilding, the server is functional, so nothing was wrong with the item database. But...
Forum: Support::Linux Servers 02-16-2017, 07:49 PM
Replies: 6
Views: 4,812
Posted By jdoran
I would need to figure out how ccmake works in...

I would need to figure out how ccmake works in that case. It seems to me that my source directory is my build directory, but that probably isn't the case.

It is frustrating to spend a substantial...
Forum: Support::Linux Servers 02-16-2017, 03:52 PM
Replies: 6
Views: 4,812
Posted By jdoran
Not sure what has changed ... (build issue)

It has been around 6 months since I've had time to work on this server (which has custom quest generation code that I am experimenting with).

Now when I start it, none of the inventory items are...
Forum: Support::Linux Servers 02-15-2017, 08:26 PM
Replies: 4
Views: 4,017
Posted By jdoran
My server binaries are custom, and I am a bit...

My server binaries are custom, and I am a bit behind the current source version. I simply cannot get my own work done and integrate updates as they come in. So I work for a while, and then merge...
Forum: Support::Linux Servers 02-14-2017, 08:01 PM
Replies: 4
Views: 4,017
Posted By jdoran
Cannot download eqemu_update.pl

The last time I sync'd with git I pulled down code that needed a database update. The sql is in the required folder, but the database is not patching.

I fired up eqemu_update and used option 3...
Forum: Support::Windows Servers 09-27-2016, 07:54 PM
Replies: 4
Views: 2,989
Posted By jdoran
If the client cannot find a model for something,...

If the client cannot find a model for something, human it is!
Forum: Support::Windows Servers 07-25-2016, 09:33 PM
Replies: 12
Views: 4,712
Posted By jdoran
You might want to follow the guides, get a server...

You might want to follow the guides, get a server working, and then go off on your own. At that point keep a backup of the working code/data and compare to new code/data when problems arise.
Forum: Support::Linux Servers 07-08-2016, 06:58 PM
Replies: 14
Views: 6,306
Posted By jdoran
I'm not seeing anything sent to Logs::Launcher. ...

I'm not seeing anything sent to Logs::Launcher. I can send things to Logs::Login_Server

The ZoneLaunch constructor is never ran.

WorldServer OnConnected runs approx 1Hz

After everything...
Forum: Support::Linux Servers 07-07-2016, 09:29 PM
Replies: 14
Views: 6,306
Posted By jdoran
You may be right. There was no context issue...

You may be right. There was no context issue before (just to be clear). But this is different.

It would help if I had more debugging. I put a 3 in the appropriate fields for Launcher in...
Forum: Support::Linux Servers 07-07-2016, 08:59 PM
Replies: 14
Views: 6,306
Posted By jdoran
Found it. Shared memory needed to be rebuilt. ...

Found it. Shared memory needed to be rebuilt. I was going a bit nuts trying to figure out where "spells" was initialized.

I thought that eqlaunch actually launched the zones. But I'm not...
Forum: Support::Linux Servers 07-07-2016, 07:49 PM
Replies: 14
Views: 6,306
Posted By jdoran
Grr. I have my binaries in another directory. ...

Grr. I have my binaries in another directory. Guess I need to shuffle things around.

Guess I need to party like its 9097

EDIT: Back to the crash issue. I don't think it is related to my...
Forum: Support::Linux Servers 07-07-2016, 07:35 PM
Replies: 14
Views: 6,306
Posted By jdoran
Oh, and yes I did hit 3 several times. And I...

Oh, and yes I did hit 3 several times. And I restarted "world". Oddly enough the binary revision / local: ( / 1000). The database is reported as up to date.
Forum: Support::Linux Servers 07-07-2016, 07:33 PM
Replies: 14
Views: 6,306
Posted By jdoran
Um.... make does recompile everything. "make...

Um.... make does recompile everything. "make clean followed by make was done"
(Of course you Windows guys wouldn't know that... I forget these things)
Forum: Support::Linux Servers 07-07-2016, 07:21 PM
Replies: 14
Views: 6,306
Posted By jdoran
Well I have the following in my CMakeLists: ...

Well I have the following in my CMakeLists:
OPTION(EQEMU_ENABLE_BOTS "Enable Bots" ON)
The CMakeCache shows ENABLE_BOTS to be true.

Makefiles were regenerated, make clean followed by make was...
Forum: Support::Linux Servers 07-07-2016, 05:50 PM
Replies: 14
Views: 6,306
Posted By jdoran
Thanks. There is a newer database then, I...

Thanks. There is a newer database then, I assume.

Is there a way to force a database update? I have tried to change db_version's version from 1000 to 0 and restart everything. That didn't do...
Forum: Support::Linux Servers 07-07-2016, 05:08 PM
Replies: 14
Views: 6,306
Posted By jdoran
Logging Q

I'm running a fresh "git pull"/make clean under Linux.

I've been busy doing other things, and haven't had time to keep up with EQEMu, so please forgive me if I am missing something obvious.
...
Forum: Support::Linux Servers 02-29-2016, 11:30 AM
Replies: 11
Views: 4,979
Posted By jdoran
I'm not seeing...

I'm not seeing 2015_01_15_logsys_categories_table.sql's contents rolled into PEQ Beta 2015-08-12-02_01.

I assumed that I did not need to go back and load the older required files.
...
Forum: Support::Linux Servers 02-01-2016, 04:27 PM
Replies: 11
Views: 4,979
Posted By jdoran
Well that was the version I was using. I think...

Well that was the version I was using. I think I'll reload all of the tables and see if that helps. There was that shared memory issue before, and I'm not entirely sure that it wouldn't impact the...
Forum: Support::Linux Servers 02-01-2016, 02:53 PM
Replies: 11
Views: 4,979
Posted By jdoran
That makes sense. I suppose the PEQ database did...

That makes sense. I suppose the PEQ database did not roll in the
schema changes, and I manually sourced sql which was more recent.

Which database should I be using? I have so many notes from...
Showing results 1 to 25 of 212

 
Forum Jump
   

All times are GMT -4. The time now is 02:28 PM.


 

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