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!

Complete Error(s) Guide

Skilled Illusionist
Joined
Apr 7, 2012
Messages
312
Reaction score
121
I have gotten permission from frgu to use the content from his post and add it to mine.


Server Required Specs:

Version 1.3.x:

  • RAM (with NO MORE than a 1:1 ratio of SWAP)
  • 16GB/+ -- FULL SERVER
  • 6GB -- WORLD MAP + 1
  • 4GB -- WORLD MAP ONLY
  • BANDWIDTH
  • As fast as you can get, there is NO such thing as too fast!
  • 100/100 -- for a decent sized "public" server [of ~1600 simultaneous connections]
  • 24/4 (DSL/cable) -- for a small server [of ~64 simultaneous connections]
  • HDD
  • 1TB -- 1,000,000 accounts (8,000,000 characters)
  • 1GB -- 1,000 accounts (8,000 characters)
  • 1MB -- 1 account (8 characters)
  • CPU
  • INTEL or AMD
  • As long as it was manufactured in or after the year 2008
  • As long as it was manufactured in or after the year 2005

Version 1.4.x:

  • RAM -- 32GB/+ (NO less)(with NO MORE than a 1:1 ratio of SWAP)
  • BANDWIDTH -- 100/100 or faster
  • HDD -- 1TB per 500,000 accounts or 4,000,000 characters

Setup Errors:


  • Wrong permissions of the server files [ 0755 ]

GS Errors:

1. A gshop item has a higher stack amount limit in elements.data

The error should look similar to:

Code:
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
×°±¸ºó°ó¶¨¹¦ÄÜ´ò¿ª
°Ù±¦¸óÖÐÎïÆ·27728(1¸ö)³¬¹ýÁ˶ѵþÉÏÏÞ0
³õʼ»¯°Ù±¦¸óÊý¾Ýʧ°Ü
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-31

To debug this error, complete the following steps:
  1. Open Notepad++
  2. Click File > New
  3. Paste the error
  4. Click Encoding > Character Sets > Chinese > GB2312 (Simplified)
  5. Copy all the text
  6. Paste into Google Translate
  7. Convert from Chinese to English
The result should look like:

Code:
Profiles: 'gs.conf' configuration addendum: 'gsalias.conf'
Binds function opens
Babolat Court items [COLOR="#FF0000"]27728 [/COLOR](a) exceeds the stacking limit 0
Babolat Court failed to initialize data
The first step initialization failed with error number: -31

Meaning - Item number 27728 in gshop.data does not have the same stack limit as it does in elements.data​


2. gshop.data and gshopsev.data include and item that is not elments.data

3. gshop.data and gshopsev.data have different timestamps

4. gshop has more than 2500 items

5. An items price in gshop = 0​

gFactiond Errors:

1. Wrong or missing libs

Meaning - Java is not installed, which is required to use pwAdmin/iWeb

Fix - Run the following command(s):

64-bit Systems
Code:
apt-get install openjdk-6-jre
apt-get install ia32-libs
32-bit Systems
Code:
apt-get install openjdk-6-jre

Client Errors:

1. Server Network Error

Meaning - Client is unable to connect to the server

Possible Causes:
  • Auth table.xml doesn't have correct credentials
  • Auth has wrong Java path or libs
  • Missing hosts

2. Client Version to Low

Meaning - Client data files are not the same as the servers

Possible Causes:
  • Wrong gshop.data or gshop1.data (CLIENT)
  • Wrong gshopsev.data or gshopsev1.data (SERVER)
  • gshop.data and gshop1.data don't have the same time stamp as gshopsev.data and gshopsev1.data

3. Server Error 255

Cause:
  • Missing service name in hosts

If there are any error(s) that should be added, let me know what the error is along with the solution/causes. If you don't know or have the solution/causes I will look into it myself.


 
Initiate Mage
Joined
Jan 25, 2014
Messages
41
Reaction score
4
Now I can't remember all the errors I've encountered when I need to, lol
I'll post here as I encounter and solve problems.

Good job on the thread.
 
Initiate Mage
Joined
Jan 25, 2014
Messages
41
Reaction score
4
Profiles: 'gs.conf' configuration addendum: 'gsalias.conf' Binds function opens
Read the mission system failure: '. / Config / tasks.data', '. / Config / dyn_tasks.data'
The first step initialization failed with error number: -4

If i recall correctly, this error is due to missing/incorrect libs.
 
Junior Spellweaver
Joined
Jul 8, 2011
Messages
116
Reaction score
14
I recommend include pwAdmin/iweb errors too.
 
Initiate Mage
Joined
Aug 2, 2012
Messages
23
Reaction score
2
nice tuto man, thank you very much, can i add you on skype ? ^^
 
Initiate Mage
Joined
Jan 21, 2014
Messages
61
Reaction score
0
ran into incorrect account info for some reason when i made a account
 
Initiate Mage
Joined
Dec 26, 2013
Messages
1
Reaction score
0
sorry i want to ask if my problems like this ( but only limited pwadmin road like that, refreshed many times still like it )



how can I fix?
please help me, btw thanks be4
 
Initiate Mage
Joined
Feb 24, 2012
Messages
83
Reaction score
1
i don't get that far Im getting a access forbidden when i try to go to the PW admin Screen
 
Back
Top