NoGuru package stops gurumediations alerts.
This file consists of two hacks nodisplayalert and noalert
noalert stops exec.library/alert from displaying,
nodisplayalert stops intuition.library/displayalert from displaying.
noalert redirect to readable ringhio messages.
(the messages might not look right, but it will be fixed by Max in upcoming OS
update.)
Exec guru messages will be also printed to debug buffer, so they can be
recovered after warmreboot.
The hex error code is translated so humans can read it.
noalert try to identify the task or process not just print task address, if the
task really is a process it will look for last command executed from the shell
window.
noalert does not recover errors it only intercept the exec.library alert
function.
You can run noalert in two ways, suspend all tasks, or ignore and continue all
tasks.
(there is no white list or black list)
nodisplayalert redirect to reaction requestor.
etch of commands have some options check out --help for more information
to install add tis lines to s:user-startup
run >NIL: c:noalert.elf
run >NIL: c:nodisplayalert.elf
license: Freeware
Use it as you like, but do not distribute it whit out the readme
Chanages:
Version 3.0
* renamed NoYellow package to NoGuru
* noalert:
+ replaced SednMsg() whit local buffer table
( does not requiere forbid()/premit() its safer.)
+ errorno = -1, is now ignored as this is normal undocumented behavior.
+ fixed so dead_end alerts reboot computer or suspend the task (user option)
* nodisplayalert:
no changes.
Version 2.0
noalert:
* renamed noyellow.exe renamed noalert.elf
* Improved error filtering and error messages
* process name detection might have improved
nodisplayalert:
* Redirect DisplayAlert to Reaction Requestor
Version 1.0
* First version only for Exec/Alert
Best Regards
Kjetil Hvalstrand
| |