server suddenly stopped

arisgamers

New member
Messages
173
Points
0
Github
arisgamers
Emulator
i just compiled using VC++ 2010 express.

at first it is worked.

after i shut down my pc, and turn it on several hour later, i try to run the server.

this time all 3 server stopped right after i try to start them.

what can i do ?

 
i just compiled using VC++ 2010 express.

at first it is worked.

after i shut down my pc, and turn it on several hour later, i try to run the server.

this time all 3 server stopped right after i try to start them.

what can i do ?
Maybe your MySQL is turned off..

or run command prompt, go to your hercules directory and run this

map-server.exe > map-server.log
and show us map-server.log contents.

 
i just compiled using VC++ 2010 express.

at first it is worked.

after i shut down my pc, and turn it on several hour later, i try to run the server.

this time all 3 server stopped right after i try to start them.

what can i do ?
Maybe your MySQL is turned off..or run command prompt, go to your hercules directory and run this

map-server.exe > map-server.logand show us map-server.log contents.
here map-server.log :

[status]: Memory manager initialised: log/map-server.exe.leaks
 
                                                                   
                 Hercules Development Team presents                
                _   _                     _                        
               | | | |                   | |                          
               | |_| | ___ _ __ ___ _   _| | ___  ___              
               |  _  |/ _ '__/ __| | | | |/ _ / __|                
               | | | |  __/ | | (__| |_| | |  __/__                
               _| |_/___|_|  ___|__,_|_|___||___/                
                                                                   
                    http://herc.ws/board/                      
                                                                   
[info]: Hercules 32-bit for Windows
[info]: Git revision (src): '80cccfbc241f2ee566b43c5f577ca63abe6e1e86'
[info]: Git revision (scripts): '80cccfbc241f2ee566b43c5f577ca63abe6e1e86'
[info]: OS version: 'Windows 7 Professional Service Pack 1 (build 7601) [x86_64]'
[info]: CPU: 'x86_64 CPU, Family 6, Model 42, Stepping 7 [4]'
[info]: Compiled with Microsoft Visual C++ 2010 (v1600)
[info]: Compile Flags: N/A
 
i just compiled using VC++ 2010 express.

at first it is worked.

after i shut down my pc, and turn it on several hour later, i try to run the server.

this time all 3 server stopped right after i try to start them.

what can i do ?
Maybe your MySQL is turned off..or run command prompt, go to your hercules directory and run this

map-server.exe > map-server.logand show us map-server.log contents.
here map-server.log :

[status]: Memory manager initialised: log/map-server.exe.leaks
 
                                                                   
                 Hercules Development Team presents                
                _   _                     _                        
               | | | |                   | |                          
               | |_| | ___ _ __ ___ _   _| | ___  ___              
               |  _  |/ _ '__/ __| | | | |/ _ / __|                
               | | | |  __/ | | (__| |_| | |  __/__                
               _| |_/___|_|  ___|__,_|_|___||___/                
                                                                   
                    http://herc.ws/board/                      
                                                                   
[info]: Hercules 32-bit for Windows
[info]: Git revision (src): '80cccfbc241f2ee566b43c5f577ca63abe6e1e86'
[info]: Git revision (scripts): '80cccfbc241f2ee566b43c5f577ca63abe6e1e86'
[info]: OS version: 'Windows 7 Professional Service Pack 1 (build 7601) [x86_64]'
[info]: CPU: 'x86_64 CPU, Family 6, Model 42, Stepping 7 [4]'
[info]: Compiled with Microsoft Visual C++ 2010 (v1600)
[info]: Compile Flags: N/A
Any error or warning on command prompt? My best guess is you have invalid user/pass for MySQL(or mysql isn't running) or maybe some missing files in conf folder...

 
Found !

i make mistake when copying line from interserver.conf to import directory.

i copied all line (including last line).

this problem fixed when i remove unchanged line.

thanks for your attention.

 
Back
Top