Jump to content

Recommended Posts

Posted

I'm building a new dedicated server monitor and could use a way to test crashed server restarts. If anyone have a script snippet that is sure to crash the server I would be much obliged! Waiting for a crash can take ages now (luckily), so a test script would be great.

Posted

Assuming crashed but process still running? Unresponsive not enough? Difficult to do as unresponsive can be simulated with the high CPU (spawning in a loop will do that) Process crashed is easy to check for, so you must be aiming for something in the middle?

 

I think I managed an infinite loop once that did this. The others I knew about got fixed.

 

Perhaps there's an export that can be watched for data?

 

Also, how are you managing bypassing the log on message after restart? that must be a modification somwhere?

___________________________________________________________________________

SIMPLE SCENERY SAVING * SIMPLE GROUP SAVING * SIMPLE STATIC SAVING *

Posted
Also, how are you managing bypassing the log on message after restart? that must be a modification somwhere?

No problem with windows messages, programming to take care of them.

Logging on DCS is automatic, and using Ciribobs .lua modification to start directly up a mission. Everything works perfect but I need to test a crash scenario before publishing.

Posted

It would be perfect to have a test script that crashes the server for now. Dealing with non answering server port will take more work.

 

EDIT: I'm working to create a server crash script.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...