Скачать создатель ошибок

Windows Error Message Creator — программа для создания фиктивных синих экранов смерти и сообщений об ошибках Windows.

Это бесплатное приложение позволяет разыграть ваших приятелей, друзей и знакомых. Вы можете создать поддельное диалоговое окно об ошибке Windows и вставить в него собственный текст, иконку и даже изображение. Кроме этого с помощью WEMC создать фиктивное диалоговое окно об удалении всех данных на жестком диске или имитировать синий экран смерти BSOD.

Windows Error Message Creator

Программа легкая в использовании и не требует установки (портативная).

Скачать Windows Error Message Creator бесплатно

Последнее обновление: 2018-10-01

Скачать с LamerKomp (103.6 Kb)

Оцените программу

  • Project Description
  • Features
    • Command Line Interface
  • Download
    • Windows
    • Linux
  • Source

Project Description

The Error Message Generator (ErrorGen) is a simple program that lets you create
customized error dialogs. The idea was originally inspired by a web-based tool
called «Atom Smasher’s Error Message Generator» (RIP)
which created images of error boxes. My program, however, creates «real» error
boxes that can be dragged around the screen and interacted with.

🎁 NEW in January 2023: I have recreated my program from scratch and released
a new «2.0» version for the modern era — details below. My original 2006 version
is still available here.

Screenshot of ErrorGen 2.0

Way back in 2006 while I was still in high school, I had created my original ErrorGen
program (written in Perl/Tk)
in one afternoon and released it on my site. After Atom Smasher’s site went down in
2022, I have seen an uptick of interest for my ErrorGen program — which was last
compiled in 2008 for Windows XP and shows its age and doesn’t run very easily on
Windows 11 in 2023.

So, on January 21, 2023 I built a new successor to ErrorGen, this time in
Go and to explore the Fyne UI toolkit.
The «2.0.0» release of ErrorGen has equivalent functionality to my original Perl
app, and the command-line interface I previously called ZenMsg is built-in to the
same binary as the graphical ErrorGen tool. You can call ErrorGen from batch files
or shell scripts if you want to ask the user a quick question!

Looking for my classic Perl ErrorGen from 2006? See over here
for the original ErrorGen page.

Features

This program has two main use cases:

  • The default, MainWindow Mode shows a graphical UI where users can configure
    a custom error message dialog box to prank their friends with.

    • Select from one of the 72 original Atom Smasher icon images.
    • Enter a custom Title and Message for your error dialog.
    • Configure up to three buttons with custom text and mark some as disabled or greyed-out.
    • Create as many pop-up error dialogs as you want. You can also hide the MainWindow
      when your error box appears so that the control window is hidden and you can leave
      the error on screen to prank your friends!
  • It also has a command line interface where you can
    invoke a custom dialog box from batch files or shell scripts, for example if you
    want to ask the user a question.

    • The user’s selected answer is printed to ErrorGen’s standard output so can
      be read by the calling program.
    • You can use a custom icon image (PNG).
    • You can include more than three buttons if you want, and mark which ones
      are disabled or the default (blue) button.
    • You can set a «cancel button» that is picked if the user hits the Escape
      key or X’s out of the window without clicking on one of the buttons.

The 2.0.0 release reproduces most of the features the original Perl version had,
including the command line interface which is now built-in to the one program
instead of having the separate ZenMsg binary. But I don’t plan on stopping there:
I have some fun ideas to add to ErrorGen in the future as well:

  • Flesh out the command line interface further to create something even more
    useful for shell scripts, with features on par with GNOME’s Zenity
    and similar tools (e.g., file selection dialogs).
  • On the MainWindow add a «Save» button that can turn your custom error dialog into
    a batch file or shell script that you can save to disk. The script would invoke the
    command line interface to show your dialog — creating an easy shortcut that just
    pops up your dialog without the MainWindow also appearing, for fun and pranks.
  • On the MainWindow extend the library of built-in icons and allow users to easily
    browse and pick their own icon images. Similarly, the selectbox drop-down of icons
    I want to change into a grid view like the Perl version had for
    ease of use; this is my first Fyne GUI project in Go and still learning the ropes!

Command Line Interface

You can call this program from batch files or shell scripts to prompt the user with a graphical dialog box and read the button they chose from this program’s standard output.

For example, from a bash script:

#!/bin/bash
answer=`./errorgen --alert --title "Disk Failure" \
    --text "Failure to read from drive Z:/" \
    --icon defrag --button Abort --button Retry --button Fail \
    --default 1 --cancel Fail`
echo "You have chosen: $answer"

Screenshot from the above command

The full documentation is included below. Running errorgen --help from
a text terminal will have the program print its documentation to you, but
this won’t work on the Windows version since a program must decide if it’s
a graphical or a command line app and can’t be both.

Download

I package this program for Windows and Linux for 64-bit and 32-bit x86 architectures.

Windows

Windows icon 64-bit: Download Error Message Generator
7.0 MiB ZIP; Version 2.0.0

Windows icon 32-bit: Download Error Message Generator
6.8 MiB ZIP; Version 2.0.0

Linux

Binary icon 64-bit: Download Error Message Generator
7.1 MiB tar.gz; Version 2.0.0

Binary icon 32-bit: Download Error Message Generator
6.8 MiB tar.gz; Version 2.0.0

Source

The source code to ErrorGen 2.0 is hosted on my Gitea instance at:

https://git.kirsle.net/apps/errorgen

The program should compile anywhere that Go and Fyne work, including on macOS.

It is released under the GNU General Public License version 3.

Copyright © 2023 Noah Petherbridge — All rights reserved
Hosted by DigitalOcean
Page generated in 0.0040s.

Customize the error messages»

Computers malfunction all the time, but they don’t always let you know what’s wrong. Sometimes an error might be caused by a certain action or it might be triggered randomly due to different processes. Regardless of the case, it is always useful to have a way to remind yourself and others not to do certain things if they may end up frustrating your productivity.

This utility is perfect for both professionals and amateurs alike. If you happen to find an error while working on a computer, and neither the system nor the program you’re using notify you that something is wrong, then you can create a message yourself to remind you not to do that thing again.

This piece of software is as lightweight as it is versatile. You can easily carry it with you and launch it on any Windows terminal, and create customized messages for a bunch of different actions and processes on different platforms and software. It even works if you want to play a prank on your friends and display fake error messages on their PCs!

Windows Error Message Creator is licensed as freeware for PC or laptop with Windows 32 bit and 64 bit operating system. It is in system miscellaneous category and is available to all software users as a free download.

Share
Give a rating

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
login to vote

Loading…

Author
Chris Urquhart


Last Updated On
December 7, 2018
Runs on
Windows 10 / Windows 8 / Windows 7 / Windows Vista / XP
Total downloads
826
License

Free

File size
108,44 KB
Filename

v1.36.25 (x86).zip



Featured Software Download Major Geeks Special Offer:

Windows Error Message Creator is a lightweight application that allows you to create custom Windows error messages.

Features:

  • Create error messages of your own design.
  • Use the default buttons (Abort/Retry/Cancel, OK/Cancel, etc.) and add your own text and title.
  • Or customize everything exactly how you want it: text, title, buttons (which can be hidden or disabled), and even the icon.
  • Choose from one of twenty different preset icons.
  • Don’t like the preset icons? Import your own!
  • Create a fake Format dialog box that looks like the real thing.
  • Take over your victim’s screen with a Blue Screen Of Death, choosing one of the 265 error codes and names

    Similar:

  • Fix Most Windows Errors With Windows Repair
  • Limitations:
    64-Bit only

    Screen Shots Screenshot for Windows Error Message Creator

    Official Download Mirror for Windows Error Message Creator

    Official Download Mirror for Windows Error Message Creator

    other news Tactical Briefings


    Comment Rules & Etiquette — We welcome all comments from our readers, but any comment section requires some moderation. Some posts are auto-moderated to reduce spam, including links and swear words. When you make a post, and it does not appear, it went into moderation. We are emailed when posts are marked as spam and respond ASAP. Some posts might be deleted to reduce clutter. Examples include religion, politics, and comments about listing errors (after we fix the problem and upvote your comment). Finally, be nice. Thank you for choosing MajorGeeks.


    © 2000-2023 MajorGeeks.com

    Windows Error Message Creator

    Windows Error Message Creator (WEMC)– портативная программа для создания поддельных сообщений об ошибках, «синий экран смерти» экраны, диалоги «форматирование» и многое другое.

    Если близкий друг оставляет свой ноутбук или ПК без присмотра на некоторое время, запустите программу с USB-накопителя, и в течение нескольких секунд Вы можете иметь систему, отображающую фиктивный экран «синий экран смерти», диалоговое окно «форматирование C:\» или какое-либо другое поддельное предупреждение с любым пользовательским текстом и значком, который вам нужен. Затем сидите и наблюдайте за их лицами, когда они возвращаются.

    Диалоговое окно

    Текст, заголовок и три кнопки

    Программа даёт вам значительный контроль над дизайном диалогового окна. На главном экране вы можете выбрать тип диалогового окна (вопрос / информация / восклицательный знак / критический / пользовательский), установить свой собственный заголовок и одну или две пользовательские строки текста, включить до трёх кнопок с вашим собственным текстом для каждого, а также выбрать подходящий предустановленный значок (“заблокирован”, “предупреждение”, “низкий уровень заряда батареи” и т.д.) или определить свой собственный.

    форматирование

    Форматирование диска

    Но это ещё не все. Нажмите на меню «Create», и вы найдёте варианты, чтобы создать диалоговое окно «Форматирование», это выглядит как это форматирование выбранного диска.

    синий экран

    Вызов синего экрана

    Выбрав меню «BSOD» можно оставить систему, отображающую синий экран смерти, которая скрывает все остальное и не уходит, пока пользователь не нажимает «Enter».

    Единственное неудобство, это невозможность сохранять созданные сообщения, и каждый раз нужно по новой вводить данные.

    Вместо выводов: 😉 если вы хотите подшутить над кем то, то Windows Error Message Creator-отличный способ заставить пользователей понервничать! Но будьте осторожны, если пользователь подумает, что произошло что – то катастрофическое – например, настоящий BSOD – то, возможно, попытается перезагрузить систему кнопкой ресет, и из-за этого могут потеряться какие либо данные. Не используйте это, если вы не собираетесь быть рядом и внимательно наблюдать.

    Размер: 109 МБ
    Интерфейс: Английский
    Платформа: Windows XP/Vista/7/8/10

    Скачать Windows Error Message Creator

    Понравилась статья? Поделить с друзьями:

    Интересное по теме:

  • Скетчап не запускается ошибка
  • Скачивание прервалось ошибка кода opensdk 525416
  • Скинуть ошибки на машине веста
  • Скетчап выдает ошибку при установке
  • Скачивание обновлений для сервисов google play произошла ошибка

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии