Search found 13 matches
- Fri Apr 15, 2016 8:16 am
- Forum: Public Servers
- Topic: EvLiteGaming
- Replies: 0
- Views: 4219
EvLiteGaming
Spanning more then just FFXI, Once everything is rebuilt ground up! FFXI Server up and running. not sure of the direction of, basic FFXI with increased rates, o a nice customized server. Will cross that bridge when theres a player base. http://evlitegaming.com -> Must be registered to download the f...
- Thu Apr 14, 2016 5:59 pm
- Forum: Server Setup & Guides
- Topic: Character sql
- Replies: 1
- Views: 2621
Re: Character sql
Ifinally remembered. fixed.
- Thu Apr 14, 2016 9:00 am
- Forum: Server Setup & Guides
- Topic: Character sql
- Replies: 1
- Views: 2621
Character sql
Had this fixed last year in IRC I dont remember how we fixed it, but its the same issue. first character credted - start in sandy errors with the client error. heres the charcter sql REPLACE INTO `chars` (`charid`, `accid`, `charname`, `nation`, `pos_zone`, `pos_prevzone`, `pos_rot`, `pos_x`, `pos_y...
- Tue Apr 12, 2016 9:10 pm
- Forum: Troubleshooting
- Topic: -llua
- Replies: 0
- Views: 3337
-llua
Hi again! I had to stop all my stuff and take care of life for a while, but before i canceled my server contracts, i wrote down all the goodies to get passed the centos issues i had once and figured out. now im back, and have ran across a lua issue i didnt run into on centos6(running 7 now) and the ...
- Mon Jan 26, 2015 5:28 pm
- Forum: Server Setup & Guides
- Topic: Howdy. Lua issues
- Replies: 16
- Views: 11373
Re: Howdy. Lua issues
i built it in windows in under 2 minutes, would rather build it on centos though but cant get pass this error with zeromq3 g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr/local/include -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param...
- Mon Jan 26, 2015 12:25 pm
- Forum: Server Setup & Guides
- Topic: Howdy. Lua issues
- Replies: 16
- Views: 11373
Re: Howdy. Lua issues
searching the forum even though the configure was ok with just zeromq-devel, make is not the error above. yum search zeromq3-devel, found zmq3 on zeromqs repo. installed it, now we get a new error src/map/message.h:35:5: error: ‘zmq’ does not name a type src/map/message.h:36:5: error: ‘zmq’ does not...
- Mon Jan 26, 2015 1:22 am
- Forum: Server Setup & Guides
- Topic: Howdy. Lua issues
- Replies: 16
- Views: 11373
Re: Howdy. Lua issues
I dunno, I fixed it by just declaring it. almost finished. ive run into this, not sure on this one, stackoverflow says context.close shouldnt be used with zcontext but instead use ctx.destroy(); im not sure about all that, i just know i get the error below and its about time for me to crash ap/messa...
- Mon Jan 26, 2015 12:26 am
- Forum: Server Setup & Guides
- Topic: Howdy. Lua issues
- Replies: 16
- Views: 11373
Re: Howdy. Lua issues
EDIT ON BOTTOM yup actually had to add a new repo to get it. configure is all set repo i had to add was the zeromq repo: [zeromq] name=Zeromq type=rpm-md baseurl=http://download.opensuse.org/repositories/home:/fengshuo:/zeromq/CentOS_CentOS-6/home:fengshuo:zeromq.repoenabled=1 metadata_expire=1d ski...
- Sun Jan 25, 2015 11:45 pm
- Forum: Server Setup & Guides
- Topic: Howdy. Lua issues
- Replies: 16
- Views: 11373
Re: Howdy. Lua issues
hope you dont mind me continuing to update this. easier for anyone else that may have this issue centos lua is intalled differently. its called just lua not lua 5.1 and in a different directory. just had to run the following export LUA_LIBS="-L/usr/local/lib -llua" and export LUA_CFLAGS="-I/usr/loca...
- Sun Jan 25, 2015 7:45 pm
- Forum: Server Setup & Guides
- Topic: Howdy. Lua issues
- Replies: 16
- Views: 11373
Re: Howdy. Lua issues
update.
so lua installed, the configure cant find it, libmzq installed again, configure cant find it. its the script using standard paths? or paths based on, the distro you use? I dont see the function to set path anywhere in the script, where is that
so lua installed, the configure cant find it, libmzq installed again, configure cant find it. its the script using standard paths? or paths based on, the distro you use? I dont see the function to set path anywhere in the script, where is that