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!

Dofus 2.42 (Azote)

Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
server -

client -
 
Experienced Elementalist
Joined
Feb 2, 2007
Messages
214
Reaction score
6
i have an error running auth server
slawdos - Dofus 2.42 (Azote) - RaGEZONE Forums
 
Last edited:
Joined
Jan 6, 2005
Messages
500
Reaction score
79
can you share config files?

just remove this from client config.xml then it will connect to the server

to create account, use MD5 password

<entry key="connection.host.signature">AARBS1NGAAEAAACAG8omsvP+gEZQPBG5e1qY2oFy/5hhGv+nsFi0uxcRViDonkvmPj/sQps6GH0oR1E5cRZDath/4+b/pt5iZUIGO6Mvo8kw6jvWyWFYIIOHQdiYYcrdI4wX55pLFAWcdvKb8WFfDch8nDsqwBa+ftPSamcq74+X37TMB+DVYczagRU=</entry>
 
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
Still have errors:
Code:
-------------Error at 06/10/2018 23:21:45------------- 
 Stump.Server.BaseServer.Plugins.PluginManager.LoadAllPlugins -> 
    Cannot load unexistant plugin path ./plugins/ 
-------------Error at 06/10/2018 23:21:45------------- 

-------------Fatal at 06/10/2018 23:21:45------------- 
 Stump.Server.BaseServer.ServerBase.HandleCrashException -> 
     Crash Exception : The host localhost does not support SSL connections.
 Source: MySql.Data -> Void Open()
 Stack Trace:
   в MySql.Data.MySqlClient.NativeDriver.Open()
   в MySql.Data.MySqlClient.Driver.Open()
   в MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   в MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
   в MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   в MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   в MySql.Data.MySqlClient.MySqlPool.GetConnection()
   в MySql.Data.MySqlClient.MySqlConnection.Open()
   в Stump.ORM.Database.OpenSharedConnection() в D:\Epsilon 2.42\AZOTE SAVE\Core\Stump.ORM\PetaPoco.cs:строка 246
   в Stump.ORM.DatabaseAccessor.OpenConnection(Database database) в D:\Epsilon 2.42\AZOTE SAVE\Core\Stump.ORM\DatabaseAccessor.cs:строка 106
   в Stump.ORM.DatabaseAccessor.OpenConnection() в D:\Epsilon 2.42\AZOTE SAVE\Core\Stump.ORM\DatabaseAccessor.cs:строка 140
   в Stump.Server.AuthServer.AuthServer.Initialize() в D:\Epsilon 2.42\AZOTE SAVE\Server\Stump.Server.AuthServer\AuthServer.cs:строка 124 
-------------Fatal at 06/10/2018 23:21:45-------------

win10x64\WAMP 3.1.3x64
 
CATMAGEDDON
Member
Joined
Aug 17, 2014
Messages
1,661
Reaction score
292
it gives me error with ssl

The host 192.168.0.1x does not support SSL connections. Source: MySql.Data -> Void Open() Stack Trace: at MySql.Data.MySqlClient.NativeDriver.Open()
 
Last edited:
Back
Top