Updated JAN/09/2006
- Added italian version.
- Added alt versions.
- Note: You can use alt versions as they don't need any dll. Only in case that alt versions doesn't work do use no alt versions.
Updated JAN/06/2006
- Fixed a minor bug in kill-error_en_alt.exe
Updated DEC/17/2005
- Not more asking for closing when XP shutdowns or restarts.
- English version also deal with "Program Error" problem.
- Spanish version.
- Portuguese version.
Kill-error_en.zip
Kill-error_en_alt.zip (for people that first one gives a "wbt error")
Kill-error_es.zip
Kill-error_es_alt.zip (for people that first one gives a "wbt error")
Kill-error_it.zip
Kill-error_it_alt.zip (for people that first one gives a "wbt error")
Kill-error_pt.zip
Kill-error_pt_alt.zip (for people that first one gives a "wbt error")
Here is a general tool, for any app that gives you the error "memory could not be "read"" in Windows XP.
Unzip it where you want and create a direct access and put it in Start folder.
Kill-error will run in background and, when an app gives you the error, error window will be closed automatically.
If you want to unload the program, you need to do it from task manager.
------------------------------------------------------------------------------
OUTDATED: This is an old cmd version.
Please don't take it as double posting. It is and not related with video.
I posted it to fix an HC Encoder problem, but it is a more general tool also.
Thanks.
For the moment you can deal with "memory could not be read" error in this way:
Batch file, Kill-Error.bat has this code:
Code:
@echo off
rem I like this color
color 17
Title HC Encoder error killer by Prodater64
:cmdow
timeout 10>nul
for /f "tokens=8*" %%I in ('cmdow') do (
if "%%J" equ "HCbatch 0.15 beta - by hank315: HCbatch_015.exe - Application Error" (
cmdow "HCbatch 0.15 beta - by hank315: HCbatch_015.exe - Application Error"* /cls & goto :cmdow
)
)
goto :cmdow
Note that quoted parameter following "cmdow" and "equ" is the error window message caption when HC Encoder want to close.
This batch file is an infinite loop, it is for you to deal with your problem by the moment, so to work with it, just run the bat file.
Once finished your work with HC Encoder, just close cmd window.
You can adapt this to any program that gives you a similar error, or another one, ever that that error dont be a critical one, it is to say, your app should keep running after and despite the error.