"Defold is not a valid win32 application" error

I have downloaded the engine and when I
try to open defold after extracting the folder I am getting this error. Please help.

Which version of Windows are you using? Which version of Defold did you download and from where? Can you share the link?

1 Like

Hi @hakash2001!

This typically happens when you try to run the 64-bit version on a 32-bit windows.
If that is the case here, just download the 32-bit version.

Good luck!
Erik

1 Like

Thank you for your replies .I have downloaded from the official defold website and my computer has 32bit windows xp and also I have downloaded 32bit version of defold only but I am getting this error.

1 Like

You should install a free version of Linux that would work on your computer. Linux Mint for example is really nice. Windows XP is really old and you can’t reasonably expect support for it.

2 Likes

Hi @hakash2001!

We’ve tried running the editor on Vista (32-bits) once, and that sorta kinda worked. We don’t test it on anything older than Windows 7 regularly. For mac & linux we only build 64-bit versions.

Erik

1 Like

I just tested the exported game, it runs on Windows 7/10, Linux Mint 18.3.

Defold is not compatible with Windows XP, CentOS 6.4 (need OpenAL).

It’s probably because Defold is build without XP support on Visual Studio.

The FAQ lists minimum target platforms: https://www.defold.com/faq/#_platform_questions

And the FAQ also mentions OpenAL issue and how to solve it: https://www.defold.com/faq/#_linux_issues

1 Like