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
I encountered an error while trying to compile a script. The error message indicates a native code generation internal lowering failure
Native code generation of script =ServerScriptService.lowering failure failed:
Native code generation failed to compile some of the module functions:
Function '(anonymous)' at line 1 encountered an internal lowering failure.
Script will be interpreted.
Most of the unnecessary code that is not related to the issue has been removed.
Steps to Reproduce: Compile the script with native code generation
Expected Behavior: The script should be compiled and executed natively without errors.
Actual Behavior: The script fails native code generation with the above error message and is interpreted instead.
Device specification
Processor AMD Ryzen 9 7900X 12-Core Processor 4.70 GHz
System type 64-bit operating system, x64-based processor
Operating System is Windows 11
The text was updated successfully, but these errors were encountered:
Thanks for the report.
We are able to reproduce the issue and the code that causes it.
It's a bit similar to a different open issue we have, but I'll keep it open as an extra example and progress tracking.
Will be working towards fixing this soon.
I encountered an error while trying to compile a script. The error message indicates a native code generation internal lowering failure
The script causing the issue is as follows:
Most of the unnecessary code that is not related to the issue has been removed.
Steps to Reproduce: Compile the script with native code generation
Expected Behavior: The script should be compiled and executed natively without errors.
Actual Behavior: The script fails native code generation with the above error message and is interpreted instead.
Device specification
Processor AMD Ryzen 9 7900X 12-Core Processor 4.70 GHz
System type 64-bit operating system, x64-based processor
Operating System is Windows 11
The text was updated successfully, but these errors were encountered: