{{ define "title" }}Error Message Generator{{ end }} {{ define "content" }}

Error Message Generator

ErrorGen

Project Description

The Error Message Generator (ErrorGen) is a simple program that generates customized error dialogs. The idea was inspired by a web-based error generator which created images of error boxes. My program, however, creates "real" error boxes that can be dragged around the screen and interacted with.

The command-line, scriptable version of Error Message Generator is called ZenMsg, named after the GNOME utility, Zenity. It's a version of the generator that can be provoked from batch files and scripts.

Features

Screenshots

Screenshot
ErrorGen in action, surrounded by example error messages.
(click for a larger version)

ZenMsg

ZenMsg is a command-line version of Error Message Generator that can be invoked by batch files or scripts. Example usage:
ZenMsg --error -t "An error has occurred." -b "Abort" -b "Retry" -b "Fail"
The executable comes with an HTML help file. ZenMsg -? will display the same help file at the command line. The document describes how to use ZenMsg.

There is no binary Linux version of this utility. The source code however is available and will execute under Linux; I've just not compiled a standalone executable (there are a handful of other utilities that do the job: see Zenity. Source code is available on the Downloads tab.

Windows Executable

Win32 Download ZenMsg
Version 0.01 - 2008/09/18
ZIP format/3.6 MB

Software License

    Error Message Generator
    Copyright (C) 2008  Casey Kirsle

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Downloads

It's recommended that you download the latest version of this software as listed below. To download older versions and source code, skip to the next section.

Windows Executable

Win32 Download Error Message Generator
Version 1.2 - 2007/06/28
ZIP format/2.1 MB

Linux Binary

Linux Download Error Message Generator
Version 1.2 - 2007/06/28
TAR.GZ format/4.6 MB

All Distributions

The following are all the distributions available for this software, starting with the most recent. Source code is also available for all versions.

Release Windows EXE Linux Binary Source Code
ErrorGen 1.2
2007/06/28
Win32 ErrorGen 1.2
(ZIP; 2.1 MB)
Linux ErrorGen 1.2
(TAR.GZ; 4.6 MB)
Perl Source ErrorGen 1.2
(TAR.GZ; 114.1 KB)
ZenMsg 0.01
2008/09/18
Win32 ZenMsg 0.01
(ZIP; 3.6 MB)
Linux Not available. Perl Source ZenMsg 0.01
(ZIP; 13 KB)
{{ end }}