
Originally Posted by
Kukafuchi
Yeah, absolutely nothing is responding on the MCP. Tried simple mode and BCM, nothing happens. If you go Complex mode and start everything manually, evreything immediately goes to "Running..." without opening any CMD windows. If you go simple mode and hit the button, everything hangs because log-server won't start. The MCP is totally disconnected from the rest of everything else.
I'm running Win10
MCP is too old to run anything on Win10, I'm still fighting my way through .BATs, I can't figure the hell with the LoginServer... it always crashes when it finally finishes loading and I'm running out of ideas
Here's what I have until now if anyone is interested, some have too many args some don't have enough:
Code:
start Controller.exe -SetAccountServer localhost -Cookie 0 -StartedByMCP 553043363:19688 -ExecDir E:/Night/tools/bin -CoreExecDir E:/Night/tools/bin -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live -ShardName Live
start Launcher.exe -SetDirToLaunchFrom E:/Night/tools/bin -ContainerID 1 -Cookie 0 -SetErrorTracker code -SetProductName Night NW -productionMode
start ObjectDB.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start TransactionServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start LogServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start LogParser.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start AppServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live -ContainerType MapManager
start AccountServer.exe -httpport 8090 -billingEnabled 0 -SetAccountServer localhost -ConnectToController -DisableAutoCreate 0 -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start ChatServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start GlobalChatServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
start AppServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live -ContainerType AccountProxyServer
GameServer and LoginServer:
Code:
start AppServer.exe -productionMode -SetDirToLaunchFrom E:/Night/tools/bin -UseMultiplexerForTransactions false -transactionServerHost localhost -ContainerID 1 -Cookie 0 -SetErrorTracker code -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live -ContainerType LoginServer
start GameServer.exe -productionMode -SetProductName Night NW -SetShardCategory Live -SetShardName Live -MTCategory Live
The LoginServer always crashes with the following error(probably its missing an argument about the socket which I can't figure out where it is or how it is defined OR it will never work because of Win10 from what I've read online about 997:Unknown socket error):
Code:
190813 16:38:38 1 LoginServer[1]: Local Transaction Manager lost connection to transaction server. Reason: CreateAndRegisterLocalTransactionManager(997:Unknown socket error)
190813 16:38:38 2 LoginServer[1]: SvrExit: LocalTransactionManager.c(211)
If anyone has even the smallest idea, please send me a message or quote me...I'm not a C developer and recompiling is not an option for me...