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!

Corsair field.cmd immediately closing

Newbie Spellweaver
Joined
Jan 27, 2023
Messages
31
Reaction score
3
Here is what the logs show me:

Code:
{"Date":"2024-01-23 16:11:58","ThreadId":"0x1428","LogType":"00","ServiceLogLevel":"0","LogLevel":"6","ErrorNo":"--","ErrorString":"--","Log":"f:/bdo/corsair_serverfiles/corsair_fieldclear/GameServerData/world.dsn(CrimsonDesert:BlackNo.1Game#^%):HY000:Erreur générale : sources de données fichier non valide ''" }
{"Date":"2024-01-23 16:11:58","ThreadId":"0x1428","LogType":"00","ServiceLogLevel":"0","LogLevel":"6","ErrorNo":"--","ErrorString":"--","Log":"(CrimsonDesertServer_ReleaseOp_x64_Corsair_Ida):ErrNo(2532724686)" }

ODBC test passed successfully so anyone has an idea how can I fix this? :unsure:

Auth and Manager are running fine on the other side, just the field one crashing immediately
 
Newbie Spellweaver
Joined
Jan 26, 2021
Messages
38
Reaction score
4
make sure you're not using dynamic ports
and named pipes is enabled
set timezone to +0 with daylight savings turned off
 
Upvote 0
Joined
Feb 16, 2014
Messages
652
Reaction score
242
Here is what the logs show me:

Code:
{"Date":"2024-01-23 16:11:58","ThreadId":"0x1428","LogType":"00","ServiceLogLevel":"0","LogLevel":"6","ErrorNo":"--","ErrorString":"--","Log":"f:/bdo/corsair_serverfiles/corsair_fieldclear/GameServerData/world.dsn(CrimsonDesert:BlackNo.1Game#^%):HY000:Erreur générale : sources de données fichier non valide ''" }
{"Date":"2024-01-23 16:11:58","ThreadId":"0x1428","LogType":"00","ServiceLogLevel":"0","LogLevel":"6","ErrorNo":"--","ErrorString":"--","Log":"(CrimsonDesertServer_ReleaseOp_x64_Corsair_Ida):ErrNo(2532724686)" }

ODBC test passed successfully so anyone has an idea how can I fix this? :unsure:

Auth and Manager are running fine on the other side, just the field one crashing immediately
datasources invalid file

that mean your
world.dsn
is corrupted

here you go all set to local IP 127.0.0.1 with port 1433
also make sure that 127.0.0.1 in MSSQL Configurator are set
Desktop 19-03-2024 02-31-35-957 - Corsair field.cmd immediately closing - RaGEZONE Forums



Desktop 19-03-2024 02-31-54-964 - Corsair field.cmd immediately closing - RaGEZONE Forums


and the
CrimsonDesert

have proper access to database like dbowner
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top