You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot v4.3.rc (322e93592) - Windows 10.0.26100 - GLES3 (Compatibility) - Radeon RX 580 Series (Advanced Micro Devices, Inc.; 31.0.21921.1000) - Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz (6 Threads)
Issue description
Any attempt at building Godot for 32-bit Windows will succeed, but then actually trying to run will crash with this
================================================================
CrashHandlerException: Program crashed with signal 11
Engine version: Godot Engine v4.4.dev.custom_build (55e55b4879f7ad89086aa26f2e53882cf85077f9)
Dumping the backtrace.
-- END OF BACKTRACE --
================================================================
And just stop. And for some bizarre reason, it does not crash if its a dev build with debug symbols? (dev_mode="yes" dev_build="yes") I'm still not sure if this is a Godot issue or a compiler issue. This is a Godot issue, see next comment.
Steps to reproduce
Use the latest LLVM MinGW (can be older too, I tested 20231128
Compile for windows with arch="x86_32"
Wait for compilation and try to run the executable.
(extra) re-compile with dev_mode="yes" dev_build="yes" and see how it does not crash.
Minimal reproduction project (MRP)
Use this link to get the builds and test it yourself:
The text was updated successfully, but these errors were encountered:
Tested versions
System information
Godot v4.3.rc (322e93592) - Windows 10.0.26100 - GLES3 (Compatibility) - Radeon RX 580 Series (Advanced Micro Devices, Inc.; 31.0.21921.1000) - Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz (6 Threads)
Issue description
Any attempt at building Godot for 32-bit Windows will succeed, but then actually trying to run will crash with this
And just stop. And for some bizarre reason, it does not crash if its a dev build with debug symbols? (
dev_mode="yes" dev_build="yes"
)I'm still not sure if this is a Godot issue or a compiler issue.This is a Godot issue, see next comment.Steps to reproduce
arch="x86_32"
dev_mode="yes" dev_build="yes"
and see how it does not crash.Minimal reproduction project (MRP)
Use this link to get the builds and test it yourself:
The text was updated successfully, but these errors were encountered: