Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created September 22, 2023 04:41
Show Gist options
  • Save peteristhegreat/80e3f3771af20b2a0b843baae7a376a6 to your computer and use it in GitHub Desktop.
Save peteristhegreat/80e3f3771af20b2a0b843baae7a376a6 to your computer and use it in GitHub Desktop.
Area 51, run on Windows 11, DxWnd

How to run Area 51 (1995) on newer versions of windows

Get the ISO data https://www.myabandonware.com/game/area-51-c5g

This has two files:

Area51 v1_0.bin
Area51 v1_0.cue

Open the bin file in Virtual Clone Drive (choco install virtualclonedrive).

It now mounts a folder that has the cd contents. Go to

E:\AREA51\AREA51.EXE

And try to run it.

DirectDraw Error

DirectDraw Error : (DDEER_UNSUPPORTED). Action not supported. Code Location : (201).

If it doesn't run, open it using DxWnd. (choco install dxwnd --version=2.05.70)

According ChatGPT:

DxWnd is a tool designed to make older Windows games run in windowed mode, but it also includes numerous fixes and compatibility tweaks for older games. You might be able to use this tool to get your game running.

After DxWnd is open, drag the AREA51.EXE into the blank window and it should work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment