samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

LuaRT installer don't execute #47

Closed tellts closed 8 months ago

tellts commented 1 year ago

I click on the file to start the installation, but it doesn't work. I installed x86.

samyeyo commented 1 year ago

Hi tellts,

I have tested installation for x86 and x64 on both Windows 10 and Windows 11. It might be related to your antivirus software or SmartScreen protection (for unknown executables).

tellts commented 1 year ago

What should I do in such a situation?

samyeyo commented 1 year ago

🔹Windows operating system prevents the applications from starting

LuaRT may be blocked by Microsoft Defender SmartScreen because executable is not EV certified (executables are not signed). ➡️If the blue window opens when running setup file, click on More info and then Run anyway

🔹After downloading, Windows Defender places the application in quarantine

During virus scanning, Microsoft Defender may show a false positive result for LuaRT, since the setup executable is not signed with an EV certificate. ➡️Open Windows Defender ➡️Click on Virus & Threat Protection, select All recent items, then select Allow from the actions drop-down menu.

badiku commented 1 year ago

nowadays, all antivirus software, like symantec or microsoft defender, tend to mark any unknown .exe files as virus, and delete them immediately. I think I can make an AV software myself, using such simple method.

or you can give money to these antivirus software to beg them to add your file to white list for a survival

I just don't use any stupid antivirus software.

KikyTokamuro commented 1 year ago

The same problem appears, when you run the installer, nothing happens at all. Tried disabling Windows Defender, didn't help. Version: Windows 10 Pro (22H2) LuaRT: v1.4.0

samyeyo commented 1 year ago

Sorry for that.

What is your CPU ? Does it concern x64 version ?

KikyTokamuro commented 1 year ago

Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz Yes, this applies to the x64 version.

samyeyo commented 1 year ago

Ok I've found the reason why the installer crashes... Latest LuaRT version is compiled with AVX2 instruction set, which your CPU don't support. Sorry for that, it will be fixed in next LuaRT version 👍🏻

KikyTokamuro commented 1 year ago

Thank you very much, I'll be waiting for the next release!

GDPlayer commented 1 year ago

compile it yourself... for now

samyeyo commented 1 year ago

A bug is affecting LuaRT installer that prevent to launch it if a previous LuaRT installation is found. For now, just remove the previous distribution before LuaRT 1.5.0 installation.

KikyTokamuro commented 1 year ago

LuaRT version 1.5.0 fixed my bug, now everything runs fine. Thanks for the new release!