Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server + Client @ 1.4.2 & Guide

Status
Not open for further replies.
Joined
Jan 6, 2010
Messages
744
Reaction score
1,051
Update:
  • Removed JRE's from Server files
  • Changed guide libraries section from JRE to openjdk-6-jre instructions (openjdk-6-jre is used for both: pwAdmin and authd)
  • Re-compiled & fixed servlet for pwAdmin now xml works with java6
  • Added latest files from PWD to server (tasks, elements, gshop)

*currently uploading 20 minutes left...
 
Last edited:
Joined
Sep 22, 2010
Messages
39
Reaction score
0
Update:
  • Removed JRE's from Server files
  • Changed guide libraries section from JRE to openjdk-6-jre instructions (openjdk-6-jre is used for both: pwAdmin and authd)
  • Re-compiled & fixed servlet for pwAdmin now xml works with java6
  • Added latest files from PWD to server (tasks, elements, gshop)

*currently uploading 20 minutes left...

Its done?
 
Nerd-IO
Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Update:
  • Removed JRE's from Server files
  • Changed guide libraries section from JRE to openjdk-6-jre instructions (openjdk-6-jre is used for both: pwAdmin and authd)
  • Re-compiled & fixed servlet for pwAdmin now xml works with java6
  • Added latest files from PWD to server (tasks, elements, gshop)

*currently uploading 20 minutes left...

Awww... that's sucks...

Next releases of pwAdmin will still be compatible with tomcat-5.5.28 and jre1.5 ? :/:
 
Joined
Apr 18, 2010
Messages
13
Reaction score
1
the only part i'm confused with is this (being i use ubuntu instead of debian)

4. Install Libraries
The next step is only for users with 64 Bit Debian !!!
Install the 32 Bit libraries and create a link to libpcre.so.3.12.1
COMMAND~: apt-get install ia32-libs
COMMAND~: rm -f /emul/ia32-linux/usr/lib/libpcre.so.0
COMMAND~: ln -s /PWServer/lib/libpcre.so.3.12.1 /emul/ia32-linux/usr/lib/libpcre.so.0
Now lets continue with installation of libraries for all Debian versions
COMMAND~: apt-get install libxml2
COMMAND~: apt-get install libstdc++5
COMMAND~: apt-get install libpcre3
Again we create some links to the library files
COMMAND~: rm -f /usr/lib/libpcre.so.0
COMMAND~: ln -s /usr/lib/libpcre.so.3.12.1 /usr/lib/libpcre.so.0
COMMAND~: rm -f /usr/lib/libtask.so
COMMAND~: ln -s /PWServer/lib/libtask.so /usr/lib/libtask.so

basicaly all works except the gs/gfactiond are offline untill i figure it out or someone gives a little help
 
Joined
Jan 6, 2010
Messages
744
Reaction score
1,051
the only part i'm confused with is this (being i use ubuntu instead of debian)

4. Install Libraries
The next step is only for users with 64 Bit Debian !!!
Install the 32 Bit libraries and create a link to libpcre.so.3.12.1
COMMAND~: apt-get install ia32-libs
COMMAND~: rm -f /emul/ia32-linux/usr/lib/libpcre.so.0
COMMAND~: ln -s /PWServer/lib/libpcre.so.3.12.1 /emul/ia32-linux/usr/lib/libpcre.so.0
Now lets continue with installation of libraries for all Debian versions
COMMAND~: apt-get install libxml2
COMMAND~: apt-get install libstdc++5
COMMAND~: apt-get install libpcre3
Again we create some links to the library files
COMMAND~: rm -f /usr/lib/libpcre.so.0
COMMAND~: ln -s /usr/lib/libpcre.so.3.12.1 /usr/lib/libpcre.so.0
COMMAND~: rm -f /usr/lib/libtask.so
COMMAND~: ln -s /PWServer/lib/libtask.so /usr/lib/libtask.so

basicaly all works except the gs/gfactiond are offline untill i figure it out or someone gives a little help


http://forum.ragezone.com/f452/server-client-1-4-2-guide-698047/index4.html#post5955524

btw. new server files online, and changed the way of installing libraries (after checking dependencies and packages), check the new libraries section in the guide for instructions...
 
Last edited:
Initiate Mage
Joined
Apr 16, 2010
Messages
83
Reaction score
6
I used the server and the command wget, then from the server to download the program and Winscp archive was not damaged.
First time downloading the software download master. It downloads correctly, but the file was corrupted. Twice downloaded the DM, but the archives was also damaged.
Strange .. Thanks for the release.
 
Initiate Mage
Joined
Sep 26, 2010
Messages
10
Reaction score
0
when i hit run on pwadmin everything comes up as ONLINE but on the client it isnt online what could be the cause, im using the same client i used for the vbox tut that worked
 
Last edited:
Initiate Mage
Joined
Sep 28, 2009
Messages
27
Reaction score
2
can be there something wrong in setting up mysql passwords and pwadmin that when i create account and try to log in with it . it says wrong id or password ?
 
Last edited:
Joined
Jul 20, 2010
Messages
37
Reaction score
0
I am currently installing as guides instructions on Debian Server. I can see my pwAdmin page, the problem is, I cant see any start button on SERVER CONTROL tab, and yes, i did login using my password as what the instruction ask to replace with own password.

And 1 question, where do I download the client and how to point the client to my server?
 
Last edited:
Status
Not open for further replies.
Back
Top