Quote:
Originally Posted by Letosprit
1.you have to verify from database, or you will make changes in function file
2.hello, you cannot start the game without running the emulator.
sorry for my bad english.
|
After uninstalling everything and a clean reinstall.
I launch Darorbit.sln => No problem
Code:
L'opération de génération a démarré...
1>------ Début de la génération : Projet : DarkOrbit, Configuration : Debug Any CPU ------
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\SocketServer.cs(237,26,237,27): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\GameClient.cs(48,30,48,31): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\GameClient.cs(145,30,145,31): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\SocketServer.cs(505,26,505,27): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\SocketServer.cs(518,26,518,27): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\SocketServer.cs(532,26,532,27): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1>C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\Net\SocketServer.cs(546,26,546,27): warning CS0168: La variable 'e' est déclarée, mais jamais utilisée
1> DarkOrbit -> C:\Users\Christ\Downloads\Darkorbit\Emulator\darkorbit-emulators-master\DarkOrbit 10.0\bin\Debug\DarkOrbit.exe
========== Génération : 1 a réussi, 0 a échoué, 0 ŕ jour, 0 a été ignoré ==========
Second time i launch darkorbit.sln start debug
Code:
[25/10/2022 12:43:03][EMU] - DarkOrbit is started..
[25/10/2022 12:43:03][GameServer] - Listening on port 8080.
[25/10/2022 12:43:03][ChatServer] - Listening on port 9338.
[25/10/2022 12:43:03][SocketServer] - Listening on port 4301.
third time i launch emulator-helper.sln
Code:
L'opération de génération a démarré...
1>------ Début de la génération : Projet : emulator-helper, Configuration : Debug Any CPU ------
1> emulator-helper -> C:\Users\Christ\Downloads\Darkorbit\Emulator\emulator-helper-master\bin\Debug\emulator-helper.exe
========== Génération : 1 a réussi, 0 a échoué, 0 ŕ jour, 0 a été ignoré ==========
after lauch emulator-helper.sln debug :
Code:
Listening for restart and cronjobs...
Cronjob url for ranking does not working!
Cronjob url for ranking does not working!
My CMS run normaly and comunicate to SQL.
But the game not run ! As if the game does not communicate with the emulator!
EDIT
Could it be a missing visual studio extension?
And what are the visual studio extensions that we need to have?