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!

[Re-release] [Source] [v1.11] MapleGame C# Source rev 79

Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
5
One reason that I think could cause this (if you're 100% sure your HostIP is set) is that you're not saving the text file in the correct encoding. Can you copy and paste it here?

login config
[Log]
Packets=None
StackTrace=False
LoadTime=False
PacketRecord=[recive/send, ExactPacketName]
[Server]
Port=8484
AutoRegister=True
RequestPin=False
RequestPic=False
MaxCharacters=1
RequireStaffIP=True
[Channels]
Port=8540
SecurityCode=
[Database]
Host=localhost
Schema=login
Username=root
Password=ascent
[bera]
HostIP=127.0.0.1
RecommendedMessage=
StaffOnly=False
Flag=Hot
ExperienceRate=5
QuestExperienceRate=5
PartyQuestExperienceRate=5
MesoDropRate=5
ItemDropRate=5

channel config
[Log]
Packets=None
StackTrace=False
LoadTime=False
JumpLists=3
PacketRecord=[receive/send, ExactPacketName]
[Server]
World=bera
ExternalIP=127.0.0.1
AutoRestartTime=30
MaxUsers=1000
[Login]
IP=127.0.0.1
Port=8540
SecurityCode=
[Database]
Host=localhost
Schema=channel
Username=root
Password=ascent
 
Newbie Spellweaver
Joined
Jan 14, 2014
Messages
92
Reaction score
2
login config


channel config


Some advice from me :

Please check that you're in :
C:\Users\[YourWinAccountName]\Downloads\[SourceFolderName]\Release\Login
Make sure that you are opening both of your bats & you have to have the configuration.ini
in the folder direction below ^ , Your problem is caused by a missing 'HostIp' line probably because your
are activating your source from the debug folder which has a different Configuration.ini.

Good luck , expect more bugs to come , i'm working on it too.
 
Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
5
Some advice from me :

Please check that you're in :
C:\Users\[YourWinAccountName]\Downloads\[SourceFolderName]\Release\Login
Make sure that you are opening both of your bats & you have to have the configuration.ini
in the folder direction below ^ , Your problem is caused by a missing 'HostIp' line probably because your
are activating your source from the debug folder which has a different Configuration.ini.

Good luck , expect more bugs to come , i'm working on it too.

under C:\Users\[YourWinAccountName]\ ,i don't have downloads folder.
sorry,im not totally understand what you mean, but i complied both release and debug, both of them configed and run,i got same error.
 
Elite Diviner
Joined
Apr 7, 2008
Messages
494
Reaction score
66
i tried many times it's still have this problem,can you share your login and channel config files?

The error is as clear as possible if you don't know what you are doing then just stay away from the release or you can use Lithium 0.82
 
Back
Top