View Single Post
  #13  
Old Yesterday, 12:25 AM
rubysoul
Fire Beetle
 
Join Date: Jul 2015
Posts: 23
Default

Quote:
Originally Posted by plesky View Post
Here's a common issue causing that starts/stopped thing with zones. The /server/plugins and /server lua_modules folders are also in the /server/quests folder.
All of that contained the most updated version, which it all has to match as well. (/server/plugins/ and /server/lua_modules) has to match the /server/quests/plugins and /server/quests/modules/ (all updated)

I just went through that not long ago with the starts/stopped errors. After all it was updated, the errors went away.

Edit: By the way, that "Install" folder with the zip file I posted, is an exact copy of my linux test server, using Current EQEmu source code - Release v23.10.3 and Current Database - db version 9328 (that was created, using that install.sh script)
Hmmmm, something to look at I suppose. I *think* I did those right via symlinks. From the root of the "server" folder (mine is just called "eqemu" in an "apps" folder off my own home directory):


lua_modules -> ./quests/lua_module
plugins -> ./quests/plugins

Maybe they're not up to date, though I pulled them from the docker. I can try updating the physical folders before I try messing with the symlinks. Definitely something to look at though, thanks!

EDIT: Yeah, I just did a comparison and the actual files in both of those folders are identical to the ones in your installer folder. I'll keep playing with it.
Reply With Quote