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!

Common Errors [READ BEFORE POSTING]

Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
[STRIKE]All general RaGEZONE Forum Rules apply to this subsection.
Any Recruitment threads go to Team Recruitment.
[/STRIKE] (Covered in Rules)
You must follow the Rules before posting.

Read all of these:
  • Use common sense. Read the latest DebugMessage[SUP][2][/SUP]/Assert[SUP][3][/SUP] logs and try to understand what they say.
  • Use Search (Don't forget to choose Fiesta Section) to find has someone else had such a error. In most cases there is such thread already which includes solution for that problem. Please read all the results fully before creating new thread.
  • Check does your Error is listed in the Common Error List (Look Below).
  • [STRIKE]Post to correct section:[/STRIKE] (Covered in Rules)
    • [STRIKE]Development - "Discuss any new Fiesta Online development work here."[/STRIKE]
    • [STRIKE]Releases - "Post and find all your Fiesta Online releases here."[/STRIKE]
    • [STRIKE]Help - "Get help setting up your Fiesta Online server here."[/STRIKE]
    • [STRIKE]Main - If your thread doesn't fit to Sub Sections.[/STRIKE]
  • When posting to Help Section, provide enough info so others can help you. Just telling that "I got an error!" won't help.
    • Title - Short description of your problem/error.
    • Server Files[SUP][1][/SUP] version - It's advised to tell which Server Files you are using, because there aren't only 1 anymore.
    • Most important is to post DebugMessage[SUP][2][/SUP]/Assert[SUP][3][/SUP] logs, because the error "The {ServiceName} service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs." is a common error when the Service fails to start and it doesn't tell why it failed.
    • For log files either ...
      • add it as an attachment
      • use CODE-tags ( [CODE]YourLogFileTextGoesHere[/CODE] ) and for very long log files use with the combination of SPOILER-tags ( [SPOILER][CODE]YourLogFileTextGoesHere[/CODE][/SPOILER] ).

Reasonable Suggestions/Ideas are always welcomed. Also if the solution is incomplete or even wrong.
Like it, so I know that this was useful.:wink:

References:
1. - Athens [Guide + Server Files], Odin [Guide / Files (Re-Upload)], Victus [Files], VictusV2 [[STRIKE]Files[/STRIKE]].
2. - Located in service DebugMessage folder. ({YourServerFilesFolder}\{ServiceFolder}\DebugMessage\DebugMessage*.txt)
3. - Located in Zone service root folder. ({YourServerFilesFolder}\World00_Zone*\Assert*.txt)

Common Error List:

Service Related Errors:
When starting up the service they may say this:
"The {ServiceName} service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
It is a error which only tells that something went wrong and for each service it's different.
To find out what went wrong you must look inside latest DebugMessage[SUP][2][/SUP]/Assert[SUP][3][/SUP] logs.
  • Account, AccountLog, Login, *_GameLog, *_Character, *_Manager, *_Zone*:
    • "DB_Init FAILED = DSN=... ; UID=...; pwd=..."
      • Make sure that Database is running.
      • Make sure that Username/Password are same what you typed when you installed Database.
      • DSN-s must be defined in correct place
        • 32-bit: Start -> Run -> %SystemDrive%\Windows\System32\Odbcad32.exe
        • 64-bit: Start -> Run -> %SystemDrive%\Windows\System32\SysWoW64\Odbcad32.exe
    • "FAILED START LISTEN SOCKET"
      • Make sure no other program is using that IP/Port combination.
      • Make sure you use correct IP/Port. You can't use 192.168.x.x (Default LAN IP), if you aren't connected to LAN.
  • Login:
    • "ERROR - OUTSPARK QueryUserInfo:(Deleted), LastHTTPStatusCode=0, WininetErrorNum=0, LastErrorMessage=(Outspark Error: 1001) Failed getting new token: The Server Returned an Unknown Error (wininet: 0)."
      • Make sure that your token has proper length. [SUP][Ron][/SUP] (I think it was 16-32, not sure)
      • Make sure you have added "127.0.0.1 stubedore.t" to your hosts file. [SUP][ExtremeUser][/SUP]
    • ""
  • OdinRest:
    • "Invalid value [OdinServer.TokenManager.DeleteUsedTokens]::<SETTING NOT FOUND>"
      • Add that setting to the Odin Settings file.
    • "Can not open database requested by the login "...". Login failed. ..."
    • "An attempt was made to access a socket in a way forbidden by its access permissions"
      • It means some other program uses that IP:port already. Mostly it is Skype, to fix it look under Skype settings (Tools>Option>Advanced>Connection [SUP][Delius][/SUP]) and disable the port 80 usage.
      • Also another Web Server may use it, change the Web Server IP:port, because the OdinRestService ones cannot be changed.
    • "The SELECT permission was denied on the object 'tTokens', database 'OdinAccounts', schema 'dbo'."
      • Tick 'db_datareader' and 'db_datawriter' OR UnTick 'db_denydatareader' and 'db_denydatawriter'.
  • *_Zone*:
    • "MobDataBox::mdb_Load : Mob number mismatch[0]" + "Conflict [.../.../0]"
      • Check files "MobInfo.shn", "MobInfoServer.shn", "MobSpecies.shn" [SUP][aqua512][/SUP] - you have forgotten to add to these files the mob info.
    • "MobAttackSequence::mas_Load : Null skill[$Value]"
      • While parsing files in {ServerDataFolder}\MobAttackSequence\*.txt skill '$Value' was not found (Table 'AttSeq').
    • "MobAttackSequence::SkillChange::sc_Store : Null skill[$Value]"
      • While parsing files in {ServerDataFolder}\MobAttackSequence\*.txt skill '$Value' was not found (Table 'SkillChange').
    • "Error in read field option Field.xls"
      • It means you have broken your Field.txt file.
    • ""
Client Related Errors:
  • "æ·Æ".
    • There are no Graphic card drivers. [SUP][JossPaiint][/SUP]
  • "Failed to connect to server"
    • Make sure that IP is correctly entered.
    • When connecting to someone in LAN then in the Server Computer you must allow Ports in Firewall.
    • Make sure that Login Service is running.
  • "Authentication Failed" - (Odin Files Only)
    • Check your token. Lenght must be 16-32 symbols. It must be same what is in Database.
  • In Server List: Server is Offline/High.
    • Wait for some time to give World Manager Service time to boot up (Should start up with less than 1 min, usually around 10 seconds).
    • Make sure that World Manager Service is running.
  • In Character Selection: "Map is under Maintenance".
    • Wait for some time to give Zone Service time to boot up (It may take some time depending on multiple factors).
    • Make sure that Zone Service is running for that map.
  • In Character Selection: "The client has been illegally manipulated. Please reinstall the client.".
    • Server & Client shn files have to match. It means that every file in Server shn directory what is also found in Client ressystem directory must be same.
  • ""

Minimum server requirements (Suggested):
  • Operating System (32-bit)
    • Windows XP/2000/ME
    • Windows Vista/7/Server 2008 (R2) [Administrator]
    • [STRIKE]Windows 8/Server 2012 (R2) [Administrator][/STRIKE] - Won't work (beginner). Needs some research and knowledge (advanced). Works (pro).
  • RAM
    • 3,5 - 4,0 GB
  • Processor
    • 2 GHz
  • HDD
    • 300 MB (Files) + 1 GB (Database)
  • Internet Connection
    • Localhost
  • Tutorial

Credits:
It won't harm to give Credits. I hope this motivates to Help people.
MrFarbodD - I hate when my post is edited without any notice - due to that I restored my original post.
 
Last edited:
Skilled Illusionist
Joined
Nov 22, 2012
Messages
343
Reaction score
58
Re: Read before posting! + Common errors.

@Bakey
These are references.
Look from the References list for more info.
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Re: Read before posting! + Common errors.

I was going to do something like this, but every single error every come across in the help section and the solution to fixing it. No time though, good job on this.
 
Back
Top