Jump to content

Server crash


Recommended Posts

Dedicated Server Contract JACK has a certain instability.

The result is a failure of the server. This instability was found in 2004.

Our respected programmers are well aware of this problem.

Need help programmers as a URA or ƒƒ5 • ßahamutZero

URA was trying to edit a file dedicated server "server.dll"

but with no result

If the URA or ƒƒ5 • ßahamutzero have time and opportunity then I can tell you on their email server's details for this vulnerability.

This vulnerability is also to Server NOL2 and TRON was actually in 2004

I do not know why the main problem is not solved. It is very bad. Dedicated server by URA's MOD is also unstable.

The most stupid hacker can make all the servers crash.

The players again and again connect to the server if the server had a crash and crash and crash ...

Many players say DAMN! and gone forever.

This is the main reason why we have lost players.

 

Automatically restart the server after a crash.

This method does not solve the whole problem, of course.

I am not a programmer. I found this program on the internet and am not the author of this program. This program is offered "as is" for Window XP

1. Create a new player profile and call it DM

Running the game - Play - Profile - Create - in the window, type DM

Prepare a list of DM-maps, set server options, run a dedicated server, check out his work.

Create a notepad text file

 

@echo off

cls

echo Protecting ContractJackServer.exe from crashes ...

echo If you want to close ContractJackServer.exe and this script, close the it window

title Watchdog server DM

:cycle

echo (%time%) serverDM started.

START/wait ContractJackServer.exe -profile DM

ping -n 15 localhost > nul

echo (% time%) WARNING: ContractJackServer DM closed or crashed, restarting.

goto cycle

 

Change the file extension from txt to bat

(To see the file extension needs to be done

Start - Control Panel - Folder Options - View - uncheck the "Hide extensions for known file types» - Ok)

Copy this file into the main game folder.

Run this bat - file.

You should see a black window with Titley "Watchdog server DM" and run a dedicated server. Close the server (server crash simulation). After 15 seconds will automatically restart the server. Delay restarting the server can be changed.

For example, if you change

ping-n 25 localhost> nul

then the server will automatically restart 25 seconds after the collapse.

Players need to re-connect to the server if the server has failed.

 

2. Create a new profile player and call him DD

Running the game - Play - Profile - Create - in the window, type DD

Prepare a list of DD-maps, configure the server option, to run a dedicated server, check out his work.

Create a notepad text file

 

@echo off

cls

echo Protecting ContractJackServer.exe from crashes ...

echo If you want to close ContractJackServer.exe and this script, close the it window

title Watchdog server DD

:cycle

echo (%time%) serverDD started.

START/wait ContractJackServer.exe -profile DD

ping -n 15 localhost > nul

echo (% time%) WARNING: ContractJackServer DD closed or crashed, restarting.

goto cycle

 

Change the file extension from txt to bat

Copy this file into the main game folder.

Run this file.

You should see a black window with Titley "Watchdog server DD"

And so on ...

Link to comment
Share on other sites

You could also setup your servers to run as a windows service and set the service to automatically restart upon a failure of the service.

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines Privacy Policy.