HenriWahl / Nagstamon

Nagios status monitor for your desktop.
https://nagstamon.de
Other
421 stars 174 forks source link

Can't Install on Windows 11 ARM64 #798

Open Bapf opened 2 years ago

Bapf commented 2 years ago

Nagstamon version: 3.8.0 and earlier

What causes issue ?

When running the nagstamon win32_setup.exe on Windows 11 arm64 I get an error that this program can only installed on the x86 architecture. The win32.zip-version on the other hand runs fine. (Because Windows arm has x86 emulation built in: https://docs.microsoft.com/en-US/windows/uwp/porting/apps-on-arm-x86-emulation)

Expected behavior?

Nagstamon gets installed using the emulation.

What happens instead?

The installation stops after the error.

HenriWahl commented 2 years ago

Apparently the used installer wrapper InnoSetup just does not like ARM?

HenriWahl commented 2 years ago

Can't test it - maybe try to run first from source?

joaquinjsb commented 2 years ago

is there going to be any arm build for apple silicon too?

HenriWahl commented 2 years ago

Actually there is no way to test this due to missing hardware.

joaquinjsb commented 2 years ago

is there a way I can help?I guess building locally on my machine?

HenriWahl commented 2 years ago

@joaquinjsb at least you could try to build it locally.

Once there would be the option to use ARM Windows on GitHub Actions it could be built there too.