enardeitjaptrues

Sometimes I download a Windows executable and when I run it, I get an error message "Unsupported 16-bit Application":

20230219-104240 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

This happens when I download a Windows executable via the command-line, and fail to pay attention to the URL.

Like this executable on GitHub:

20230219-104100 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

Downloading with curl from this URL:

20230219-104216 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

And when I run this, I get the Unsupported 16-bit Application" error. That's because I made a mistake, and downloaded the HTML page from GitHub in stead of the PE file:

20230219-104300 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

When you make this mistake, Windows will often show you that 16-bit error.

With this example from GitHub, I should have downloaded with the "raw" URL.

Didier Stevens
Senior handler
Microsoft MVP
blog.DidierStevens.com

Sometimes I download a Windows executable and when I run it, I get an error message "Unsupported 16-bit Application":

20230219-104240 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

This happens when I download a Windows executable via the command-line, and fail to pay attention to the URL.

Like this executable on GitHub:

20230219-104100 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

Downloading with curl from this URL:

20230219-104216 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

And when I run this, I get the Unsupported 16-bit Application" error. That's because I made a mistake, and downloaded the HTML page from GitHub in stead of the PE file:

20230219-104300 "Unsupported 16-bit Application" or HTML?, (Sun, Feb 19th) | Computer Repair, Networking, and IT Support in Seattle, WA

When you make this mistake, Windows will often show you that 16-bit error.

With this example from GitHub, I should have downloaded with the "raw" URL.

Didier Stevens
Senior handler
Microsoft MVP
blog.DidierStevens.com