[solved] Cannot load server message parser for server type

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
andybe
Noob
Noob
Posts: 2
Joined: 24 Sep 2016, 19:32
Noob?: Yes

[solved] Cannot load server message parser for server type

#1 Post by andybe »

I keep gettign this error message :(
Edit:

Solved.... it was an empty space behind the master_version value... WOW!!!!

well this version works now enjoy ...

The FAQ states, that this is due to unsupportet exe date, so I tried downrading to the lates in network\kRO whic is 2014_10__22b.... I suspected that I will probably get refused but instead I still get this error message...

my configs:
servers.txt

Code: Select all

[ElixRO]
ip 185.137.182.79
port 56384
master_version 1
version 55
serverType kRO_RagexeRE_2014_10_22b
serverEncoding Western
charBlockSize 147
private 1
clientinfo

Code: Select all

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>ElixRO</display>
		<desc>ElixRO</desc>
		<balloon>ElixRO</balloon>
		<address>185.137.182.79</address>
		<port>56384</port>
		<version>55</version>
		<langtype>1</langtype>
		<registrationweb>www.elixro.com</registrationweb>
		<yellow>
			<admin>2000001</admin>
			<admin>2000002</admin>
			<admin>2000003</admin>
		</yellow>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>
			<image>loading04.jpg</image>
			<image>loading05.jpg</image>
			<image>loading06.jpg</image>
			<image>loading07.jpg</image>
			<image>loading08.jpg</image>
			<image>loading09.jpg</image>
			<image>loading10.jpg</image>
		</loading>
	</connection>
I also added recvpackets.txt (I fixed the tripple spaces)
Attachments
recvpackets.txt
(10.71 KiB) Downloaded 557 times

Locked