VOGONS

Common searches


First post, by filipetolhuizen

User metadata
Rank Oldbie
Rank
Oldbie

I tried searching in the forum to see if it was discussed before, but apparently it wasn't. The WinRace exe doesn't launch on NT-based Windows and pops with a message that it's not a valid Win32 application, although it still shows the icon on Win7 (Win7 doesn't show icons for 16-bit applications, even on 32 bits versions). Has anyone got the Windows version to work? maybe changing something with a hex editor? I've only seen this happening before with Midtown Madness 2 which was addressed later with a patch.

Reply 1 of 6, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
filipetolhuizen wrote:

I tried searching in the forum to see if it was discussed before, but apparently it wasn't.

Re: Am I in danger? suggests it might be detected as a false positive by a virus scanner. Maybe you are running a scanner that already attempted to "neturalize" it?

Reply 2 of 6, by filipetolhuizen

User metadata
Rank Oldbie
Rank
Oldbie
Jorpho wrote:
filipetolhuizen wrote:

I tried searching in the forum to see if it was discussed before, but apparently it wasn't.

Re: Am I in danger? suggests it might be detected as a false positive by a virus scanner. Maybe you are running a scanner that already attempted to "neturalize" it?

It exhibits the same message even if there's no anti-virus installed.

Reply 3 of 6, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

You can check the header to see if it's 16bit
http://www.pe-explorer.com/peexplorer-tour.htm

How To Ask Questions The Smart Way
Make your games work offline

Reply 4 of 6, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie
DosFreak wrote:

You can check the header to see if it's 16bit

32 and 64-bit EXE and DLL files have almost invariably this text near the beginning:

This program cannot be run in DOS mode.

and the letters PE shortly thereafter.

16-bit ones typically had:

This program requires Microsoft Windows.

and letters NE.

Reply 5 of 6, by filipetolhuizen

User metadata
Rank Oldbie
Rank
Oldbie

Looking at the exe I found:
this is a Windows NT windowed executable

But I also found:
This program requires windows version 3.1

In the game's readme only Windows 95 is mentioned along with DirectX.
Now I'm totally lost.