Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread Mike Olsen
I know at one time I had found a program posted on a random forum that ran in the background and it would automatically click ok when those crash messages came up, then using a modified version of this bat file: http://forums.srcds.com/viewtopic/2388 it would automatically reboot. I cannot find

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread P. Bhandal
An alternative option is to use an AutoIt executable that will automatically close the dialog box. Here's the source: $var1=1 While $var1=1 WinWait (srcds.exe - Application Error) WinActivate(srcds.exe - Application Error) ControlClick(srcds.exe - Application Error,,Button1) send({ENTER}) WEnd

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread bl4nk
You could also use FireDaemon to hide the window and restart the server for you as well. It has options to handle dialog boxes as well. P. Bhandal wrote: An alternative option is to use an AutoIt executable that will automatically close the dialog box. Here's the source: $var1=1 While

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread Andreas Grimm
I use FireDaemon and it is not able to close these dialogs. The service just freeze and nothing happens. -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of bl4nk Sent: Monday, July 13, 2009 11:19 PM To: Half-Life

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread Cc2iscooL
I use fd all the time no problem. Maybe you had it setup wrong. On 7/13/09, Andreas Grimm l...@gmx.net wrote: I use FireDaemon and it is not able to close these dialogs. The service just freeze and nothing happens. -Original Message- From: hlds-boun...@list.valvesoftware.com

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-13 Thread bl4nk
What version FireDaemon are you using? I'm using the Trinity version, and have a whole tab related to popup windows where I can easily configure that kind of stuff. P. Bhandal wrote: An alternative option is to use an AutoIt executable that will automatically close the dialog box. Here's the

[hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Andreas Grimm
Hello, I start my gameservers in Windows 2003/2008 with the command line option -nocrashdialog which should disable all crash dialogs. But I have still some crashes in Team Fortress 2 which show that dialog. The bad thing is, I have to click ok first before my restart script is able to restart

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Jonah Hirsch
*Relating to that, the Developer Wiki states that it Suppresses some 'memory could not be read' unhandled errors., but it should suppress those errors too. http://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server On Sun, Jul 12, 2009 at 1:13 PM, Jonah Hirsch

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Saint K.
Hi, D/l + serverchecker, it disables all notifications for you. Cheers, -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Andreas Grimm Sent: zondag 12 juli 2009 21:49 To: 'Half-Life dedicated Win32 server mailing

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Jonah Hirsch
add -nocrashdialog to the startup command line. On Sun, Jul 12, 2009 at 12:48 PM, Andreas Grimm l...@gmx.net wrote: Hello, I start my gameservers in Windows 2003/2008 with the command line option -nocrashdialog which should disable all crash dialogs. But I have still some crashes in Team

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Nathan Wong
You /are/ kidding, right? -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Jonah Hirsch Sent: 12 July 2009 21:14 To: Half-Life dedicated Win32 server mailing list Subject: Re: [hlds] Any way to disable the crash dialog

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Andreas Grimm
@Jonah Read my post first, I wrote, that I already use the -nocrashdialog parameter ;D @Saint What do you mean with D/l ? But I need the option to set the process affinity, too. When i remember correct, serverchecker doesn't support it to set gameserver to a specific cpu core, does it?

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Saint K.
Sorry, not sure. When you start the program the first time it asks you if it needs to disable all errors etc. You won't have to use the program after. Cheers, -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Andreas

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Michael Krasnow
it seems that there is a problem with the gamefiles i would try using the -verifyall parameter On Sun, Jul 12, 2009 at 4:30 PM, Saint K. sai...@specialattack.net wrote: Sorry, not sure. When you start the program the first time it asks you if it needs to disable all errors etc. You won't

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Andreas Grimm
the gamefiles are ok btw - one of the errors is confirmed by valve, but they are not able to fix it. that's the reason why i need a way to disable that dialogs -Original Message- From: hlds-boun...@list.valvesoftware.com [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Michael

Re: [hlds] Any way to disable the crash dialog in Win3k/8k ?

2009-07-12 Thread Cc2iscooL
Unfortunately those engine errors have to be closed by an automated process. You can either use a program like ServerDoc, FireDaemon, or ServerChecker to make sure these are closed properly and run your game servers. I've had good luck with ServerDoc and FireDaemon. -- Cc2iscooL Head Admin/Owner