Assertion Failed in 32bit packaged executables

Hi everyone!

I am writing here because I can’t find any light about this anywhere.
In some computer, when they try to execute ANY compiled executable in 32bits appears the following error. but it works when i compiled it on 64bits.
I even try an empty project with the default settings, I try with 4.23, 4.24 and 4.25, but appears the same error every time.

Can someone orient me what can i do? I change visual studio from 2017 to 2019, and was the same. I just don’t know what else to try.

Thanks all of you in advance

I tested it in 2 PC/s with windows 10 with no geforce card, in both works the 64bit build and appears that error in the 32bit one

The project cook and build without errors

[2020.07.23-23.22.01:037][ 0]LogD3D11RHI: Adapter Name: Intel(R) HD Graphics 620
[2020.07.23-23.22.01:037][ 0]LogD3D11RHI: Driver Date: 2-19-2020
[2020.07.23-23.22.01:037][ 0]LogRHI: Texture pool is 716 MB (70% of 1024 MB)
[2020.07.23-23.22.01:067][ 0]LogD3D11RHI: RHI does not have support for 64 bit atomics
[2020.07.23-23.22.02:067][ 0]LogD3D11RHI: [IntelMetricsDiscovery] Failed to initialize range metrics
[2020.07.23-23.22.07:528][ 0]LogWindows: Could not start crash report client using …/…/…/Engine/Binaries/Win32/CrashReportClient-Win64-Development.exe
[2020.07.23-23.22.07:528][ 0]LogMemory: Platform Memory Stats for WindowsNoEditor
[2020.07.23-23.22.07:528][ 0]LogMemory: Process Physical Memory: 72.11 MB used, 76.20 MB peak
[2020.07.23-23.22.07:528][ 0]LogMemory: Process Virtual Memory: 78.55 MB used, 81.97 MB peak
[2020.07.23-23.22.07:528][ 0]LogMemory: Physical Memory: 3846.91 MB used, 4262.00 MB free, 8108.91 MB total
[2020.07.23-23.22.07:528][ 0]LogMemory: Virtual Memory: 876.75 MB used, 3219.13 MB free, 4095.88 MB total
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: === Critical error: ===
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: Fatal error!
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION 0x06f7cc50
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: [Callstack] 0x0000000006f7cc50 UnknownFunction []
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:590][ 0]LogExit: Executing StaticShutdownAfterError
[2020.07.23-23.22.07:591][ 0]LogWindows: FPlatformMisc::RequestExit(1)
[2020.07.23-23.22.07:591][ 0]LogCore: Engine exit requested (reason: Win RequestExit)
[2020.07.23-23.22.07:621][ 0]Log file closed, 07/23/20 20:22:07

[2020.07.23-23.22.07:528][ 0]LogWindows: Error: === Critical error: ===
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: Fatal error!
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION 0x06f7cc50
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:528][ 0]LogWindows: Error: [Callstack] 0x0000000006f7cc50 UnknownFunction []
[2020.07.23-23.22.07:528][ 0]LogWindows: Error:
[2020.07.23-23.22.07:590][ 0]LogExit: Executing StaticShutdownAfterError
[2020.07.23-23.22.07:591][ 0]LogWindows: FPlatformMisc::RequestExit(1)
[2020.07.23-23.22.07:591][ 0]LogCore: Engine exit requested (reason: Win RequestExit)
[2020.07.23-23.22.07:621][ 0]Log file closed, 07/23/20 20:22:07

Anyone know what can be? any help? maybe i can try something