• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Install a x86 game on a x64 os

Joined
Mar 18, 2010
Messages
590 (0.11/day)
Location
Sacramento, Ca
System Name GFNmachine
Processor i7 3770k @ 4.4 GHz
Motherboard Gigabyte Z77X-UD3H
Cooling CooliT Vantage
Memory 4x 4 GB G.Skill Ripjaws 1600 MHz DDR3 CL9
Video Card(s) Galaxy GTX 670
Storage 1TB WD Black + 200GB WD Black
Display(s) Asus VH242H 24'' @ 1920x1080
Case Cooler Master CM 690 (Painted black inside)
Audio Device(s) Realtek HD
Power Supply Corsair HX850W
Software Windows 7 Ultimate 64-bit / Ubuntu 12.10
Pulled out an old original Max Payne game and its giving me the error. Any way I can bypass the error on the installer and play the damn game?
 

Attachments

  • error.PNG
    error.PNG
    26.9 KB · Views: 1,050
and x86 game huh? didn't know that the foundation for game coding came from a CPU architecture :P. x86 just stands for a set of instructions that CPU's nowaday's use ;).
 
and x86 game huh? didn't know that the foundation for game coding came from a CPU architecture :P. x86 just stands for a set of instructions that CPU's nowaday's use ;).

A program is compiled for a certain architecture. That's why some games have 32-bit and 64-bit versions. The former will run on both types of systems, the latter will only run on 64-bit systems.

The "problem" with 64-bit is that it drops compatibility for ancient 16-bit programs. In this case, the installer seems to be a 16-bit program, so it won't run in a 64-bit OS.
 
Back
Top