
Search found 7 matches
- Mon Apr 11, 2016 7:33 pm
- Forum: Custom Applications and Tools
- Topic: Character Import/Export tool
- Replies: 15
- Views: 40749
Re: Character Import/Export tool
Thanks, more organized than the one i had made
but was looking for just a character specific export/import.

- Thu Apr 07, 2016 1:03 pm
- Forum: Custom Applications and Tools
- Topic: Character Import/Export tool
- Replies: 15
- Views: 40749
Re: Character Import/Export tool
anyone have a script for this in linux by chance?
- Thu Apr 07, 2016 9:07 am
- Forum: Client Setup & Guides
- Topic: Windower 4 Issues
- Replies: 5
- Views: 8156
Re: Windower 4 Issues
can't reproduce so not sure.
Try opening notepad as admin, then edit settings?
can give that a shot.
Try opening notepad as admin, then edit settings?
can give that a shot.
- Thu Apr 07, 2016 9:03 am
- Forum: Server Setup & Guides
- Topic: compilation problem - ubuntu
- Replies: 12
- Views: 12388
Re: compilation problem - ubuntu
not sure.. I just created a brand new ubuntu server from scratch, went without a hitch. Here are the steps i did. install new server ubuntu 14.04.4 LTS http://www.ubuntu.com/download/server ** when prompted install just openssh server ** once install completes set static ip if you want - /etc/networ...
- Thu Apr 07, 2016 12:17 am
- Forum: Server Setup & Guides
- Topic: compilation problem - ubuntu
- Replies: 12
- Views: 12388
Re: compilation problem - ubuntu
Not sure what to suggest... can always do a apt-get update and apt-get upgrade but not sure what you have running on that server which could possibly break.
- Wed Apr 06, 2016 5:12 pm
- Forum: Server Setup & Guides
- Topic: compilation problem - ubuntu
- Replies: 12
- Views: 12388
Re: compilation problem - ubuntu
i run a server using ubuntu 14.04, followed the wiki and had no issues. wish i could offer more help.. sorry.
i would try google "undefined reference to symbol 'pthread_cr eate@@GLIBC_2.2.5" against whatever version of ubuntu your using.
i would try google "undefined reference to symbol 'pthread_cr eate@@GLIBC_2.2.5" against whatever version of ubuntu your using.
- Tue Apr 05, 2016 11:55 am
- Forum: Server Setup & Guides
- Topic: compilation problem - ubuntu
- Replies: 12
- Views: 12388
Re: compilation problem - ubuntu
you followed the wiki guide(bellow)? Install on Ubuntu sudo apt-get install git mysql-server libmysqlclient-dev libluajit-5.1-dev libzmq3-dev autoconf pkg-config Ubuntu 14.04 needs gcc 5. sudo su - apt-get install build-essential add-apt-repository ppa:ubuntu-toolchain-r/test apt-get update apt-get ...