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!

EP7 Classic Gameplay Source/Gui/Server Files/sQL db

Joined
Aug 15, 2011
Messages
582
Reaction score
69
WSASocket OK
bind Error. Error Code:10048
== Please wait until server stop
CloseAllClient
Stop IOCP
Stop Meessage Queue
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK
Stop DataBase
Stop CFG
=======================================================
Server Stop OK
=======================================================
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK



Any one Encounter this?
 
Initiate Mage
Joined
Sep 2, 2018
Messages
1
Reaction score
0
WSASocket OK
bind Error. Error Code:10048
== Please wait until server stop
CloseAllClient
Stop IOCP
Stop Meessage Queue
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK
Stop DataBase
Stop CFG
=======================================================
Server Stop OK
=======================================================
INFO:SQL_ATTR_CONNECTION_POOLING OK
INFO:SQLAllocHandle OK



Any one Encounter this?

yes check your cfg, check ip.
 
Banned
Banned
Joined
Mar 21, 2013
Messages
225
Reaction score
18
This source has in-game registration. Its just disabled by default :) happy merging!
 
Junior Spellweaver
Joined
Jan 3, 2009
Messages
166
Reaction score
6
this source is complete just explore the source and enabled the other function :cool:

for auto pilot just re-code it so that u cant encounter bug like what u said in this thread :cool:
 
Newbie Spellweaver
Joined
Apr 26, 2014
Messages
60
Reaction score
9
I have a problem with this source. "icmp.lib" seems missing. Can someone please help me?
3Ik5PKl - EP7 Classic Gameplay Source/Gui/Server Files/sQL db - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 26, 2013
Messages
11
Reaction score
0
When i login my account...the minia.exe is going to not responding :( Can someone help me how to fix?
 
Newbie Spellweaver
Joined
Feb 24, 2015
Messages
57
Reaction score
7

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64

this can fix on login.cpp
find login the login method
depends on your release type
if release china,
you have to use chinasndlogin
else
try using SndLogin



I solve it alreay sir this is my problem now? I think it needs working database.



do you have any working database sir? RanGame1?
changing database is not the solution..
you will lose all your player data..

1st, open your glogic.rcc
get the moblogic1,2,3 out
edit it,
delete all poop there,
it just consist of words that you not allowed in game,
name creation words, chat words, etc
just empty it first,,

put back to glogic, start your server see if still "name not available".
 
Experienced Elementalist
Joined
Jun 29, 2010
Messages
221
Reaction score
14
@Rebel92

it has the same issue sir. I edit moblogic 1,2,3 into blank and save it and putting it back to glogic.rcc but same error. "name not available".

Using the given RanGame1 this is the error sir:

AgentServer error : DB:Exec sp_Extreme 1
DB:42S02, NativeError:208, [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name 'ChaInfo'.
CAgentUserCheck GetUserInfo DB_ERROR
ERROR:CNetUser::CloseClient client already closed 0




can you share your rangame1? sir?
 
Last edited:
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
@Rebel92

it has the same issue sir. I edit moblogic 1,2,3 into blank and save it and putting it back to glogic.rcc but same error. "name not available".

Using the given RanGame1 this is the error sir:

AgentServer error : DB:Exec sp_Extreme 1
DB:42S02, NativeError:208, [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name 'ChaInfo'.
CAgentUserCheck GetUserInfo DB_ERROR
ERROR:CNetUser::CloseClient client already closed 0





can you share your rangame1? sir?




wtf is that rangame1?? why no ChaInfo?
why you use it??
 
Back
Top